Shades of Eggplant #780759
Tints of Eggplant #780759
RGB
CMYK
RGB Variations
Color information
#780759 (or 0x780759) is known color: Eggplant. HEX triplet: 78, 07 and 59. RGB value is (120,7,89). Sum of RGB (Red+Green+Blue) = 120+7+89=216 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.56% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 120 - color contains mainly: red. Hex color #780759 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780759 is #87F8A6. Grayscale: #313131. Windows color (decimal): -8911015 or 5834616. OLE color: 5834616.
HSL color Cylindrical-coordinate representation of color #780759: hue angle of 316.46º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780759 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 7 | 89 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.53 |
| HSL | 316.46º | 0.89% | 0.25% | - |
| HSV(B) | 316.46º | 0.94% | 0.47% | - |
| XYZ | 9.62 | 4.87 | 9.88 | - |
| YUV | 50.14 | 149.94 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 7 | 89 | 0 | 0.94 | 0.26 | 0.53 | 316.46 | 0.89 | 0.25 |
| Hex | 78 | 7 | 59 | 0 | 5E | 1A | 35 | 13C | 59 | 19 |
| Octal | 170 | 7 | 131 | 0 | 136 | 32 | 65 | 474 | 131 | 31 |
| Binary | 1111000 | 111 | 1011001 | 0 | 1011110 | 11010 | 110101 | 100111100 | 1011001 | 11001 |
Color Harmonies of #780759
Complementary color
Monochromatic Colors of #780759
Black with #780759
Text Example
Text Example
White with #780759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780759; }
p { color: rgb(120,7,89); }
H1.HeaderClassName
{
color: #780759;
}
.AnyTagClassName
{
color: #780759;
}
</style>
background-color css
<style>
a { background-color: #780759; }
a { background-color: rgb(120,7,89); }
div.DivClassName
{
background-color: #780759;
}
.BgClassName
{
background-color: #780759;
}
</style>
border-color css
<style>
span { border-color: #780759; }
span { border-color: rgb(120,7,89); }
td.TdClassName
{
border-color: #780759;
}
.TagClassName
{
border-color: #780759;
}
</style>