Shades of Eminence #72456E
Tints of Eminence #72456E
RGB
CMYK
RGB Variations
Color information
#72456E (or 0x72456E) is known color: Eminence. HEX triplet: 72, 45 and 6E. RGB value is (114,69,110). Sum of RGB (Red+Green+Blue) = 114+69+110=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 114 - color contains mainly: red. Hex color #72456E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72456E is #8DBA91. Grayscale: #575757. Windows color (decimal): -9288338 or 7226738. OLE color: 7226738.
HSL color Cylindrical-coordinate representation of color #72456E: hue angle of 305.33º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72456E is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 69 | 110 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.55 |
| HSL | 305.33º | 0.25% | 0.36% | - |
| HSV(B) | 305.33º | 0.39% | 0.45% | - |
| XYZ | 11.88 | 8.96 | 15.85 | - |
| YUV | 87.13 | 140.91 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 69 | 110 | 0 | 0.39 | 0.04 | 0.55 | 305.33 | 0.25 | 0.36 |
| Hex | 72 | 45 | 6E | 0 | 27 | 4 | 37 | 131 | 19 | 24 |
| Octal | 162 | 105 | 156 | 0 | 47 | 4 | 67 | 461 | 31 | 44 |
| Binary | 1110010 | 1000101 | 1101110 | 0 | 100111 | 100 | 110111 | 100110001 | 11001 | 100100 |
Color Harmonies of #72456E
Complementary color
Monochromatic Colors of #72456E
Black with #72456E
Text Example
Text Example
White with #72456E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72456E; }
p { color: rgb(114,69,110); }
H1.HeaderClassName
{
color: #72456E;
}
.AnyTagClassName
{
color: #72456E;
}
</style>
background-color css
<style>
a { background-color: #72456E; }
a { background-color: rgb(114,69,110); }
div.DivClassName
{
background-color: #72456E;
}
.BgClassName
{
background-color: #72456E;
}
</style>
border-color css
<style>
span { border-color: #72456E; }
span { border-color: rgb(114,69,110); }
td.TdClassName
{
border-color: #72456E;
}
.TagClassName
{
border-color: #72456E;
}
</style>