HEX: #71297D
RGB: (113,41,125)
#71297D contains mainly red and blue colors. Web safe color of #71297D is #663366 (or #636).
#71297D color RGB value is (113,41,125).
RGB: (113,41,125) (44%,16%,49%)
R 113 of 255 = 44%
G 41 of 255 = 16%
B 125 of 255 = 49%
R + G + B ~ 36%. #71297D is quite dark color.
R + G + B =
113 + 41 + 125 = 279 (100%)
R 113 of 279 ~ 40.5%
G 41 of 279 ~ 14.7%
B 125 of 279 ~ 44.8%
#71297D color CMYK value is (10,67,0,51).
CMYK: (10,67,0,51) C10M67Y0K51 (10%,67%,0%,51%) (0.10/0.67/0.00/0.51)
71 | 29 | 7D | |
---|---|---|---|
RGB | 113 | 41 | 125 |
HSL | 291° | 50.60% | 32.55% |
HSB/HSV | 291° | 67.20% | 49.02% |
CMYK | 9.60% | 67.20% | 0.00% |
50.98% |
HEX | 71 | 29 | 7D |
Decimal | 113 | 41 | 125 |
Binary | 1110001 | 101001 | 1111101 |
Octal | 161 | 51 | 175 |
Examples of css and html codes for elements with #71297D color. Also use rgb(113,41,125) instead hex code.
.myTextColor { color: #71297D; }
<p style="color:#71297D">This sample text font color is #71297D.</p>
This text font color is #71297D.
.myBgColor { background-color: #71297D; }
<div style="background-color:#71297D">Inner text</div>
This div background color is #71297D.
.myBorderColor { border: 1px solid #71297D; }
<div style="border:3px solid #71297D">Div</div>
This div border color is #71297D.
.myOpacity80 { color: #71297D; opacity: 0.8; }
<p style="color:#71297D;opacity:0.8;">80%</p>
Text with #71297D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71297D;}
<p style="text-shadow: 3px 3px 1px #71297D">Text here.</p>
This text has shadow with #71297D color.
.textShadow {text-shadow: 3px 3px 1px #71297D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71297D, 5px 5px 20px red">Text here.</p>
This text has shadow with #71297D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71297D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71297D, Direction=45, Strength=4)">Text</p>
This text has shadow with #71297D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71297D; -webkit-box-shadow: 1px 1px 3px 2px #71297D; box-shadow: 1px 1px 3px 2px #71297D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #71297D; -webkit-box-shadow: 1px 1px 3px 2px #71297D; box-shadow:1px 1px 3px 2px #71297D;">
Div content here</div>
This text has color #71297D on black background.
This text has color #71297D on white background.
This text has black color on #71297D background.
This text has white color on #71297D background.