Shades of Eminence #72486D
Tints of Eminence #72486D
RGB
CMYK
RGB Variations
Color information
#72486D (or 0x72486D) is known color: Eminence. HEX triplet: 72, 48 and 6D. RGB value is (114,72,109). Sum of RGB (Red+Green+Blue) = 114+72+109=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 114 - color contains mainly: red. Hex color #72486D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72486D is #8DB792. Grayscale: #585858. Windows color (decimal): -9287571 or 7161970. OLE color: 7161970.
HSL color Cylindrical-coordinate representation of color #72486D: hue angle of 307.14º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #72486D is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 72 | 109 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.55 |
| HSL | 307.14º | 0.23% | 0.36% | - |
| HSV(B) | 307.14º | 0.37% | 0.45% | - |
| XYZ | 12.02 | 9.32 | 15.63 | - |
| YUV | 88.78 | 139.41 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 72 | 109 | 0 | 0.37 | 0.04 | 0.55 | 307.14 | 0.23 | 0.36 |
| Hex | 72 | 48 | 6D | 0 | 25 | 4 | 37 | 133 | 17 | 24 |
| Octal | 162 | 110 | 155 | 0 | 45 | 4 | 67 | 463 | 27 | 44 |
| Binary | 1110010 | 1001000 | 1101101 | 0 | 100101 | 100 | 110111 | 100110011 | 10111 | 100100 |
Color Harmonies of #72486D
Complementary color
Monochromatic Colors of #72486D
Black with #72486D
Text Example
Text Example
White with #72486D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72486D; }
p { color: rgb(114,72,109); }
H1.HeaderClassName
{
color: #72486D;
}
.AnyTagClassName
{
color: #72486D;
}
</style>
background-color css
<style>
a { background-color: #72486D; }
a { background-color: rgb(114,72,109); }
div.DivClassName
{
background-color: #72486D;
}
.BgClassName
{
background-color: #72486D;
}
</style>
border-color css
<style>
span { border-color: #72486D; }
span { border-color: rgb(114,72,109); }
td.TdClassName
{
border-color: #72486D;
}
.TagClassName
{
border-color: #72486D;
}
</style>