HEX: #71258A
RGB: (113,37,138)
#71258A contains mainly red and blue colors. Web safe color of #71258A is #663399 (or #639).
#71258A color RGB value is (113,37,138).
RGB: (113,37,138) (44%,15%,54%)
R 113 of 255 = 44%
G 37 of 255 = 15%
B 138 of 255 = 54%
R + G + B ~ 38%. #71258A is quite dark color.
R + G + B =
113 + 37 + 138 = 288 (100%)
R 113 of 288 ~ 39.24%
G 37 of 288 ~ 12.85%
B 138 of 288 ~ 47.92%
#71258A color CMYK value is (18,73,0,46).
CMYK: (18,73,0,46) C18M73Y0K46 (18%,73%,0%,46%) (0.18/0.73/0.00/0.46)
71 | 25 | 8A | |
---|---|---|---|
RGB | 113 | 37 | 138 |
HSL | 285° | 57.71% | 34.31% |
HSB/HSV | 285° | 73.19% | 54.12% |
CMYK | 18.12% | 73.19% | 0.00% |
45.88% |
HEX | 71 | 25 | 8A |
Decimal | 113 | 37 | 138 |
Binary | 1110001 | 100101 | 10001010 |
Octal | 161 | 45 | 212 |
Examples of css and html codes for elements with #71258A color. Also use rgb(113,37,138) instead hex code.
.myTextColor { color: #71258A; }
<p style="color:#71258A">This sample text font color is #71258A.</p>
This text font color is #71258A.
.myBgColor { background-color: #71258A; }
<div style="background-color:#71258A">Inner text</div>
This div background color is #71258A.
.myBorderColor { border: 1px solid #71258A; }
<div style="border:3px solid #71258A">Div</div>
This div border color is #71258A.
.myOpacity80 { color: #71258A; opacity: 0.8; }
<p style="color:#71258A;opacity:0.8;">80%</p>
Text with #71258A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71258A;}
<p style="text-shadow: 3px 3px 1px #71258A">Text here.</p>
This text has shadow with #71258A color.
.textShadow {text-shadow: 3px 3px 1px #71258A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71258A, 5px 5px 20px red">Text here.</p>
This text has shadow with #71258A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71258A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71258A, Direction=45, Strength=4)">Text</p>
This text has shadow with #71258A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71258A; -webkit-box-shadow: 1px 1px 3px 2px #71258A; box-shadow: 1px 1px 3px 2px #71258A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #71258A; -webkit-box-shadow: 1px 1px 3px 2px #71258A; box-shadow:1px 1px 3px 2px #71258A;">
Div content here</div>
This text has color #71258A on black background.
This text has color #71258A on white background.
This text has black color on #71258A background.
This text has white color on #71258A background.