Shades of Eminence #722D7E
Tints of Eminence #722D7E
RGB
CMYK
RGB Variations
Color information
#722D7E (or 0x722D7E) is known color: Eminence. HEX triplet: 72, 2D and 7E. RGB value is (114,45,126). Sum of RGB (Red+Green+Blue) = 114+45+126=285 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 126 (49.61% from 255 or 44.21% from 285); Max value from RGB is 126 - color contains mainly: blue. Hex color #722D7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722D7E is #8DD281. Grayscale: #4A4A4A. Windows color (decimal): -9294466 or 8269170. OLE color: 8269170.
HSL color Cylindrical-coordinate representation of color #722D7E: hue angle of 291.11º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #722D7E is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 45 | 126 | - |
| CMYK | 0.10 | 0.64 | 0 | 0.51 |
| HSL | 291.11º | 0.47% | 0.34% | - |
| HSV(B) | 291.11º | 0.64% | 0.49% | - |
| XYZ | 11.64 | 6.96 | 20.47 | - |
| YUV | 74.87 | 156.86 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 45 | 126 | 0.10 | 0.64 | 0 | 0.51 | 291.11 | 0.47 | 0.34 |
| Hex | 72 | 2D | 7E | A | 40 | 0 | 33 | 123 | 2F | 22 |
| Octal | 162 | 55 | 176 | 12 | 100 | 0 | 63 | 443 | 57 | 42 |
| Binary | 1110010 | 101101 | 1111110 | 1010 | 1000000 | 0 | 110011 | 100100011 | 101111 | 100010 |
Color Harmonies of #722D7E
Complementary color
Monochromatic Colors of #722D7E
Black with #722D7E
Text Example
Text Example
White with #722D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722D7E; }
p { color: rgb(114,45,126); }
H1.HeaderClassName
{
color: #722D7E;
}
.AnyTagClassName
{
color: #722D7E;
}
</style>
background-color css
<style>
a { background-color: #722D7E; }
a { background-color: rgb(114,45,126); }
div.DivClassName
{
background-color: #722D7E;
}
.BgClassName
{
background-color: #722D7E;
}
</style>
border-color css
<style>
span { border-color: #722D7E; }
span { border-color: rgb(114,45,126); }
td.TdClassName
{
border-color: #722D7E;
}
.TagClassName
{
border-color: #722D7E;
}
</style>