HEX: #7F418A
RGB: (127,65,138)
#7F418A enthält hauptsächlich rote und blaue Farbe. Für #7F418A ist eine «websichere» Webfarbe #663399 (oder kurz #639).
Die Farbe #7F418A wird in RGB als (127,65,138) definiert.
RGB: (127,65,138) (50%,25%,54%)
R 127 von 255 = 50%
G 65 von 255 = 25%
B 138 von 255 = 54%
R + G + B ~ 43%. #7F418A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
127 + 65 + 138 = 330 (100%)
R 127 von 330 ~ 38.48%
G 65 von 330 ~ 19.7%
B 138 von 330 ~ 41.82%
Die Farbe #7F418A wird in CMYK als (8,53,0,46) definiert.
CMYK: (8,53,0,46) C8M53Y0K46 (8%,53%,0%,46%) (0.08/0.53/0.00/0.46)
7F | 41 | 8A | |
---|---|---|---|
RGB | 127 | 65 | 138 |
HSL | 291° | 35.96% | 39.80% |
HSB/HSV | 291° | 52.90% | 54.12% |
CMYK | 7.97% | 52.90% | 0.00% |
45.88% |
Hexadezimal | 7F | 41 | 8A |
Dezimal | 127 | 65 | 138 |
Binär | 1111111 | 1000001 | 10001010 |
Oktal | 177 | 101 | 212 |
Beispiele css- und html für Elemente in der Farbe #7F418A. Bitte benutzen Sie auch rgb(127,65,138) statt hex-Code.
.myTextColor { color: #7F418A; }
<p style="color:#7F418A">This sample text font color is #7F418A.</p>
Die Farbe dieses Textes ist #7F418A.
.myBgColor { background-color: #7F418A; }
<div style="background-color:#7F418A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7F418A.
.myBorderColor { border: 1px solid #7F418A; }
<div style="border:3px solid #7F418A">Div</div>
Die Grenzen von diesem div sind in Farbe #7F418A.
.myOpacity80 { color: #7F418A; opacity: 0.8; }
<p style="color:#7F418A;opacity:0.8;">80%</p>
Text in Farbe #7F418A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7F418A;}
<p style="text-shadow: 3px 3px 1px #7F418A">Text here.</p>
Dieser Text hat den Schatten in Farbe #7F418A.
.textShadow {text-shadow: 3px 3px 1px #7F418A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7F418A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7F418A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7F418A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7F418A, Direction=45, Strength=4)">Text</p>
This text has shadow with #7F418A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7F418A; -webkit-box-shadow: 1px 1px 3px 2px #7F418A; box-shadow: 1px 1px 3px 2px #7F418A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7F418A; -webkit-box-shadow: 1px 1px 3px 2px #7F418A; box-shadow:1px 1px 3px 2px #7F418A;">
Div content here</div>
Dieser Text ist in der Farbe #7F418A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7F418A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7F418A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7F418A.