Shades of Eminence #722E76
Tints of Eminence #722E76
RGB
CMYK
RGB Variations
Color information
#722E76 (or 0x722E76) is known color: Eminence. HEX triplet: 72, 2E and 76. RGB value is (114,46,118). Sum of RGB (Red+Green+Blue) = 114+46+118=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 46 (18.36% from 255 or 16.55% from 278); Blue value is 118 (46.48% from 255 or 42.45% from 278); Max value from RGB is 118 - color contains mainly: blue. Hex color #722E76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722E76 is #8DD189. Grayscale: #4A4A4A. Windows color (decimal): -9294218 or 7745138. OLE color: 7745138.
HSL color Cylindrical-coordinate representation of color #722E76: hue angle of 296.67º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #722E76 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 114 | 46 | 118 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.54 |
| HSL | 296.67º | 0.44% | 0.32% | - |
| HSV(B) | 296.67º | 0.61% | 0.46% | - |
| XYZ | 11.19 | 6.84 | 17.87 | - |
| YUV | 74.54 | 152.53 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 46 | 118 | 0.03 | 0.61 | 0 | 0.54 | 296.67 | 0.44 | 0.32 |
| Hex | 72 | 2E | 76 | 3 | 3D | 0 | 36 | 129 | 2C | 20 |
| Octal | 162 | 56 | 166 | 3 | 75 | 0 | 66 | 451 | 54 | 40 |
| Binary | 1110010 | 101110 | 1110110 | 11 | 111101 | 0 | 110110 | 100101001 | 101100 | 100000 |
Color Harmonies of #722E76
Complementary color
Monochromatic Colors of #722E76
Black with #722E76
Text Example
Text Example
White with #722E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722E76; }
p { color: rgb(114,46,118); }
H1.HeaderClassName
{
color: #722E76;
}
.AnyTagClassName
{
color: #722E76;
}
</style>
background-color css
<style>
a { background-color: #722E76; }
a { background-color: rgb(114,46,118); }
div.DivClassName
{
background-color: #722E76;
}
.BgClassName
{
background-color: #722E76;
}
</style>
border-color css
<style>
span { border-color: #722E76; }
span { border-color: rgb(114,46,118); }
td.TdClassName
{
border-color: #722E76;
}
.TagClassName
{
border-color: #722E76;
}
</style>