Shades of Eminence #722B81
Tints of Eminence #722B81
RGB
CMYK
RGB Variations
Color information
#722B81 (or 0x722B81) is known color: Eminence. HEX triplet: 72, 2B and 81. RGB value is (114,43,129). Sum of RGB (Red+Green+Blue) = 114+43+129=286 (37% of max value = 765). Red value is 114 (44.92% from 255 or 39.86% from 286); Green value is 43 (17.19% from 255 or 15.03% from 286); Blue value is 129 (50.78% from 255 or 45.10% from 286); Max value from RGB is 129 - color contains mainly: blue. Hex color #722B81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722B81 is #8DD47E. Grayscale: #494949. Windows color (decimal): -9294975 or 8465266. OLE color: 8465266.
HSL color Cylindrical-coordinate representation of color #722B81: hue angle of 289.53º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #722B81 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 43 | 129 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.49 |
| HSL | 289.53º | 0.5% | 0.34% | - |
| HSV(B) | 289.53º | 0.67% | 0.51% | - |
| XYZ | 11.77 | 6.89 | 21.48 | - |
| YUV | 74.03 | 159.02 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 43 | 129 | 0.12 | 0.67 | 0 | 0.49 | 289.53 | 0.5 | 0.34 |
| Hex | 72 | 2B | 81 | C | 43 | 0 | 31 | 122 | 32 | 22 |
| Octal | 162 | 53 | 201 | 14 | 103 | 0 | 61 | 442 | 62 | 42 |
| Binary | 1110010 | 101011 | 10000001 | 1100 | 1000011 | 0 | 110001 | 100100010 | 110010 | 100010 |
Color Harmonies of #722B81
Complementary color
Monochromatic Colors of #722B81
Black with #722B81
Text Example
Text Example
White with #722B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722B81; }
p { color: rgb(114,43,129); }
H1.HeaderClassName
{
color: #722B81;
}
.AnyTagClassName
{
color: #722B81;
}
</style>
background-color css
<style>
a { background-color: #722B81; }
a { background-color: rgb(114,43,129); }
div.DivClassName
{
background-color: #722B81;
}
.BgClassName
{
background-color: #722B81;
}
</style>
border-color css
<style>
span { border-color: #722B81; }
span { border-color: rgb(114,43,129); }
td.TdClassName
{
border-color: #722B81;
}
.TagClassName
{
border-color: #722B81;
}
</style>