HEX: #711863
RGB: (113,24,99)
#711863 contains mainly red and blue colors. Web safe color of #711863 is #660066 (or #606).
#711863 color RGB value is (113,24,99).
RGB: (113,24,99)
(44%, 9%, 39%)
R 113 of 255 = 44%
G 24 of 255 = 9%
B 99 of 255 = 39%
R + G + B ~ 31%. #711863 is quite dark color.
R + G + B = 113 + 24 + 99 = 236 (100%)
R 113 of 236 ~ 47.88%
G 24 of 236 ~ 10.17%
B 99 of 236 ~ 41.95'%
#711863 color CMYK value is (0,79,12,56).
CMYK: (0,79,12,56) C0M79Y12K56 (0%,79%,12%,56%) (0.00/0.79/0.12/0.56)
Color #711863 in popluar color models
71 | 18 | 63 | |
---|---|---|---|
RGB | 113 | 24 | 99 |
HSL | 309° | 64.96% | 26.86% |
HSB/HSV | 309° | 78.76% | 44.31% |
CMYK | 0.00% | 78.76% | 12.39% |
55.69% |
Color #711863 in popluar number systems.
HEX | 71 | 18 | 63 |
Decimal | 113 | 24 | 99 |
Binary | 1110001 | 11000 | 1100011 |
Octal | 161 | 30 | 143 |
Shades of #711863
Tints of #711863
Examples of css and html codes for elements with #711863 color. Also use rgb(113,24,99) instead hex code.
.myTextColor { color: #711863; }
<p style="color:#711863">This sample text font color is #711863.</p>
This text font color is #711863.
.myBgColor { background-color: #711863; }
<div style="background-color:#711863">Inner text</div>
This div background color is #711863.
.myBorderColor { border: 1px solid #711863; }
<div style="border:3px solid #711863">Div</div>
This div border color is #711863.
.myOpacity80 { color: #711863; opacity: 0.8; }
<p style="color:#711863;opacity:0.8;">80%</p>
Text with #711863 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #711863;}
<p style="text-shadow: 3px 3px 1px #711863">Text here.</p>
This text has shadow with #711863 color.
.textShadow {text-shadow: 3px 3px 1px #711863', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #711863, 5px 5px 20px red">Text here.</p>
This text has shadow with #711863 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#711863, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#711863, Direction=45, Strength=4)">Text</p>
This text has shadow with #711863 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #711863;
-webkit-box-shadow: 1px 1px 3px 2px #711863;
box-shadow: 1px 1px 3px 2px #711863;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #711863; -webkit-box-shadow: 1px 1px 3px 2px #711863; box-shadow:1px 1px 3px 2px #711863;">
Div content here
</div>
This text has color #711863 on black background.
This text has color #711863 on white background.
This text has black color on #711863 background.
This text has white color on #711863 background.
Complementary color for #hex is #8EE79C.