Shades of Eminence #724E71
Tints of Eminence #724E71
RGB
CMYK
RGB Variations
Color information
#724E71 (or 0x724E71) is known color: Eminence. HEX triplet: 72, 4E and 71. RGB value is (114,78,113). Sum of RGB (Red+Green+Blue) = 114+78+113=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 114 - color contains mainly: red. Hex color #724E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724E71 is #8DB18E. Grayscale: #5C5C5C. Windows color (decimal): -9286031 or 7425650. OLE color: 7425650.
HSL color Cylindrical-coordinate representation of color #724E71: hue angle of 301.67º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #724E71 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 78 | 113 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.55 |
| HSL | 301.67º | 0.19% | 0.38% | - |
| HSV(B) | 301.67º | 0.32% | 0.45% | - |
| XYZ | 12.64 | 10.22 | 16.93 | - |
| YUV | 92.75 | 139.43 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 78 | 113 | 0 | 0.32 | 0.01 | 0.55 | 301.67 | 0.19 | 0.38 |
| Hex | 72 | 4E | 71 | 0 | 20 | 1 | 37 | 12E | 13 | 26 |
| Octal | 162 | 116 | 161 | 0 | 40 | 1 | 67 | 456 | 23 | 46 |
| Binary | 1110010 | 1001110 | 1110001 | 0 | 100000 | 1 | 110111 | 100101110 | 10011 | 100110 |
Color Harmonies of #724E71
Complementary color
Monochromatic Colors of #724E71
Black with #724E71
Text Example
Text Example
White with #724E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724E71; }
p { color: rgb(114,78,113); }
H1.HeaderClassName
{
color: #724E71;
}
.AnyTagClassName
{
color: #724E71;
}
</style>
background-color css
<style>
a { background-color: #724E71; }
a { background-color: rgb(114,78,113); }
div.DivClassName
{
background-color: #724E71;
}
.BgClassName
{
background-color: #724E71;
}
</style>
border-color css
<style>
span { border-color: #724E71; }
span { border-color: rgb(114,78,113); }
td.TdClassName
{
border-color: #724E71;
}
.TagClassName
{
border-color: #724E71;
}
</style>