HEX: #712987
RGB: (113,41,135)
#712987 contains mainly red and blue colors. Web safe color of #712987 is #663399 (or #639).
#712987 color RGB value is (113,41,135).
RGB: (113,41,135) (44%,16%,53%)
R 113 of 255 = 44%
G 41 of 255 = 16%
B 135 of 255 = 53%
R + G + B ~ 38%. #712987 is quite dark color.
R + G + B =
113 + 41 + 135 = 289 (100%)
R 113 of 289 ~ 39.1%
G 41 of 289 ~ 14.19%
B 135 of 289 ~ 46.71%
#712987 color CMYK value is (16,70,0,47).
CMYK: (16,70,0,47) C16M70Y0K47 (16%,70%,0%,47%) (0.16/0.70/0.00/0.47)
71 | 29 | 87 | |
---|---|---|---|
RGB | 113 | 41 | 135 |
HSL | 286° | 53.41% | 34.51% |
HSB/HSV | 286° | 69.63% | 52.94% |
CMYK | 16.30% | 69.63% | 0.00% |
47.06% |
HEX | 71 | 29 | 87 |
Decimal | 113 | 41 | 135 |
Binary | 1110001 | 101001 | 10000111 |
Octal | 161 | 51 | 207 |
Examples of css and html codes for elements with #712987 color. Also use rgb(113,41,135) instead hex code.
.myTextColor { color: #712987; }
<p style="color:#712987">This sample text font color is #712987.</p>
This text font color is #712987.
.myBgColor { background-color: #712987; }
<div style="background-color:#712987">Inner text</div>
This div background color is #712987.
.myBorderColor { border: 1px solid #712987; }
<div style="border:3px solid #712987">Div</div>
This div border color is #712987.
.myOpacity80 { color: #712987; opacity: 0.8; }
<p style="color:#712987;opacity:0.8;">80%</p>
Text with #712987 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #712987;}
<p style="text-shadow: 3px 3px 1px #712987">Text here.</p>
This text has shadow with #712987 color.
.textShadow {text-shadow: 3px 3px 1px #712987, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #712987, 5px 5px 20px red">Text here.</p>
This text has shadow with #712987 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#712987, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#712987, Direction=45, Strength=4)">Text</p>
This text has shadow with #712987 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #712987; -webkit-box-shadow: 1px 1px 3px 2px #712987; box-shadow: 1px 1px 3px 2px #712987; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #712987; -webkit-box-shadow: 1px 1px 3px 2px #712987; box-shadow:1px 1px 3px 2px #712987;">
Div content here</div>
This text has color #712987 on black background.
This text has color #712987 on white background.
This text has black color on #712987 background.
This text has white color on #712987 background.