HEX: #471077
RGB: (71,16,119)
#471077 contains mainly red and blue colors. Web safe color of #471077 is #330066 (or #306).
#471077 color RGB value is (71,16,119).
RGB: (71,16,119) (28%,6%,47%)
R 71 of 255 = 28%
G 16 of 255 = 6%
B 119 of 255 = 47%
R + G + B ~ 27%. #471077 is quite dark color.
R + G + B =
71 + 16 + 119 = 206 (100%)
R 71 of 206 ~ 34.47%
G 16 of 206 ~ 7.77%
B 119 of 206 ~ 57.77%
#471077 color CMYK value is (40,87,0,53).
CMYK: (40,87,0,53) C40M87Y0K53 (40%,87%,0%,53%) (0.40/0.87/0.00/0.53)
47 | 10 | 77 | |
---|---|---|---|
RGB | 71 | 16 | 119 |
HSL | 272° | 76.30% | 26.47% |
HSB/HSV | 272° | 86.55% | 46.67% |
CMYK | 40.34% | 86.55% | 0.00% |
53.33% |
HEX | 47 | 10 | 77 |
Decimal | 71 | 16 | 119 |
Binary | 1000111 | 10000 | 1110111 |
Octal | 107 | 20 | 167 |
Examples of css and html codes for elements with #471077 color. Also use rgb(71,16,119) instead hex code.
.myTextColor { color: #471077; }
<p style="color:#471077">This sample text font color is #471077.</p>
This text font color is #471077.
.myBgColor { background-color: #471077; }
<div style="background-color:#471077">Inner text</div>
This div background color is #471077.
.myBorderColor { border: 1px solid #471077; }
<div style="border:3px solid #471077">Div</div>
This div border color is #471077.
.myOpacity80 { color: #471077; opacity: 0.8; }
<p style="color:#471077;opacity:0.8;">80%</p>
Text with #471077 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #471077;}
<p style="text-shadow: 3px 3px 1px #471077">Text here.</p>
This text has shadow with #471077 color.
.textShadow {text-shadow: 3px 3px 1px #471077, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #471077, 5px 5px 20px red">Text here.</p>
This text has shadow with #471077 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#471077, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#471077, Direction=45, Strength=4)">Text</p>
This text has shadow with #471077 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #471077; -webkit-box-shadow: 1px 1px 3px 2px #471077; box-shadow: 1px 1px 3px 2px #471077; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #471077; -webkit-box-shadow: 1px 1px 3px 2px #471077; box-shadow:1px 1px 3px 2px #471077;">
Div content here</div>
This text has color #471077 on black background.
This text has color #471077 on white background.
This text has black color on #471077 background.
This text has white color on #471077 background.