HEX: #712579
RGB: (113,37,121)
#712579 contains mainly red and blue colors. Web safe color of #712579 is #663366 (or #636).
#712579 color RGB value is (113,37,121).
RGB: (113,37,121) (44%,15%,47%)
R 113 of 255 = 44%
G 37 of 255 = 15%
B 121 of 255 = 47%
R + G + B ~ 35%. #712579 is quite dark color.
R + G + B =
113 + 37 + 121 = 271 (100%)
R 113 of 271 ~ 41.7%
G 37 of 271 ~ 13.65%
B 121 of 271 ~ 44.65%
#712579 color CMYK value is (7,69,0,53).
CMYK: (7,69,0,53) C7M69Y0K53 (7%,69%,0%,53%) (0.07/0.69/0.00/0.53)
71 | 25 | 79 | |
---|---|---|---|
RGB | 113 | 37 | 121 |
HSL | 294° | 53.16% | 30.98% |
HSB/HSV | 294° | 69.42% | 47.45% |
CMYK | 6.61% | 69.42% | 0.00% |
52.55% |
HEX | 71 | 25 | 79 |
Decimal | 113 | 37 | 121 |
Binary | 1110001 | 100101 | 1111001 |
Octal | 161 | 45 | 171 |
Examples of css and html codes for elements with #712579 color. Also use rgb(113,37,121) instead hex code.
.myTextColor { color: #712579; }
<p style="color:#712579">This sample text font color is #712579.</p>
This text font color is #712579.
.myBgColor { background-color: #712579; }
<div style="background-color:#712579">Inner text</div>
This div background color is #712579.
.myBorderColor { border: 1px solid #712579; }
<div style="border:3px solid #712579">Div</div>
This div border color is #712579.
.myOpacity80 { color: #712579; opacity: 0.8; }
<p style="color:#712579;opacity:0.8;">80%</p>
Text with #712579 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #712579;}
<p style="text-shadow: 3px 3px 1px #712579">Text here.</p>
This text has shadow with #712579 color.
.textShadow {text-shadow: 3px 3px 1px #712579, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #712579, 5px 5px 20px red">Text here.</p>
This text has shadow with #712579 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#712579, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#712579, Direction=45, Strength=4)">Text</p>
This text has shadow with #712579 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #712579; -webkit-box-shadow: 1px 1px 3px 2px #712579; box-shadow: 1px 1px 3px 2px #712579; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #712579; -webkit-box-shadow: 1px 1px 3px 2px #712579; box-shadow:1px 1px 3px 2px #712579;">
Div content here</div>
This text has color #712579 on black background.
This text has color #712579 on white background.
This text has black color on #712579 background.
This text has white color on #712579 background.