Shades of Eminence #72466D
Tints of Eminence #72466D
RGB
CMYK
RGB Variations
Color information
#72466D (or 0x72466D) is known color: Eminence. HEX triplet: 72, 46 and 6D. RGB value is (114,70,109). Sum of RGB (Red+Green+Blue) = 114+70+109=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 114 - color contains mainly: red. Hex color #72466D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72466D is #8DB992. Grayscale: #575757. Windows color (decimal): -9288083 or 7161458. OLE color: 7161458.
HSL color Cylindrical-coordinate representation of color #72466D: hue angle of 306.82º degrees, saturation: 0.24, 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 #72466D is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 70 | 109 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.55 |
| HSL | 306.82º | 0.24% | 0.36% | - |
| HSV(B) | 306.82º | 0.39% | 0.45% | - |
| XYZ | 11.89 | 9.06 | 15.59 | - |
| YUV | 87.6 | 140.08 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 70 | 109 | 0 | 0.39 | 0.04 | 0.55 | 306.82 | 0.24 | 0.36 |
| Hex | 72 | 46 | 6D | 0 | 27 | 4 | 37 | 133 | 18 | 24 |
| Octal | 162 | 106 | 155 | 0 | 47 | 4 | 67 | 463 | 30 | 44 |
| Binary | 1110010 | 1000110 | 1101101 | 0 | 100111 | 100 | 110111 | 100110011 | 11000 | 100100 |
Color Harmonies of #72466D
Complementary color
Monochromatic Colors of #72466D
Black with #72466D
Text Example
Text Example
White with #72466D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72466D; }
p { color: rgb(114,70,109); }
H1.HeaderClassName
{
color: #72466D;
}
.AnyTagClassName
{
color: #72466D;
}
</style>
background-color css
<style>
a { background-color: #72466D; }
a { background-color: rgb(114,70,109); }
div.DivClassName
{
background-color: #72466D;
}
.BgClassName
{
background-color: #72466D;
}
</style>
border-color css
<style>
span { border-color: #72466D; }
span { border-color: rgb(114,70,109); }
td.TdClassName
{
border-color: #72466D;
}
.TagClassName
{
border-color: #72466D;
}
</style>