Shades of Eminence #722E78
Tints of Eminence #722E78
RGB
CMYK
RGB Variations
Color information
#722E78 (or 0x722E78) is known color: Eminence. HEX triplet: 72, 2E and 78. RGB value is (114,46,120). Sum of RGB (Red+Green+Blue) = 114+46+120=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 46 (18.36% from 255 or 16.43% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 120 - color contains mainly: blue. Hex color #722E78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722E78 is #8DD187. Grayscale: #4A4A4A. Windows color (decimal): -9294216 or 7876210. OLE color: 7876210.
HSL color Cylindrical-coordinate representation of color #722E78: hue angle of 295.14º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #722E78 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 114 | 46 | 120 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.53 |
| HSL | 295.14º | 0.45% | 0.33% | - |
| HSV(B) | 295.14º | 0.62% | 0.47% | - |
| XYZ | 11.31 | 6.89 | 18.5 | - |
| YUV | 74.77 | 153.53 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 46 | 120 | 0.05 | 0.62 | 0 | 0.53 | 295.14 | 0.45 | 0.33 |
| Hex | 72 | 2E | 78 | 5 | 3E | 0 | 35 | 127 | 2D | 21 |
| Octal | 162 | 56 | 170 | 5 | 76 | 0 | 65 | 447 | 55 | 41 |
| Binary | 1110010 | 101110 | 1111000 | 101 | 111110 | 0 | 110101 | 100100111 | 101101 | 100001 |
Color Harmonies of #722E78
Complementary color
Monochromatic Colors of #722E78
Black with #722E78
Text Example
Text Example
White with #722E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722E78; }
p { color: rgb(114,46,120); }
H1.HeaderClassName
{
color: #722E78;
}
.AnyTagClassName
{
color: #722E78;
}
</style>
background-color css
<style>
a { background-color: #722E78; }
a { background-color: rgb(114,46,120); }
div.DivClassName
{
background-color: #722E78;
}
.BgClassName
{
background-color: #722E78;
}
</style>
border-color css
<style>
span { border-color: #722E78; }
span { border-color: rgb(114,46,120); }
td.TdClassName
{
border-color: #722E78;
}
.TagClassName
{
border-color: #722E78;
}
</style>