Shades of Eggplant #790162
Tints of Eggplant #790162
RGB
CMYK
RGB Variations
Color information
#790162 (or 0x790162) is known color: Eggplant. HEX triplet: 79, 01 and 62. RGB value is (121,1,98). Sum of RGB (Red+Green+Blue) = 121+1+98=220 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 121 - color contains mainly: red. Hex color #790162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790162 is #86FE9D. Grayscale: #2F2F2F. Windows color (decimal): -8847006 or 6422905. OLE color: 6422905.
HSL color Cylindrical-coordinate representation of color #790162: hue angle of 311.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #790162 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 1 | 98 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.53 |
| HSL | 311.5º | 0.98% | 0.24% | - |
| HSV(B) | 311.5º | 0.99% | 0.47% | - |
| XYZ | 10.1 | 4.97 | 11.98 | - |
| YUV | 47.94 | 156.26 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 1 | 98 | 0 | 0.99 | 0.19 | 0.53 | 311.5 | 0.98 | 0.24 |
| Hex | 79 | 1 | 62 | 0 | 63 | 13 | 35 | 138 | 62 | 18 |
| Octal | 171 | 1 | 142 | 0 | 143 | 23 | 65 | 470 | 142 | 30 |
| Binary | 1111001 | 1 | 1100010 | 0 | 1100011 | 10011 | 110101 | 100111000 | 1100010 | 11000 |
Color Harmonies of #790162
Complementary color
Monochromatic Colors of #790162
Black with #790162
Text Example
Text Example
White with #790162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790162; }
p { color: rgb(121,1,98); }
H1.HeaderClassName
{
color: #790162;
}
.AnyTagClassName
{
color: #790162;
}
</style>
background-color css
<style>
a { background-color: #790162; }
a { background-color: rgb(121,1,98); }
div.DivClassName
{
background-color: #790162;
}
.BgClassName
{
background-color: #790162;
}
</style>
border-color css
<style>
span { border-color: #790162; }
span { border-color: rgb(121,1,98); }
td.TdClassName
{
border-color: #790162;
}
.TagClassName
{
border-color: #790162;
}
</style>