Shades of Eminence #722E7C
Tints of Eminence #722E7C
RGB
CMYK
RGB Variations
Color information
#722E7C (or 0x722E7C) is known color: Eminence. HEX triplet: 72, 2E and 7C. RGB value is (114,46,124). Sum of RGB (Red+Green+Blue) = 114+46+124=284 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.14% from 284); Green value is 46 (18.36% from 255 or 16.20% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 124 - color contains mainly: blue. Hex color #722E7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722E7C is #8DD183. Grayscale: #4A4A4A. Windows color (decimal): -9294212 or 8138354. OLE color: 8138354.
HSL color Cylindrical-coordinate representation of color #722E7C: hue angle of 292.31º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #722E7C is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 46 | 124 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.51 |
| HSL | 292.31º | 0.46% | 0.33% | - |
| HSV(B) | 292.31º | 0.63% | 0.49% | - |
| XYZ | 11.55 | 6.99 | 19.81 | - |
| YUV | 75.22 | 155.53 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 46 | 124 | 0.08 | 0.63 | 0 | 0.51 | 292.31 | 0.46 | 0.33 |
| Hex | 72 | 2E | 7C | 8 | 3F | 0 | 33 | 124 | 2E | 21 |
| Octal | 162 | 56 | 174 | 10 | 77 | 0 | 63 | 444 | 56 | 41 |
| Binary | 1110010 | 101110 | 1111100 | 1000 | 111111 | 0 | 110011 | 100100100 | 101110 | 100001 |
Color Harmonies of #722E7C
Complementary color
Monochromatic Colors of #722E7C
Black with #722E7C
Text Example
Text Example
White with #722E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722E7C; }
p { color: rgb(114,46,124); }
H1.HeaderClassName
{
color: #722E7C;
}
.AnyTagClassName
{
color: #722E7C;
}
</style>
background-color css
<style>
a { background-color: #722E7C; }
a { background-color: rgb(114,46,124); }
div.DivClassName
{
background-color: #722E7C;
}
.BgClassName
{
background-color: #722E7C;
}
</style>
border-color css
<style>
span { border-color: #722E7C; }
span { border-color: rgb(114,46,124); }
td.TdClassName
{
border-color: #722E7C;
}
.TagClassName
{
border-color: #722E7C;
}
</style>