HEX: #710487
RGB: (113,4,135)
#710487 contains mainly red and blue colors. Web safe color of #710487 is #660099 (or #609).
#710487 color RGB value is (113,4,135).
RGB: (113,4,135) (44%,2%,53%)
R 113 of 255 = 44%
G 4 of 255 = 2%
B 135 of 255 = 53%
R + G + B ~ 33%. #710487 is quite dark color.
R + G + B =
113 + 4 + 135 = 252 (100%)
R 113 of 252 ~ 44.84%
G 4 of 252 ~ 1.59%
B 135 of 252 ~ 53.57%
#710487 color CMYK value is (16,97,0,47).
CMYK: (16,97,0,47) C16M97Y0K47 (16%,97%,0%,47%) (0.16/0.97/0.00/0.47)
71 | 04 | 87 | |
---|---|---|---|
RGB | 113 | 4 | 135 |
HSL | 290° | 94.24% | 27.25% |
HSB/HSV | 290° | 97.04% | 52.94% |
CMYK | 16.30% | 97.04% | 0.00% |
47.06% |
HEX | 71 | 04 | 87 |
Decimal | 113 | 4 | 135 |
Binary | 1110001 | 100 | 10000111 |
Octal | 161 | 4 | 207 |
Examples of css and html codes for elements with #710487 color. Also use rgb(113,4,135) instead hex code.
.myTextColor { color: #710487; }
<p style="color:#710487">This sample text font color is #710487.</p>
This text font color is #710487.
.myBgColor { background-color: #710487; }
<div style="background-color:#710487">Inner text</div>
This div background color is #710487.
.myBorderColor { border: 1px solid #710487; }
<div style="border:3px solid #710487">Div</div>
This div border color is #710487.
.myOpacity80 { color: #710487; opacity: 0.8; }
<p style="color:#710487;opacity:0.8;">80%</p>
Text with #710487 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #710487;}
<p style="text-shadow: 3px 3px 1px #710487">Text here.</p>
This text has shadow with #710487 color.
.textShadow {text-shadow: 3px 3px 1px #710487, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #710487, 5px 5px 20px red">Text here.</p>
This text has shadow with #710487 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#710487, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#710487, Direction=45, Strength=4)">Text</p>
This text has shadow with #710487 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #710487; -webkit-box-shadow: 1px 1px 3px 2px #710487; box-shadow: 1px 1px 3px 2px #710487; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #710487; -webkit-box-shadow: 1px 1px 3px 2px #710487; box-shadow:1px 1px 3px 2px #710487;">
Div content here</div>
This text has color #710487 on black background.
This text has color #710487 on white background.
This text has black color on #710487 background.
This text has white color on #710487 background.