Shades of Eminence #72427C
Tints of Eminence #72427C
RGB
CMYK
RGB Variations
Color information
#72427C (or 0x72427C) is known color: Eminence. HEX triplet: 72, 42 and 7C. RGB value is (114,66,124). Sum of RGB (Red+Green+Blue) = 114+66+124=304 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.5% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 124 - color contains mainly: blue. Hex color #72427C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72427C is #8DBD83. Grayscale: #565656. Windows color (decimal): -9289092 or 8143474. OLE color: 8143474.
HSL color Cylindrical-coordinate representation of color #72427C: hue angle of 289.66º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72427C is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 66 | 124 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.51 |
| HSL | 289.66º | 0.31% | 0.37% | - |
| HSV(B) | 289.66º | 0.47% | 0.49% | - |
| XYZ | 12.53 | 8.93 | 20.13 | - |
| YUV | 86.96 | 148.9 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 66 | 124 | 0.08 | 0.47 | 0 | 0.51 | 289.66 | 0.31 | 0.37 |
| Hex | 72 | 42 | 7C | 8 | 2F | 0 | 33 | 122 | 1F | 25 |
| Octal | 162 | 102 | 174 | 10 | 57 | 0 | 63 | 442 | 37 | 45 |
| Binary | 1110010 | 1000010 | 1111100 | 1000 | 101111 | 0 | 110011 | 100100010 | 11111 | 100101 |
Color Harmonies of #72427C
Complementary color
Monochromatic Colors of #72427C
Black with #72427C
Text Example
Text Example
White with #72427C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72427C; }
p { color: rgb(114,66,124); }
H1.HeaderClassName
{
color: #72427C;
}
.AnyTagClassName
{
color: #72427C;
}
</style>
background-color css
<style>
a { background-color: #72427C; }
a { background-color: rgb(114,66,124); }
div.DivClassName
{
background-color: #72427C;
}
.BgClassName
{
background-color: #72427C;
}
</style>
border-color css
<style>
span { border-color: #72427C; }
span { border-color: rgb(114,66,124); }
td.TdClassName
{
border-color: #72427C;
}
.TagClassName
{
border-color: #72427C;
}
</style>