Shades of Eminence #72297C
Tints of Eminence #72297C
RGB
CMYK
RGB Variations
Color information
#72297C (or 0x72297C) is known color: Eminence. HEX triplet: 72, 29 and 7C. RGB value is (114,41,124). Sum of RGB (Red+Green+Blue) = 114+41+124=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 124 - color contains mainly: blue. Hex color #72297C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72297C is #8DD683. Grayscale: #484848. Windows color (decimal): -9295492 or 8137074. OLE color: 8137074.
HSL color Cylindrical-coordinate representation of color #72297C: hue angle of 292.77º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #72297C is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 41 | 124 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.51 |
| HSL | 292.77º | 0.5% | 0.32% | - |
| HSV(B) | 292.77º | 0.67% | 0.49% | - |
| XYZ | 11.37 | 6.62 | 19.75 | - |
| YUV | 72.29 | 157.18 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 41 | 124 | 0.08 | 0.67 | 0 | 0.51 | 292.77 | 0.5 | 0.32 |
| Hex | 72 | 29 | 7C | 8 | 43 | 0 | 33 | 125 | 32 | 20 |
| Octal | 162 | 51 | 174 | 10 | 103 | 0 | 63 | 445 | 62 | 40 |
| Binary | 1110010 | 101001 | 1111100 | 1000 | 1000011 | 0 | 110011 | 100100101 | 110010 | 100000 |
Color Harmonies of #72297C
Complementary color
Monochromatic Colors of #72297C
Black with #72297C
Text Example
Text Example
White with #72297C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72297C; }
p { color: rgb(114,41,124); }
H1.HeaderClassName
{
color: #72297C;
}
.AnyTagClassName
{
color: #72297C;
}
</style>
background-color css
<style>
a { background-color: #72297C; }
a { background-color: rgb(114,41,124); }
div.DivClassName
{
background-color: #72297C;
}
.BgClassName
{
background-color: #72297C;
}
</style>
border-color css
<style>
span { border-color: #72297C; }
span { border-color: rgb(114,41,124); }
td.TdClassName
{
border-color: #72297C;
}
.TagClassName
{
border-color: #72297C;
}
</style>