HEX: #712EA5
RGB: (113,46,165)
#712EA5 contains mainly red and blue colors. Web safe color of #712EA5 is #663399 (or #639).
#712EA5 color RGB value is (113,46,165).
RGB: (113,46,165)
(44%, 18%, 65%)
R 113 of 255 = 44%
G 46 of 255 = 18%
B 165 of 255 = 65%
R + G + B ~ 42%. #712EA5 is middle color (not dark and not light).
R + G + B = 113 + 46 + 165 = 324 (100%)
R 113 of 324 ~ 34.88%
G 46 of 324 ~ 14.2%
B 165 of 324 ~ 50.93'%
#712EA5 color CMYK value is (32,72,0,35).
CMYK: (32,72,0,35) C32M72Y0K35 (32%,72%,0%,35%) (0.32/0.72/0.00/0.35)
Color #712EA5 in popluar color models
71 | 2E | A5 | |
---|---|---|---|
RGB | 113 | 46 | 165 |
HSL | 274° | 56.40% | 41.37% |
HSB/HSV | 274° | 72.12% | 64.71% |
CMYK | 31.52% | 72.12% | 0.00% |
35.29% |
Color #712EA5 in popluar number systems.
HEX | 71 | 2E | A5 |
Decimal | 113 | 46 | 165 |
Binary | 1110001 | 101110 | 10100101 |
Octal | 161 | 56 | 245 |
Shades of #712EA5
Tints of #712EA5
Examples of css and html codes for elements with #712EA5 color. Also use rgb(113,46,165) instead hex code.
.myTextColor { color: #712EA5; }
<p style="color:#712EA5">This sample text font color is #712EA5.</p>
This text font color is #712EA5.
.myBgColor { background-color: #712EA5; }
<div style="background-color:#712EA5">Inner text</div>
This div background color is #712EA5.
.myBorderColor { border: 1px solid #712EA5; }
<div style="border:3px solid #712EA5">Div</div>
This div border color is #712EA5.
.myOpacity80 { color: #712EA5; opacity: 0.8; }
<p style="color:#712EA5;opacity:0.8;">80%</p>
Text with #712EA5 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #712EA5;}
<p style="text-shadow: 3px 3px 1px #712EA5">Text here.</p>
This text has shadow with #712EA5 color.
.textShadow {text-shadow: 3px 3px 1px #712EA5', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #712EA5, 5px 5px 20px red">Text here.</p>
This text has shadow with #712EA5 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#712EA5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#712EA5, Direction=45, Strength=4)">Text</p>
This text has shadow with #712EA5 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #712EA5;
-webkit-box-shadow: 1px 1px 3px 2px #712EA5;
box-shadow: 1px 1px 3px 2px #712EA5;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #712EA5; -webkit-box-shadow: 1px 1px 3px 2px #712EA5; box-shadow:1px 1px 3px 2px #712EA5;">
Div content here
</div>
This text has color #712EA5 on black background.
This text has color #712EA5 on white background.
This text has black color on #712EA5 background.
This text has white color on #712EA5 background.
Complementary color for #hex is #8ED15A.