HEX: #511071
RGB: (81,16,113)
#511071 contains mainly red and blue colors. Web safe color of #511071 is #660066 (or #606).
#511071 color RGB value is (81,16,113).
RGB: (81,16,113) (32%,6%,44%)
R 81 of 255 = 32%
G 16 of 255 = 6%
B 113 of 255 = 44%
R + G + B ~ 27%. #511071 is quite dark color.
R + G + B =
81 + 16 + 113 = 210 (100%)
R 81 of 210 ~ 38.57%
G 16 of 210 ~ 7.62%
B 113 of 210 ~ 53.81%
#511071 color CMYK value is (28,86,0,56).
CMYK: (28,86,0,56) C28M86Y0K56 (28%,86%,0%,56%) (0.28/0.86/0.00/0.56)
51 | 10 | 71 | |
---|---|---|---|
RGB | 81 | 16 | 113 |
HSL | 280° | 75.19% | 25.29% |
HSB/HSV | 280° | 85.84% | 44.31% |
CMYK | 28.32% | 85.84% | 0.00% |
55.69% |
HEX | 51 | 10 | 71 |
Decimal | 81 | 16 | 113 |
Binary | 1010001 | 10000 | 1110001 |
Octal | 121 | 20 | 161 |
Examples of css and html codes for elements with #511071 color. Also use rgb(81,16,113) instead hex code.
.myTextColor { color: #511071; }
<p style="color:#511071">This sample text font color is #511071.</p>
This text font color is #511071.
.myBgColor { background-color: #511071; }
<div style="background-color:#511071">Inner text</div>
This div background color is #511071.
.myBorderColor { border: 1px solid #511071; }
<div style="border:3px solid #511071">Div</div>
This div border color is #511071.
.myOpacity80 { color: #511071; opacity: 0.8; }
<p style="color:#511071;opacity:0.8;">80%</p>
Text with #511071 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #511071;}
<p style="text-shadow: 3px 3px 1px #511071">Text here.</p>
This text has shadow with #511071 color.
.textShadow {text-shadow: 3px 3px 1px #511071, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #511071, 5px 5px 20px red">Text here.</p>
This text has shadow with #511071 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#511071, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#511071, Direction=45, Strength=4)">Text</p>
This text has shadow with #511071 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #511071; -webkit-box-shadow: 1px 1px 3px 2px #511071; box-shadow: 1px 1px 3px 2px #511071; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #511071; -webkit-box-shadow: 1px 1px 3px 2px #511071; box-shadow:1px 1px 3px 2px #511071;">
Div content here</div>
This text has color #511071 on black background.
This text has color #511071 on white background.
This text has black color on #511071 background.
This text has white color on #511071 background.