Shades of Eminence #722D7C
Tints of Eminence #722D7C
RGB
CMYK
RGB Variations
Color information
#722D7C (or 0x722D7C) is known color: Eminence. HEX triplet: 72, 2D and 7C. RGB value is (114,45,124). Sum of RGB (Red+Green+Blue) = 114+45+124=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 124 - color contains mainly: blue. Hex color #722D7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722D7C is #8DD283. Grayscale: #4A4A4A. Windows color (decimal): -9294468 or 8138098. OLE color: 8138098.
HSL color Cylindrical-coordinate representation of color #722D7C: hue angle of 292.41º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #722D7C is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 45 | 124 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.51 |
| HSL | 292.41º | 0.47% | 0.33% | - |
| HSV(B) | 292.41º | 0.64% | 0.49% | - |
| XYZ | 11.52 | 6.91 | 19.8 | - |
| YUV | 74.64 | 155.86 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 45 | 124 | 0.08 | 0.64 | 0 | 0.51 | 292.41 | 0.47 | 0.33 |
| Hex | 72 | 2D | 7C | 8 | 40 | 0 | 33 | 124 | 2F | 21 |
| Octal | 162 | 55 | 174 | 10 | 100 | 0 | 63 | 444 | 57 | 41 |
| Binary | 1110010 | 101101 | 1111100 | 1000 | 1000000 | 0 | 110011 | 100100100 | 101111 | 100001 |
Color Harmonies of #722D7C
Complementary color
Monochromatic Colors of #722D7C
Black with #722D7C
Text Example
Text Example
White with #722D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722D7C; }
p { color: rgb(114,45,124); }
H1.HeaderClassName
{
color: #722D7C;
}
.AnyTagClassName
{
color: #722D7C;
}
</style>
background-color css
<style>
a { background-color: #722D7C; }
a { background-color: rgb(114,45,124); }
div.DivClassName
{
background-color: #722D7C;
}
.BgClassName
{
background-color: #722D7C;
}
</style>
border-color css
<style>
span { border-color: #722D7C; }
span { border-color: rgb(114,45,124); }
td.TdClassName
{
border-color: #722D7C;
}
.TagClassName
{
border-color: #722D7C;
}
</style>