Shades of Eggplant #780059
Tints of Eggplant #780059
RGB
CMYK
RGB Variations
Color information
#780059 (or 0x780059) is known color: Eggplant. HEX triplet: 78, 00 and 59. RGB value is (120,0,89). Sum of RGB (Red+Green+Blue) = 120+0+89=209 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.42% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 120 - color contains mainly: red. Hex color #780059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780059 is #87FFA6. Grayscale: #2D2D2D. Windows color (decimal): -8912807 or 5832824. OLE color: 5832824.
HSL color Cylindrical-coordinate representation of color #780059: hue angle of 315.5º 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 #780059 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 0 | 89 | - |
| CMYK | 0 | 1 | 0.26 | 0.53 |
| HSL | 315.5º | 1% | 0.24% | - |
| HSV(B) | 315.5º | 1% | 0.47% | - |
| XYZ | 9.55 | 4.71 | 9.86 | - |
| YUV | 46.03 | 152.26 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 0 | 89 | 0 | 1 | 0.26 | 0.53 | 315.5 | 1 | 0.24 |
| Hex | 78 | 0 | 59 | 0 | 64 | 1A | 35 | 13C | 64 | 18 |
| Octal | 170 | 0 | 131 | 0 | 144 | 32 | 65 | 474 | 144 | 30 |
| Binary | 1111000 | 0 | 1011001 | 0 | 1100100 | 11010 | 110101 | 100111100 | 1100100 | 11000 |
Color Harmonies of #780059
Complementary color
Monochromatic Colors of #780059
Black with #780059
Text Example
Text Example
White with #780059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780059; }
p { color: rgb(120,0,89); }
H1.HeaderClassName
{
color: #780059;
}
.AnyTagClassName
{
color: #780059;
}
</style>
background-color css
<style>
a { background-color: #780059; }
a { background-color: rgb(120,0,89); }
div.DivClassName
{
background-color: #780059;
}
.BgClassName
{
background-color: #780059;
}
</style>
border-color css
<style>
span { border-color: #780059; }
span { border-color: rgb(120,0,89); }
td.TdClassName
{
border-color: #780059;
}
.TagClassName
{
border-color: #780059;
}
</style>