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