Shades of Eminence #7A2E78
Tints of Eminence #7A2E78
RGB
CMYK
RGB Variations
Color information
#7A2E78 (or 0x7A2E78) is known color: Eminence. HEX triplet: 7A, 2E and 78. RGB value is (122,46,120). Sum of RGB (Red+Green+Blue) = 122+46+120=288 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.36% from 288); Green value is 46 (18.36% from 255 or 15.97% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2E78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2E78 is #85D187. Grayscale: #4C4C4C. Windows color (decimal): -8769928 or 7876218. OLE color: 7876218.
HSL color Cylindrical-coordinate representation of color #7A2E78: hue angle of 301.58º 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 #7A2E78 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 46 | 120 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.52 |
| HSL | 301.58º | 0.45% | 0.33% | - |
| HSV(B) | 301.58º | 0.62% | 0.48% | - |
| XYZ | 12.39 | 7.45 | 18.55 | - |
| YUV | 77.16 | 152.18 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 46 | 120 | 0 | 0.62 | 0.02 | 0.52 | 301.58 | 0.45 | 0.33 |
| Hex | 7A | 2E | 78 | 0 | 3E | 2 | 34 | 12E | 2D | 21 |
| Octal | 172 | 56 | 170 | 0 | 76 | 2 | 64 | 456 | 55 | 41 |
| Binary | 1111010 | 101110 | 1111000 | 0 | 111110 | 10 | 110100 | 100101110 | 101101 | 100001 |
Color Harmonies of #7A2E78
Complementary color
Monochromatic Colors of #7A2E78
Black with #7A2E78
Text Example
Text Example
White with #7A2E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2E78; }
p { color: rgb(122,46,120); }
H1.HeaderClassName
{
color: #7A2E78;
}
.AnyTagClassName
{
color: #7A2E78;
}
</style>
background-color css
<style>
a { background-color: #7A2E78; }
a { background-color: rgb(122,46,120); }
div.DivClassName
{
background-color: #7A2E78;
}
.BgClassName
{
background-color: #7A2E78;
}
</style>
border-color css
<style>
span { border-color: #7A2E78; }
span { border-color: rgb(122,46,120); }
td.TdClassName
{
border-color: #7A2E78;
}
.TagClassName
{
border-color: #7A2E78;
}
</style>