Shades of Eminence #72456F
Tints of Eminence #72456F
RGB
CMYK
RGB Variations
Color information
#72456F (or 0x72456F) is known color: Eminence. HEX triplet: 72, 45 and 6F. RGB value is (114,69,111). Sum of RGB (Red+Green+Blue) = 114+69+111=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 114 - color contains mainly: red. Hex color #72456F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72456F is #8DBA90. Grayscale: #575757. Windows color (decimal): -9288337 or 7292274. OLE color: 7292274.
HSL color Cylindrical-coordinate representation of color #72456F: hue angle of 304º 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 #72456F is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 69 | 111 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.55 |
| HSL | 304º | 0.25% | 0.36% | - |
| HSV(B) | 304º | 0.39% | 0.45% | - |
| XYZ | 11.94 | 8.98 | 16.14 | - |
| YUV | 87.24 | 141.41 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 69 | 111 | 0 | 0.39 | 0.03 | 0.55 | 304 | 0.25 | 0.36 |
| Hex | 72 | 45 | 6F | 0 | 27 | 3 | 37 | 130 | 19 | 24 |
| Octal | 162 | 105 | 157 | 0 | 47 | 3 | 67 | 460 | 31 | 44 |
| Binary | 1110010 | 1000101 | 1101111 | 0 | 100111 | 11 | 110111 | 100110000 | 11001 | 100100 |
Color Harmonies of #72456F
Complementary color
Monochromatic Colors of #72456F
Black with #72456F
Text Example
Text Example
White with #72456F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72456F; }
p { color: rgb(114,69,111); }
H1.HeaderClassName
{
color: #72456F;
}
.AnyTagClassName
{
color: #72456F;
}
</style>
background-color css
<style>
a { background-color: #72456F; }
a { background-color: rgb(114,69,111); }
div.DivClassName
{
background-color: #72456F;
}
.BgClassName
{
background-color: #72456F;
}
</style>
border-color css
<style>
span { border-color: #72456F; }
span { border-color: rgb(114,69,111); }
td.TdClassName
{
border-color: #72456F;
}
.TagClassName
{
border-color: #72456F;
}
</style>