Shades of Eminence #722C7D
Tints of Eminence #722C7D
RGB
CMYK
RGB Variations
Color information
#722C7D (or 0x722C7D) is known color: Eminence. HEX triplet: 72, 2C and 7D. RGB value is (114,44,125). Sum of RGB (Red+Green+Blue) = 114+44+125=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 125 - color contains mainly: blue. Hex color #722C7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722C7D is #8DD382. Grayscale: #494949. Windows color (decimal): -9294723 or 8203378. OLE color: 8203378.
HSL color Cylindrical-coordinate representation of color #722C7D: hue angle of 291.85º 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 #722C7D is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 44 | 125 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.51 |
| HSL | 291.85º | 0.48% | 0.33% | - |
| HSV(B) | 291.85º | 0.65% | 0.49% | - |
| XYZ | 11.54 | 6.86 | 20.12 | - |
| YUV | 74.16 | 156.69 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 125 | 0.09 | 0.65 | 0 | 0.51 | 291.85 | 0.48 | 0.33 |
| Hex | 72 | 2C | 7D | 9 | 41 | 0 | 33 | 124 | 30 | 21 |
| Octal | 162 | 54 | 175 | 11 | 101 | 0 | 63 | 444 | 60 | 41 |
| Binary | 1110010 | 101100 | 1111101 | 1001 | 1000001 | 0 | 110011 | 100100100 | 110000 | 100001 |
Color Harmonies of #722C7D
Complementary color
Monochromatic Colors of #722C7D
Black with #722C7D
Text Example
Text Example
White with #722C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722C7D; }
p { color: rgb(114,44,125); }
H1.HeaderClassName
{
color: #722C7D;
}
.AnyTagClassName
{
color: #722C7D;
}
</style>
background-color css
<style>
a { background-color: #722C7D; }
a { background-color: rgb(114,44,125); }
div.DivClassName
{
background-color: #722C7D;
}
.BgClassName
{
background-color: #722C7D;
}
</style>
border-color css
<style>
span { border-color: #722C7D; }
span { border-color: rgb(114,44,125); }
td.TdClassName
{
border-color: #722C7D;
}
.TagClassName
{
border-color: #722C7D;
}
</style>