Shades of Eminence #72367E
Tints of Eminence #72367E
RGB
CMYK
RGB Variations
Color information
#72367E (or 0x72367E) is known color: Eminence. HEX triplet: 72, 36 and 7E. RGB value is (114,54,126). Sum of RGB (Red+Green+Blue) = 114+54+126=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 126 (49.61% from 255 or 42.86% from 294); Max value from RGB is 126 - color contains mainly: blue. Hex color #72367E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72367E is #8DC981. Grayscale: #4F4F4F. Windows color (decimal): -9292162 or 8271474. OLE color: 8271474.
HSL color Cylindrical-coordinate representation of color #72367E: hue angle of 290º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #72367E is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 54 | 126 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.51 |
| HSL | 290º | 0.4% | 0.35% | - |
| HSV(B) | 290º | 0.57% | 0.49% | - |
| XYZ | 12.02 | 7.72 | 20.6 | - |
| YUV | 80.15 | 153.88 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 54 | 126 | 0.10 | 0.57 | 0 | 0.51 | 290 | 0.4 | 0.35 |
| Hex | 72 | 36 | 7E | A | 39 | 0 | 33 | 122 | 28 | 23 |
| Octal | 162 | 66 | 176 | 12 | 71 | 0 | 63 | 442 | 50 | 43 |
| Binary | 1110010 | 110110 | 1111110 | 1010 | 111001 | 0 | 110011 | 100100010 | 101000 | 100011 |
Color Harmonies of #72367E
Complementary color
Monochromatic Colors of #72367E
Black with #72367E
Text Example
Text Example
White with #72367E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72367E; }
p { color: rgb(114,54,126); }
H1.HeaderClassName
{
color: #72367E;
}
.AnyTagClassName
{
color: #72367E;
}
</style>
background-color css
<style>
a { background-color: #72367E; }
a { background-color: rgb(114,54,126); }
div.DivClassName
{
background-color: #72367E;
}
.BgClassName
{
background-color: #72367E;
}
</style>
border-color css
<style>
span { border-color: #72367E; }
span { border-color: rgb(114,54,126); }
td.TdClassName
{
border-color: #72367E;
}
.TagClassName
{
border-color: #72367E;
}
</style>