HEX: #712691
RGB: (113,38,145)
#712691 contains mainly red and blue colors. Web safe color of #712691 is #663399 (or #639).
#712691 color RGB value is (113,38,145).
RGB: (113,38,145) (44%,15%,57%)
R 113 of 255 = 44%
G 38 of 255 = 15%
B 145 of 255 = 57%
R + G + B ~ 39%. #712691 is quite dark color.
R + G + B =
113 + 38 + 145 = 296 (100%)
R 113 of 296 ~ 38.18%
G 38 of 296 ~ 12.84%
B 145 of 296 ~ 48.99%
#712691 color CMYK value is (22,74,0,43).
CMYK: (22,74,0,43) C22M74Y0K43 (22%,74%,0%,43%) (0.22/0.74/0.00/0.43)
71 | 26 | 91 | |
---|---|---|---|
RGB | 113 | 38 | 145 |
HSL | 282° | 58.47% | 35.88% |
HSB/HSV | 282° | 73.79% | 56.86% |
CMYK | 22.07% | 73.79% | 0.00% |
43.14% |
HEX | 71 | 26 | 91 |
Decimal | 113 | 38 | 145 |
Binary | 1110001 | 100110 | 10010001 |
Octal | 161 | 46 | 221 |
Examples of css and html codes for elements with #712691 color. Also use rgb(113,38,145) instead hex code.
.myTextColor { color: #712691; }
<p style="color:#712691">This sample text font color is #712691.</p>
This text font color is #712691.
.myBgColor { background-color: #712691; }
<div style="background-color:#712691">Inner text</div>
This div background color is #712691.
.myBorderColor { border: 1px solid #712691; }
<div style="border:3px solid #712691">Div</div>
This div border color is #712691.
.myOpacity80 { color: #712691; opacity: 0.8; }
<p style="color:#712691;opacity:0.8;">80%</p>
Text with #712691 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #712691;}
<p style="text-shadow: 3px 3px 1px #712691">Text here.</p>
This text has shadow with #712691 color.
.textShadow {text-shadow: 3px 3px 1px #712691, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #712691, 5px 5px 20px red">Text here.</p>
This text has shadow with #712691 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#712691, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#712691, Direction=45, Strength=4)">Text</p>
This text has shadow with #712691 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #712691; -webkit-box-shadow: 1px 1px 3px 2px #712691; box-shadow: 1px 1px 3px 2px #712691; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #712691; -webkit-box-shadow: 1px 1px 3px 2px #712691; box-shadow:1px 1px 3px 2px #712691;">
Div content here</div>
This text has color #712691 on black background.
This text has color #712691 on white background.
This text has black color on #712691 background.
This text has white color on #712691 background.