HEX: #711471
RGB: (113,20,113)
#711471 contains mainly red and blue colors. Web safe color of #711471 is #660066 (or #606).
#711471 color RGB value is (113,20,113).
RGB: (113,20,113) (44%,8%,44%)
R 113 of 255 = 44%
G 20 of 255 = 8%
B 113 of 255 = 44%
R + G + B ~ 32%. #711471 is quite dark color.
R + G + B =
113 + 20 + 113 = 246 (100%)
R 113 of 246 ~ 45.93%
G 20 of 246 ~ 8.13%
B 113 of 246 ~ 45.93%
#711471 color CMYK value is (0,82,0,56).
CMYK: (0,82,0,56) C0M82Y0K56 (0%,82%,0%,56%) (0.00/0.82/0.00/0.56)
71 | 14 | 71 | |
---|---|---|---|
RGB | 113 | 20 | 113 |
HSL | 300° | 69.92% | 26.08% |
HSB/HSV | 300° | 82.30% | 44.31% |
CMYK | 0.00% | 82.30% | 0.00% |
55.69% |
HEX | 71 | 14 | 71 |
Decimal | 113 | 20 | 113 |
Binary | 1110001 | 10100 | 1110001 |
Octal | 161 | 24 | 161 |
Examples of css and html codes for elements with #711471 color. Also use rgb(113,20,113) instead hex code.
.myTextColor { color: #711471; }
<p style="color:#711471">This sample text font color is #711471.</p>
This text font color is #711471.
.myBgColor { background-color: #711471; }
<div style="background-color:#711471">Inner text</div>
This div background color is #711471.
.myBorderColor { border: 1px solid #711471; }
<div style="border:3px solid #711471">Div</div>
This div border color is #711471.
.myOpacity80 { color: #711471; opacity: 0.8; }
<p style="color:#711471;opacity:0.8;">80%</p>
Text with #711471 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #711471;}
<p style="text-shadow: 3px 3px 1px #711471">Text here.</p>
This text has shadow with #711471 color.
.textShadow {text-shadow: 3px 3px 1px #711471, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #711471, 5px 5px 20px red">Text here.</p>
This text has shadow with #711471 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#711471, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#711471, Direction=45, Strength=4)">Text</p>
This text has shadow with #711471 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #711471; -webkit-box-shadow: 1px 1px 3px 2px #711471; box-shadow: 1px 1px 3px 2px #711471; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #711471; -webkit-box-shadow: 1px 1px 3px 2px #711471; box-shadow:1px 1px 3px 2px #711471;">
Div content here</div>
This text has color #711471 on black background.
This text has color #711471 on white background.
This text has black color on #711471 background.
This text has white color on #711471 background.