HEX: #713688
RGB: (113,54,136)
#713688 contains mainly red and blue colors. Web safe color of #713688 is #663399 (or #639).
#713688 color RGB value is (113,54,136).
RGB: (113,54,136) (44%,21%,53%)
R 113 of 255 = 44%
G 54 of 255 = 21%
B 136 of 255 = 53%
R + G + B ~ 39%. #713688 is quite dark color.
R + G + B =
113 + 54 + 136 = 303 (100%)
R 113 of 303 ~ 37.29%
G 54 of 303 ~ 17.82%
B 136 of 303 ~ 44.88%
#713688 color CMYK value is (17,60,0,47).
CMYK: (17,60,0,47) C17M60Y0K47 (17%,60%,0%,47%) (0.17/0.60/0.00/0.47)
71 | 36 | 88 | |
---|---|---|---|
RGB | 113 | 54 | 136 |
HSL | 283° | 43.16% | 37.25% |
HSB/HSV | 283° | 60.29% | 53.33% |
CMYK | 16.91% | 60.29% | 0.00% |
46.67% |
HEX | 71 | 36 | 88 |
Decimal | 113 | 54 | 136 |
Binary | 1110001 | 110110 | 10001000 |
Octal | 161 | 66 | 210 |
Examples of css and html codes for elements with #713688 color. Also use rgb(113,54,136) instead hex code.
.myTextColor { color: #713688; }
<p style="color:#713688">This sample text font color is #713688.</p>
This text font color is #713688.
.myBgColor { background-color: #713688; }
<div style="background-color:#713688">Inner text</div>
This div background color is #713688.
.myBorderColor { border: 1px solid #713688; }
<div style="border:3px solid #713688">Div</div>
This div border color is #713688.
.myOpacity80 { color: #713688; opacity: 0.8; }
<p style="color:#713688;opacity:0.8;">80%</p>
Text with #713688 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #713688;}
<p style="text-shadow: 3px 3px 1px #713688">Text here.</p>
This text has shadow with #713688 color.
.textShadow {text-shadow: 3px 3px 1px #713688, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #713688, 5px 5px 20px red">Text here.</p>
This text has shadow with #713688 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#713688, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#713688, Direction=45, Strength=4)">Text</p>
This text has shadow with #713688 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #713688; -webkit-box-shadow: 1px 1px 3px 2px #713688; box-shadow: 1px 1px 3px 2px #713688; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #713688; -webkit-box-shadow: 1px 1px 3px 2px #713688; box-shadow:1px 1px 3px 2px #713688;">
Div content here</div>
This text has color #713688 on black background.
This text has color #713688 on white background.
This text has black color on #713688 background.
This text has white color on #713688 background.