Shades of Eminence #723777
Tints of Eminence #723777
RGB
CMYK
RGB Variations
Color information
#723777 (or 0x723777) is known color: Eminence. HEX triplet: 72, 37 and 77. RGB value is (114,55,119). Sum of RGB (Red+Green+Blue) = 114+55+119=288 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.58% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 119 - color contains mainly: blue. Hex color #723777 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723777 is #8DC888. Grayscale: #4F4F4F. Windows color (decimal): -9291913 or 7812978. OLE color: 7812978.
HSL color Cylindrical-coordinate representation of color #723777: hue angle of 295.31º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #723777 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 114 | 55 | 119 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.53 |
| HSL | 295.31º | 0.37% | 0.34% | - |
| HSV(B) | 295.31º | 0.54% | 0.47% | - |
| XYZ | 11.64 | 7.64 | 18.31 | - |
| YUV | 79.94 | 150.05 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 55 | 119 | 0.04 | 0.54 | 0 | 0.53 | 295.31 | 0.37 | 0.34 |
| Hex | 72 | 37 | 77 | 4 | 36 | 0 | 35 | 127 | 25 | 22 |
| Octal | 162 | 67 | 167 | 4 | 66 | 0 | 65 | 447 | 45 | 42 |
| Binary | 1110010 | 110111 | 1110111 | 100 | 110110 | 0 | 110101 | 100100111 | 100101 | 100010 |
Color Harmonies of #723777
Complementary color
Monochromatic Colors of #723777
Black with #723777
Text Example
Text Example
White with #723777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723777; }
p { color: rgb(114,55,119); }
H1.HeaderClassName
{
color: #723777;
}
.AnyTagClassName
{
color: #723777;
}
</style>
background-color css
<style>
a { background-color: #723777; }
a { background-color: rgb(114,55,119); }
div.DivClassName
{
background-color: #723777;
}
.BgClassName
{
background-color: #723777;
}
</style>
border-color css
<style>
span { border-color: #723777; }
span { border-color: rgb(114,55,119); }
td.TdClassName
{
border-color: #723777;
}
.TagClassName
{
border-color: #723777;
}
</style>