Shades of Eggplant #7A055A
Tints of Eggplant #7A055A
RGB
CMYK
RGB Variations
Color information
#7A055A (or 0x7A055A) is known color: Eggplant. HEX triplet: 7A, 05 and 5A. RGB value is (122,5,90). Sum of RGB (Red+Green+Blue) = 122+5+90=217 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.22% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 122 - color contains mainly: red. Hex color #7A055A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A055A is #85FAA5. Grayscale: #313131. Windows color (decimal): -8780454 or 5899642. OLE color: 5899642.
HSL color Cylindrical-coordinate representation of color #7A055A: hue angle of 316.41º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A055A is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 5 | 90 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.52 |
| HSL | 316.41º | 0.92% | 0.25% | - |
| HSV(B) | 316.41º | 0.96% | 0.48% | - |
| XYZ | 9.93 | 4.98 | 10.11 | - |
| YUV | 49.67 | 150.76 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 5 | 90 | 0 | 0.96 | 0.26 | 0.52 | 316.41 | 0.92 | 0.25 |
| Hex | 7A | 5 | 5A | 0 | 60 | 1A | 34 | 13C | 5C | 19 |
| Octal | 172 | 5 | 132 | 0 | 140 | 32 | 64 | 474 | 134 | 31 |
| Binary | 1111010 | 101 | 1011010 | 0 | 1100000 | 11010 | 110100 | 100111100 | 1011100 | 11001 |
Color Harmonies of #7A055A
Complementary color
Monochromatic Colors of #7A055A
Black with #7A055A
Text Example
Text Example
White with #7A055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A055A; }
p { color: rgb(122,5,90); }
H1.HeaderClassName
{
color: #7A055A;
}
.AnyTagClassName
{
color: #7A055A;
}
</style>
background-color css
<style>
a { background-color: #7A055A; }
a { background-color: rgb(122,5,90); }
div.DivClassName
{
background-color: #7A055A;
}
.BgClassName
{
background-color: #7A055A;
}
</style>
border-color css
<style>
span { border-color: #7A055A; }
span { border-color: rgb(122,5,90); }
td.TdClassName
{
border-color: #7A055A;
}
.TagClassName
{
border-color: #7A055A;
}
</style>