Shades of Eminence #72287D
Tints of Eminence #72287D
RGB
CMYK
RGB Variations
Color information
#72287D (or 0x72287D) is known color: Eminence. HEX triplet: 72, 28 and 7D. RGB value is (114,40,125). Sum of RGB (Red+Green+Blue) = 114+40+125=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 125 - color contains mainly: blue. Hex color #72287D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72287D is #8DD782. Grayscale: #474747. Windows color (decimal): -9295747 or 8202354. OLE color: 8202354.
HSL color Cylindrical-coordinate representation of color #72287D: hue angle of 292.24º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #72287D is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 40 | 125 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.51 |
| HSL | 292.24º | 0.52% | 0.32% | - |
| HSV(B) | 292.24º | 0.68% | 0.49% | - |
| XYZ | 11.4 | 6.58 | 20.07 | - |
| YUV | 71.82 | 158.02 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 40 | 125 | 0.09 | 0.68 | 0 | 0.51 | 292.24 | 0.52 | 0.32 |
| Hex | 72 | 28 | 7D | 9 | 44 | 0 | 33 | 124 | 34 | 20 |
| Octal | 162 | 50 | 175 | 11 | 104 | 0 | 63 | 444 | 64 | 40 |
| Binary | 1110010 | 101000 | 1111101 | 1001 | 1000100 | 0 | 110011 | 100100100 | 110100 | 100000 |
Color Harmonies of #72287D
Complementary color
Monochromatic Colors of #72287D
Black with #72287D
Text Example
Text Example
White with #72287D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72287D; }
p { color: rgb(114,40,125); }
H1.HeaderClassName
{
color: #72287D;
}
.AnyTagClassName
{
color: #72287D;
}
</style>
background-color css
<style>
a { background-color: #72287D; }
a { background-color: rgb(114,40,125); }
div.DivClassName
{
background-color: #72287D;
}
.BgClassName
{
background-color: #72287D;
}
</style>
border-color css
<style>
span { border-color: #72287D; }
span { border-color: rgb(114,40,125); }
td.TdClassName
{
border-color: #72287D;
}
.TagClassName
{
border-color: #72287D;
}
</style>