HEX: #71347E
RGB: (113,52,126)
#71347E contains mainly red and blue colors. Web safe color of #71347E is #663366 (or #636).
#71347E color RGB value is (113,52,126).
RGB: (113,52,126)
(44%, 20%, 49%)
R 113 of 255 = 44%
G 52 of 255 = 20%
B 126 of 255 = 49%
R + G + B ~ 38%. #71347E is quite dark color.
R + G + B = 113 + 52 + 126 = 291 (100%)
R 113 of 291 ~ 38.83%
G 52 of 291 ~ 17.87%
B 126 of 291 ~ 43.3'%
#71347E color CMYK value is (10,59,0,51).
CMYK: (10,59,0,51)
C10M59Y0K51 (10%, 59%, 0%, 51%)
(0.10 / 0.59 / 0.00 / 0.51)
Color #71347E in popluar color models
71 | 34 | 7E | |
---|---|---|---|
RGB | 113 | 52 | 126 |
HSL | 289° | 41.57% | 34.90% |
HSB/HSV | 289° | 58.73% | 49.41% |
CMYK | 10.32% | 58.73% | 0.00% |
50.59% |
Color #71347E in popluar number systems.
HEX | 71 | 34 | 7E |
Decimal | 113 | 52 | 126 |
Binary | 1110001 | 110100 | 1111110 |
Octal | 161 | 64 | 176 |
Shades of #71347E
Tints of #71347E
Examples of css and html codes for elements with #71347E color. Also use rgb(113,52,126) instead hex code.
.myTextColor { color: #71347E; }
<p style="color:#71347E">This sample text font color is #71347E.</p>
This text font color is #71347E.
.myBgColor { background-color: #71347E; }
<div style="background-color:#71347E">Inner text</div>
This div background color is #71347E.
.myBorderColor { border: 1px solid #71347E; }
<div style="border:3px solid #71347E">Div</div>
This div border color is #71347E.
.myOpacity80 { color: #71347E; opacity: 0.8; }
<p style="color:#71347E;opacity:0.8;">80%</p>
Text with #71347E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71347E;}
<p style="text-shadow: 3px 3px 1px #71347E">Text here.</p>
This text has shadow with #71347E color.
.textShadow {text-shadow: 3px 3px 1px #71347E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71347E, 5px 5px 20px red">Text here.</p>
This text has shadow with #71347E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71347E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71347E, Direction=45, Strength=4)">Text</p>
This text has shadow with #71347E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71347E;
-webkit-box-shadow: 1px 1px 3px 2px #71347E;
box-shadow: 1px 1px 3px 2px #71347E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71347E; -webkit-box-shadow: 1px 1px 3px 2px #71347E; box-shadow:1px 1px 3px 2px #71347E;">
Div content here
</div>
This text has color #71347E on black background.
This text has color #71347E on white background.
This text has black color on #71347E background.
This text has white color on #71347E background.
Complementary color for #hex is #8ECB81.