HEX: #711B9E
RGB: (113,27,158)
#711B9E contains mainly red and blue colors. Web safe color of #711B9E is #663399 (or #639).
#711B9E color RGB value is (113,27,158).
RGB: (113,27,158) (44%,11%,62%)
R 113 of 255 = 44%
G 27 of 255 = 11%
B 158 of 255 = 62%
R + G + B ~ 39%. #711B9E is quite dark color.
R + G + B =
113 + 27 + 158 = 298 (100%)
R 113 of 298 ~ 37.92%
G 27 of 298 ~ 9.06%
B 158 of 298 ~ 53.02%
#711B9E color CMYK value is (28,83,0,38).
CMYK: (28,83,0,38) C28M83Y0K38 (28%,83%,0%,38%) (0.28/0.83/0.00/0.38)
71 | 1B | 9E | |
---|---|---|---|
RGB | 113 | 27 | 158 |
HSL | 279° | 70.81% | 36.27% |
HSB/HSV | 279° | 82.91% | 61.96% |
CMYK | 28.48% | 82.91% | 0.00% |
38.04% |
HEX | 71 | 1B | 9E |
Decimal | 113 | 27 | 158 |
Binary | 1110001 | 11011 | 10011110 |
Octal | 161 | 33 | 236 |
Examples of css and html codes for elements with #711B9E color. Also use rgb(113,27,158) instead hex code.
.myTextColor { color: #711B9E; }
<p style="color:#711B9E">This sample text font color is #711B9E.</p>
This text font color is #711B9E.
.myBgColor { background-color: #711B9E; }
<div style="background-color:#711B9E">Inner text</div>
This div background color is #711B9E.
.myBorderColor { border: 1px solid #711B9E; }
<div style="border:3px solid #711B9E">Div</div>
This div border color is #711B9E.
.myOpacity80 { color: #711B9E; opacity: 0.8; }
<p style="color:#711B9E;opacity:0.8;">80%</p>
Text with #711B9E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #711B9E;}
<p style="text-shadow: 3px 3px 1px #711B9E">Text here.</p>
This text has shadow with #711B9E color.
.textShadow {text-shadow: 3px 3px 1px #711B9E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #711B9E, 5px 5px 20px red">Text here.</p>
This text has shadow with #711B9E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#711B9E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#711B9E, Direction=45, Strength=4)">Text</p>
This text has shadow with #711B9E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #711B9E; -webkit-box-shadow: 1px 1px 3px 2px #711B9E; box-shadow: 1px 1px 3px 2px #711B9E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #711B9E; -webkit-box-shadow: 1px 1px 3px 2px #711B9E; box-shadow:1px 1px 3px 2px #711B9E;">
Div content here</div>
This text has color #711B9E on black background.
This text has color #711B9E on white background.
This text has black color on #711B9E background.
This text has white color on #711B9E background.