Shades of Eminence #72446B
Tints of Eminence #72446B
RGB
CMYK
RGB Variations
Color information
#72446B (or 0x72446B) is known color: Eminence. HEX triplet: 72, 44 and 6B. RGB value is (114,68,107). Sum of RGB (Red+Green+Blue) = 114+68+107=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 114 - color contains mainly: red. Hex color #72446B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72446B is #8DBB94. Grayscale: #565656. Windows color (decimal): -9288597 or 7029874. OLE color: 7029874.
HSL color Cylindrical-coordinate representation of color #72446B: hue angle of 309.13º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72446B is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 68 | 107 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.55 |
| HSL | 309.13º | 0.25% | 0.36% | - |
| HSV(B) | 309.13º | 0.4% | 0.45% | - |
| XYZ | 11.66 | 8.77 | 14.99 | - |
| YUV | 86.2 | 139.74 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 68 | 107 | 0 | 0.40 | 0.06 | 0.55 | 309.13 | 0.25 | 0.36 |
| Hex | 72 | 44 | 6B | 0 | 28 | 6 | 37 | 135 | 19 | 24 |
| Octal | 162 | 104 | 153 | 0 | 50 | 6 | 67 | 465 | 31 | 44 |
| Binary | 1110010 | 1000100 | 1101011 | 0 | 101000 | 110 | 110111 | 100110101 | 11001 | 100100 |
Color Harmonies of #72446B
Complementary color
Monochromatic Colors of #72446B
Black with #72446B
Text Example
Text Example
White with #72446B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72446B; }
p { color: rgb(114,68,107); }
H1.HeaderClassName
{
color: #72446B;
}
.AnyTagClassName
{
color: #72446B;
}
</style>
background-color css
<style>
a { background-color: #72446B; }
a { background-color: rgb(114,68,107); }
div.DivClassName
{
background-color: #72446B;
}
.BgClassName
{
background-color: #72446B;
}
</style>
border-color css
<style>
span { border-color: #72446B; }
span { border-color: rgb(114,68,107); }
td.TdClassName
{
border-color: #72446B;
}
.TagClassName
{
border-color: #72446B;
}
</style>