Shades of Eggplant #790161
Tints of Eggplant #790161
RGB
CMYK
RGB Variations
Color information
#790161 (or 0x790161) is known color: Eggplant. HEX triplet: 79, 01 and 61. RGB value is (121,1,97). Sum of RGB (Red+Green+Blue) = 121+1+97=219 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55.25% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 97 (38.28% from 255 or 44.29% from 219); Max value from RGB is 121 - color contains mainly: red. Hex color #790161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790161 is #86FE9E. Grayscale: #2F2F2F. Windows color (decimal): -8847007 or 6357369. OLE color: 6357369.
HSL color Cylindrical-coordinate representation of color #790161: hue angle of 312º 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 #790161 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 1 | 97 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.53 |
| HSL | 312º | 0.98% | 0.24% | - |
| HSV(B) | 312º | 0.99% | 0.47% | - |
| XYZ | 10.05 | 4.95 | 11.73 | - |
| YUV | 47.82 | 155.76 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 1 | 97 | 0 | 0.99 | 0.20 | 0.53 | 312 | 0.98 | 0.24 |
| Hex | 79 | 1 | 61 | 0 | 63 | 14 | 35 | 138 | 62 | 18 |
| Octal | 171 | 1 | 141 | 0 | 143 | 24 | 65 | 470 | 142 | 30 |
| Binary | 1111001 | 1 | 1100001 | 0 | 1100011 | 10100 | 110101 | 100111000 | 1100010 | 11000 |
Color Harmonies of #790161
Complementary color
Monochromatic Colors of #790161
Black with #790161
Text Example
Text Example
White with #790161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790161; }
p { color: rgb(121,1,97); }
H1.HeaderClassName
{
color: #790161;
}
.AnyTagClassName
{
color: #790161;
}
</style>
background-color css
<style>
a { background-color: #790161; }
a { background-color: rgb(121,1,97); }
div.DivClassName
{
background-color: #790161;
}
.BgClassName
{
background-color: #790161;
}
</style>
border-color css
<style>
span { border-color: #790161; }
span { border-color: rgb(121,1,97); }
td.TdClassName
{
border-color: #790161;
}
.TagClassName
{
border-color: #790161;
}
</style>