Shades of Eggplant #7A005A
Tints of Eggplant #7A005A
RGB
CMYK
RGB Variations
Color information
#7A005A (or 0x7A005A) is known color: Eggplant. HEX triplet: 7A, 00 and 5A. RGB value is (122,0,90). Sum of RGB (Red+Green+Blue) = 122+0+90=212 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.55% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 122 - color contains mainly: red. Hex color #7A005A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A005A is #85FFA5. Grayscale: #2E2E2E. Windows color (decimal): -8781734 or 5898362. OLE color: 5898362.
HSL color Cylindrical-coordinate representation of color #7A005A: hue angle of 315.74º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A005A is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.26 | 0.52 |
| HSL | 315.74º | 1% | 0.24% | - |
| HSV(B) | 315.74º | 1% | 0.48% | - |
| XYZ | 9.87 | 4.88 | 10.09 | - |
| YUV | 46.74 | 152.42 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 0 | 90 | 0 | 1 | 0.26 | 0.52 | 315.74 | 1 | 0.24 |
| Hex | 7A | 0 | 5A | 0 | 64 | 1A | 34 | 13C | 64 | 18 |
| Octal | 172 | 0 | 132 | 0 | 144 | 32 | 64 | 474 | 144 | 30 |
| Binary | 1111010 | 0 | 1011010 | 0 | 1100100 | 11010 | 110100 | 100111100 | 1100100 | 11000 |
Color Harmonies of #7A005A
Complementary color
Monochromatic Colors of #7A005A
Black with #7A005A
Text Example
Text Example
White with #7A005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A005A; }
p { color: rgb(122,0,90); }
H1.HeaderClassName
{
color: #7A005A;
}
.AnyTagClassName
{
color: #7A005A;
}
</style>
background-color css
<style>
a { background-color: #7A005A; }
a { background-color: rgb(122,0,90); }
div.DivClassName
{
background-color: #7A005A;
}
.BgClassName
{
background-color: #7A005A;
}
</style>
border-color css
<style>
span { border-color: #7A005A; }
span { border-color: rgb(122,0,90); }
td.TdClassName
{
border-color: #7A005A;
}
.TagClassName
{
border-color: #7A005A;
}
</style>