HEX: #72479A
RGB: (114,71,154)
#72479A contains mainly red and blue colors. Web safe color of #72479A is #663399 (or #639).
#72479A color RGB value is (114,71,154).
RGB: (114,71,154)
(45%, 28%, 60%)
R 114 of 255 = 45%
G 71 of 255 = 28%
B 154 of 255 = 60%
R + G + B ~ 44%. #72479A is middle color (not dark and not light).
R + G + B = 114 + 71 + 154 = 339 (100%)
R 114 of 339 ~ 33.63%
G 71 of 339 ~ 20.94%
B 154 of 339 ~ 45.43'%
#72479A color CMYK value is (26,54,0,40).
CMYK: (26,54,0,40)
C26M54Y0K40 (26%, 54%, 0%, 40%)
(0.26 / 0.54 / 0.00 / 0.40)
Color #72479A in popluar color models
72 | 47 | 9A | |
---|---|---|---|
RGB | 114 | 71 | 154 |
HSL | 271° | 36.89% | 44.12% |
HSB/HSV | 271° | 53.90% | 60.39% |
CMYK | 25.97% | 53.90% | 0.00% |
39.61% |
Color #72479A in popluar number systems.
HEX | 72 | 47 | 9A |
Decimal | 114 | 71 | 154 |
Binary | 1110010 | 1000111 | 10011010 |
Octal | 162 | 107 | 232 |
Shades of #72479A
Tints of #72479A
Examples of css and html codes for elements with #72479A color. Also use rgb(114,71,154) instead hex code.
.myTextColor { color: #72479A; }
<p style="color:#72479A">This sample text font color is #72479A.</p>
This text font color is #72479A.
.myBgColor { background-color: #72479A; }
<div style="background-color:#72479A">Inner text</div>
This div background color is #72479A.
.myBorderColor { border: 1px solid #72479A; }
<div style="border:3px solid #72479A">Div</div>
This div border color is #72479A.
.myOpacity80 { color: #72479A; opacity: 0.8; }
<p style="color:#72479A;opacity:0.8;">80%</p>
Text with #72479A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #72479A;}
<p style="text-shadow: 3px 3px 1px #72479A">Text here.</p>
This text has shadow with #72479A color.
.textShadow {text-shadow: 3px 3px 1px #72479A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #72479A, 5px 5px 20px red">Text here.</p>
This text has shadow with #72479A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#72479A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#72479A, Direction=45, Strength=4)">Text</p>
This text has shadow with #72479A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #72479A;
-webkit-box-shadow: 1px 1px 3px 2px #72479A;
box-shadow: 1px 1px 3px 2px #72479A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #72479A; -webkit-box-shadow: 1px 1px 3px 2px #72479A; box-shadow:1px 1px 3px 2px #72479A;">
Div content here
</div>
This text has color #72479A on black background.
This text has color #72479A on white background.
This text has black color on #72479A background.
This text has white color on #72479A background.
Complementary color for #hex is #8DB865.