Shades of Eminence #72396E
Tints of Eminence #72396E
RGB
CMYK
RGB Variations
Color information
#72396E (or 0x72396E) is known color: Eminence. HEX triplet: 72, 39 and 6E. RGB value is (114,57,110). Sum of RGB (Red+Green+Blue) = 114+57+110=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 114 - color contains mainly: red. Hex color #72396E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72396E is #8DC691. Grayscale: #4F4F4F. Windows color (decimal): -9291410 or 7223666. OLE color: 7223666.
HSL color Cylindrical-coordinate representation of color #72396E: hue angle of 304.21º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72396E is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 57 | 110 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.55 |
| HSL | 304.21º | 0.33% | 0.34% | - |
| HSV(B) | 304.21º | 0.5% | 0.45% | - |
| XYZ | 11.22 | 7.63 | 15.63 | - |
| YUV | 80.09 | 144.88 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 57 | 110 | 0 | 0.50 | 0.04 | 0.55 | 304.21 | 0.33 | 0.34 |
| Hex | 72 | 39 | 6E | 0 | 32 | 4 | 37 | 130 | 21 | 22 |
| Octal | 162 | 71 | 156 | 0 | 62 | 4 | 67 | 460 | 41 | 42 |
| Binary | 1110010 | 111001 | 1101110 | 0 | 110010 | 100 | 110111 | 100110000 | 100001 | 100010 |
Color Harmonies of #72396E
Complementary color
Monochromatic Colors of #72396E
Black with #72396E
Text Example
Text Example
White with #72396E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72396E; }
p { color: rgb(114,57,110); }
H1.HeaderClassName
{
color: #72396E;
}
.AnyTagClassName
{
color: #72396E;
}
</style>
background-color css
<style>
a { background-color: #72396E; }
a { background-color: rgb(114,57,110); }
div.DivClassName
{
background-color: #72396E;
}
.BgClassName
{
background-color: #72396E;
}
</style>
border-color css
<style>
span { border-color: #72396E; }
span { border-color: rgb(114,57,110); }
td.TdClassName
{
border-color: #72396E;
}
.TagClassName
{
border-color: #72396E;
}
</style>