HEX: #71377C
RGB: (113,55,124)
#71377C enthält hauptsächlich rote und blaue Farbe. Für #71377C ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #71377C wird in RGB als (113,55,124) definiert.
RGB: (113,55,124) (44%,22%,49%)
R 113 von 255 = 44%
G 55 von 255 = 22%
B 124 von 255 = 49%
R + G + B ~ 38%. #71377C ziemlich dunkle Farbe.
R + G + B =
113 + 55 + 124 = 292 (100%)
R 113 von 292 ~ 38.7%
G 55 von 292 ~ 18.84%
B 124 von 292 ~ 42.47%
Die Farbe #71377C wird in CMYK als (9,56,0,51) definiert.
CMYK: (9,56,0,51) C9M56Y0K51 (9%,56%,0%,51%) (0.09/0.56/0.00/0.51)
71 | 37 | 7C | |
---|---|---|---|
RGB | 113 | 55 | 124 |
HSL | 290° | 38.55% | 35.10% |
HSB/HSV | 290° | 55.65% | 48.63% |
CMYK | 8.87% | 55.65% | 0.00% |
51.37% |
Hexadezimal | 71 | 37 | 7C |
Dezimal | 113 | 55 | 124 |
Binär | 1110001 | 110111 | 1111100 |
Oktal | 161 | 67 | 174 |
Beispiele css- und html für Elemente in der Farbe #71377C. Bitte benutzen Sie auch rgb(113,55,124) statt hex-Code.
.myTextColor { color: #71377C; }
<p style="color:#71377C">This sample text font color is #71377C.</p>
Die Farbe dieses Textes ist #71377C.
.myBgColor { background-color: #71377C; }
<div style="background-color:#71377C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #71377C.
.myBorderColor { border: 1px solid #71377C; }
<div style="border:3px solid #71377C">Div</div>
Die Grenzen von diesem div sind in Farbe #71377C.
.myOpacity80 { color: #71377C; opacity: 0.8; }
<p style="color:#71377C;opacity:0.8;">80%</p>
Text in Farbe #71377C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71377C;}
<p style="text-shadow: 3px 3px 1px #71377C">Text here.</p>
Dieser Text hat den Schatten in Farbe #71377C.
.textShadow {text-shadow: 3px 3px 1px #71377C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71377C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #71377C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71377C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71377C, Direction=45, Strength=4)">Text</p>
This text has shadow with #71377C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71377C; -webkit-box-shadow: 1px 1px 3px 2px #71377C; box-shadow: 1px 1px 3px 2px #71377C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #71377C; -webkit-box-shadow: 1px 1px 3px 2px #71377C; box-shadow:1px 1px 3px 2px #71377C;">
Div content here</div>
Dieser Text ist in der Farbe #71377C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #71377C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #71377C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #71377C.