Shades of Eminence #7A4778
Tints of Eminence #7A4778
RGB
CMYK
RGB Variations
Color information
#7A4778 (or 0x7A4778) is known color: Eminence. HEX triplet: 7A, 47 and 78. RGB value is (122,71,120). Sum of RGB (Red+Green+Blue) = 122+71+120=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4778 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4778 is #85B887. Grayscale: #5B5B5B. Windows color (decimal): -8763528 or 7882618. OLE color: 7882618.
HSL color Cylindrical-coordinate representation of color #7A4778: hue angle of 302.35º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A4778 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 71 | 120 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.52 |
| HSL | 302.35º | 0.26% | 0.38% | - |
| HSV(B) | 302.35º | 0.42% | 0.48% | - |
| XYZ | 13.67 | 10 | 18.98 | - |
| YUV | 91.84 | 143.9 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 71 | 120 | 0 | 0.42 | 0.02 | 0.52 | 302.35 | 0.26 | 0.38 |
| Hex | 7A | 47 | 78 | 0 | 2A | 2 | 34 | 12E | 1A | 26 |
| Octal | 172 | 107 | 170 | 0 | 52 | 2 | 64 | 456 | 32 | 46 |
| Binary | 1111010 | 1000111 | 1111000 | 0 | 101010 | 10 | 110100 | 100101110 | 11010 | 100110 |
Color Harmonies of #7A4778
Complementary color
Monochromatic Colors of #7A4778
Black with #7A4778
Text Example
Text Example
White with #7A4778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4778; }
p { color: rgb(122,71,120); }
H1.HeaderClassName
{
color: #7A4778;
}
.AnyTagClassName
{
color: #7A4778;
}
</style>
background-color css
<style>
a { background-color: #7A4778; }
a { background-color: rgb(122,71,120); }
div.DivClassName
{
background-color: #7A4778;
}
.BgClassName
{
background-color: #7A4778;
}
</style>
border-color css
<style>
span { border-color: #7A4778; }
span { border-color: rgb(122,71,120); }
td.TdClassName
{
border-color: #7A4778;
}
.TagClassName
{
border-color: #7A4778;
}
</style>