Shades of Eggplant #790559
Tints of Eggplant #790559
RGB
CMYK
RGB Variations
Color information
#790559 (or 0x790559) is known color: Eggplant. HEX triplet: 79, 05 and 59. RGB value is (121,5,89). Sum of RGB (Red+Green+Blue) = 121+5+89=215 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.28% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 121 - color contains mainly: red. Hex color #790559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790559 is #86FAA6. Grayscale: #313131. Windows color (decimal): -8845991 or 5834105. OLE color: 5834105.
HSL color Cylindrical-coordinate representation of color #790559: hue angle of 316.55º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #790559 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 5 | 89 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.53 |
| HSL | 316.55º | 0.92% | 0.25% | - |
| HSV(B) | 316.55º | 0.96% | 0.47% | - |
| XYZ | 9.74 | 4.89 | 9.88 | - |
| YUV | 49.26 | 150.43 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 5 | 89 | 0 | 0.96 | 0.26 | 0.53 | 316.55 | 0.92 | 0.25 |
| Hex | 79 | 5 | 59 | 0 | 60 | 1A | 35 | 13D | 5C | 19 |
| Octal | 171 | 5 | 131 | 0 | 140 | 32 | 65 | 475 | 134 | 31 |
| Binary | 1111001 | 101 | 1011001 | 0 | 1100000 | 11010 | 110101 | 100111101 | 1011100 | 11001 |
Color Harmonies of #790559
Complementary color
Monochromatic Colors of #790559
Black with #790559
Text Example
Text Example
White with #790559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790559; }
p { color: rgb(121,5,89); }
H1.HeaderClassName
{
color: #790559;
}
.AnyTagClassName
{
color: #790559;
}
</style>
background-color css
<style>
a { background-color: #790559; }
a { background-color: rgb(121,5,89); }
div.DivClassName
{
background-color: #790559;
}
.BgClassName
{
background-color: #790559;
}
</style>
border-color css
<style>
span { border-color: #790559; }
span { border-color: rgb(121,5,89); }
td.TdClassName
{
border-color: #790559;
}
.TagClassName
{
border-color: #790559;
}
</style>