Shades of Eminence #72287E
Tints of Eminence #72287E
RGB
CMYK
RGB Variations
Color information
#72287E (or 0x72287E) is known color: Eminence. HEX triplet: 72, 28 and 7E. RGB value is (114,40,126). Sum of RGB (Red+Green+Blue) = 114+40+126=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 126 (49.61% from 255 or 45% from 280); Max value from RGB is 126 - color contains mainly: blue. Hex color #72287E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72287E is #8DD781. Grayscale: #474747. Windows color (decimal): -9295746 or 8267890. OLE color: 8267890.
HSL color Cylindrical-coordinate representation of color #72287E: hue angle of 291.63º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #72287E is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 40 | 126 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.51 |
| HSL | 291.63º | 0.52% | 0.33% | - |
| HSV(B) | 291.63º | 0.68% | 0.49% | - |
| XYZ | 11.46 | 6.6 | 20.41 | - |
| YUV | 71.93 | 158.52 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 40 | 126 | 0.10 | 0.68 | 0 | 0.51 | 291.63 | 0.52 | 0.33 |
| Hex | 72 | 28 | 7E | A | 44 | 0 | 33 | 124 | 34 | 21 |
| Octal | 162 | 50 | 176 | 12 | 104 | 0 | 63 | 444 | 64 | 41 |
| Binary | 1110010 | 101000 | 1111110 | 1010 | 1000100 | 0 | 110011 | 100100100 | 110100 | 100001 |
Color Harmonies of #72287E
Complementary color
Monochromatic Colors of #72287E
Black with #72287E
Text Example
Text Example
White with #72287E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72287E; }
p { color: rgb(114,40,126); }
H1.HeaderClassName
{
color: #72287E;
}
.AnyTagClassName
{
color: #72287E;
}
</style>
background-color css
<style>
a { background-color: #72287E; }
a { background-color: rgb(114,40,126); }
div.DivClassName
{
background-color: #72287E;
}
.BgClassName
{
background-color: #72287E;
}
</style>
border-color css
<style>
span { border-color: #72287E; }
span { border-color: rgb(114,40,126); }
td.TdClassName
{
border-color: #72287E;
}
.TagClassName
{
border-color: #72287E;
}
</style>