HEX: #7F31BA
RGB: (127,49,186)
#7F31BA enthält hauptsächlich rote und blaue Farbe. Für #7F31BA ist eine «websichere» Webfarbe #6633CC (oder kurz #63C).
Die Farbe #7F31BA wird in RGB als (127,49,186) definiert.
RGB: (127,49,186) (50%,19%,73%)
R 127 von 255 = 50%
G 49 von 255 = 19%
B 186 von 255 = 73%
R + G + B ~ 47%. #7F31BA mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
127 + 49 + 186 = 362 (100%)
R 127 von 362 ~ 35.08%
G 49 von 362 ~ 13.54%
B 186 von 362 ~ 51.38%
Die Farbe #7F31BA wird in CMYK als (32,74,0,27) definiert.
CMYK: (32,74,0,27) C32M74Y0K27 (32%,74%,0%,27%) (0.32/0.74/0.00/0.27)
7F | 31 | BA | |
---|---|---|---|
RGB | 127 | 49 | 186 |
HSL | 274° | 58.30% | 46.08% |
HSB/HSV | 274° | 73.66% | 72.94% |
CMYK | 31.72% | 73.66% | 0.00% |
27.06% |
Hexadezimal | 7F | 31 | BA |
Dezimal | 127 | 49 | 186 |
Binär | 1111111 | 110001 | 10111010 |
Oktal | 177 | 61 | 272 |
Beispiele css- und html für Elemente in der Farbe #7F31BA. Bitte benutzen Sie auch rgb(127,49,186) statt hex-Code.
.myTextColor { color: #7F31BA; }
<p style="color:#7F31BA">This sample text font color is #7F31BA.</p>
Die Farbe dieses Textes ist #7F31BA.
.myBgColor { background-color: #7F31BA; }
<div style="background-color:#7F31BA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7F31BA.
.myBorderColor { border: 1px solid #7F31BA; }
<div style="border:3px solid #7F31BA">Div</div>
Die Grenzen von diesem div sind in Farbe #7F31BA.
.myOpacity80 { color: #7F31BA; opacity: 0.8; }
<p style="color:#7F31BA;opacity:0.8;">80%</p>
Text in Farbe #7F31BA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7F31BA;}
<p style="text-shadow: 3px 3px 1px #7F31BA">Text here.</p>
Dieser Text hat den Schatten in Farbe #7F31BA.
.textShadow {text-shadow: 3px 3px 1px #7F31BA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7F31BA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7F31BA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7F31BA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7F31BA, Direction=45, Strength=4)">Text</p>
This text has shadow with #7F31BA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7F31BA; -webkit-box-shadow: 1px 1px 3px 2px #7F31BA; box-shadow: 1px 1px 3px 2px #7F31BA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7F31BA; -webkit-box-shadow: 1px 1px 3px 2px #7F31BA; box-shadow:1px 1px 3px 2px #7F31BA;">
Div content here</div>
Dieser Text ist in der Farbe #7F31BA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7F31BA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7F31BA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7F31BA.