Shades of Eggplant #790060
Tints of Eggplant #790060
RGB
CMYK
RGB Variations
Color information
#790060 (or 0x790060) is known color: Eggplant. HEX triplet: 79, 00 and 60. RGB value is (121,0,96). Sum of RGB (Red+Green+Blue) = 121+0+96=217 (28% of max value = 765). Red value is 121 (47.66% from 255 or 55.76% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 121 - color contains mainly: red. Hex color #790060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790060 is #86FF9F. Grayscale: #2E2E2E. Windows color (decimal): -8847264 or 6291577. OLE color: 6291577.
HSL color Cylindrical-coordinate representation of color #790060: hue angle of 312.4º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #790060 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 0 | 96 | - |
| CMYK | 0 | 1 | 0.21 | 0.53 |
| HSL | 312.4º | 1% | 0.24% | - |
| HSV(B) | 312.4º | 1% | 0.47% | - |
| XYZ | 10 | 4.91 | 11.49 | - |
| YUV | 47.12 | 155.59 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 0 | 96 | 0 | 1 | 0.21 | 0.53 | 312.4 | 1 | 0.24 |
| Hex | 79 | 0 | 60 | 0 | 64 | 15 | 35 | 138 | 64 | 18 |
| Octal | 171 | 0 | 140 | 0 | 144 | 25 | 65 | 470 | 144 | 30 |
| Binary | 1111001 | 0 | 1100000 | 0 | 1100100 | 10101 | 110101 | 100111000 | 1100100 | 11000 |
Color Harmonies of #790060
Complementary color
Monochromatic Colors of #790060
Black with #790060
Text Example
Text Example
White with #790060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790060; }
p { color: rgb(121,0,96); }
H1.HeaderClassName
{
color: #790060;
}
.AnyTagClassName
{
color: #790060;
}
</style>
background-color css
<style>
a { background-color: #790060; }
a { background-color: rgb(121,0,96); }
div.DivClassName
{
background-color: #790060;
}
.BgClassName
{
background-color: #790060;
}
</style>
border-color css
<style>
span { border-color: #790060; }
span { border-color: rgb(121,0,96); }
td.TdClassName
{
border-color: #790060;
}
.TagClassName
{
border-color: #790060;
}
</style>