Shades of Eggplant #7A0162
Tints of Eggplant #7A0162
RGB
CMYK
RGB Variations
Color information
#7A0162 (or 0x7A0162) is known color: Eggplant. HEX triplet: 7A, 01 and 62. RGB value is (122,1,98). Sum of RGB (Red+Green+Blue) = 122+1+98=221 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.20% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0162 is #85FE9D. Grayscale: #2F2F2F. Windows color (decimal): -8781470 or 6422906. OLE color: 6422906.
HSL color Cylindrical-coordinate representation of color #7A0162: hue angle of 311.9º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A0162 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 1 | 98 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.52 |
| HSL | 311.9º | 0.98% | 0.24% | - |
| HSV(B) | 311.9º | 0.99% | 0.48% | - |
| XYZ | 10.24 | 5.04 | 11.99 | - |
| YUV | 48.24 | 156.09 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 1 | 98 | 0 | 0.99 | 0.20 | 0.52 | 311.9 | 0.98 | 0.24 |
| Hex | 7A | 1 | 62 | 0 | 63 | 14 | 34 | 138 | 62 | 18 |
| Octal | 172 | 1 | 142 | 0 | 143 | 24 | 64 | 470 | 142 | 30 |
| Binary | 1111010 | 1 | 1100010 | 0 | 1100011 | 10100 | 110100 | 100111000 | 1100010 | 11000 |
Color Harmonies of #7A0162
Complementary color
Monochromatic Colors of #7A0162
Black with #7A0162
Text Example
Text Example
White with #7A0162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0162; }
p { color: rgb(122,1,98); }
H1.HeaderClassName
{
color: #7A0162;
}
.AnyTagClassName
{
color: #7A0162;
}
</style>
background-color css
<style>
a { background-color: #7A0162; }
a { background-color: rgb(122,1,98); }
div.DivClassName
{
background-color: #7A0162;
}
.BgClassName
{
background-color: #7A0162;
}
</style>
border-color css
<style>
span { border-color: #7A0162; }
span { border-color: rgb(122,1,98); }
td.TdClassName
{
border-color: #7A0162;
}
.TagClassName
{
border-color: #7A0162;
}
</style>