Shades of Eminence #722E7A
Tints of Eminence #722E7A
RGB
CMYK
RGB Variations
Color information
#722E7A (or 0x722E7A) is known color: Eminence. HEX triplet: 72, 2E and 7A. RGB value is (114,46,122). Sum of RGB (Red+Green+Blue) = 114+46+122=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 46 (18.36% from 255 or 16.31% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 122 - color contains mainly: blue. Hex color #722E7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722E7A is #8DD185. Grayscale: #4A4A4A. Windows color (decimal): -9294214 or 8007282. OLE color: 8007282.
HSL color Cylindrical-coordinate representation of color #722E7A: hue angle of 293.68º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #722E7A is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 46 | 122 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.52 |
| HSL | 293.68º | 0.45% | 0.33% | - |
| HSV(B) | 293.68º | 0.62% | 0.48% | - |
| XYZ | 11.43 | 6.94 | 19.15 | - |
| YUV | 75 | 154.53 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 46 | 122 | 0.07 | 0.62 | 0 | 0.52 | 293.68 | 0.45 | 0.33 |
| Hex | 72 | 2E | 7A | 7 | 3E | 0 | 34 | 126 | 2D | 21 |
| Octal | 162 | 56 | 172 | 7 | 76 | 0 | 64 | 446 | 55 | 41 |
| Binary | 1110010 | 101110 | 1111010 | 111 | 111110 | 0 | 110100 | 100100110 | 101101 | 100001 |
Color Harmonies of #722E7A
Complementary color
Monochromatic Colors of #722E7A
Black with #722E7A
Text Example
Text Example
White with #722E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722E7A; }
p { color: rgb(114,46,122); }
H1.HeaderClassName
{
color: #722E7A;
}
.AnyTagClassName
{
color: #722E7A;
}
</style>
background-color css
<style>
a { background-color: #722E7A; }
a { background-color: rgb(114,46,122); }
div.DivClassName
{
background-color: #722E7A;
}
.BgClassName
{
background-color: #722E7A;
}
</style>
border-color css
<style>
span { border-color: #722E7A; }
span { border-color: rgb(114,46,122); }
td.TdClassName
{
border-color: #722E7A;
}
.TagClassName
{
border-color: #722E7A;
}
</style>