Shades of Eminence #722C7C
Tints of Eminence #722C7C
RGB
CMYK
RGB Variations
Color information
#722C7C (or 0x722C7C) is known color: Eminence. HEX triplet: 72, 2C and 7C. RGB value is (114,44,124). Sum of RGB (Red+Green+Blue) = 114+44+124=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 124 (48.83% from 255 or 43.97% from 282); Max value from RGB is 124 - color contains mainly: blue. Hex color #722C7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722C7C is #8DD383. Grayscale: #494949. Windows color (decimal): -9294724 or 8137842. OLE color: 8137842.
HSL color Cylindrical-coordinate representation of color #722C7C: hue angle of 292.5º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #722C7C is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 44 | 124 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.51 |
| HSL | 292.5º | 0.48% | 0.33% | - |
| HSV(B) | 292.5º | 0.65% | 0.49% | - |
| XYZ | 11.48 | 6.83 | 19.78 | - |
| YUV | 74.05 | 156.19 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 124 | 0.08 | 0.65 | 0 | 0.51 | 292.5 | 0.48 | 0.33 |
| Hex | 72 | 2C | 7C | 8 | 41 | 0 | 33 | 124 | 30 | 21 |
| Octal | 162 | 54 | 174 | 10 | 101 | 0 | 63 | 444 | 60 | 41 |
| Binary | 1110010 | 101100 | 1111100 | 1000 | 1000001 | 0 | 110011 | 100100100 | 110000 | 100001 |
Color Harmonies of #722C7C
Complementary color
Monochromatic Colors of #722C7C
Black with #722C7C
Text Example
Text Example
White with #722C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722C7C; }
p { color: rgb(114,44,124); }
H1.HeaderClassName
{
color: #722C7C;
}
.AnyTagClassName
{
color: #722C7C;
}
</style>
background-color css
<style>
a { background-color: #722C7C; }
a { background-color: rgb(114,44,124); }
div.DivClassName
{
background-color: #722C7C;
}
.BgClassName
{
background-color: #722C7C;
}
</style>
border-color css
<style>
span { border-color: #722C7C; }
span { border-color: rgb(114,44,124); }
td.TdClassName
{
border-color: #722C7C;
}
.TagClassName
{
border-color: #722C7C;
}
</style>