Shades of Eggplant #780359
Tints of Eggplant #780359
RGB
CMYK
RGB Variations
Color information
#780359 (or 0x780359) is known color: Eggplant. HEX triplet: 78, 03 and 59. RGB value is (120,3,89). Sum of RGB (Red+Green+Blue) = 120+3+89=212 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.60% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 120 - color contains mainly: red. Hex color #780359 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780359 is #87FCA6. Grayscale: #2F2F2F. Windows color (decimal): -8912039 or 5833592. OLE color: 5833592.
HSL color Cylindrical-coordinate representation of color #780359: hue angle of 315.9º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #780359 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 3 | 89 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.53 |
| HSL | 315.9º | 0.95% | 0.24% | - |
| HSV(B) | 315.9º | 0.98% | 0.47% | - |
| XYZ | 9.58 | 4.78 | 9.87 | - |
| YUV | 47.79 | 151.26 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 3 | 89 | 0 | 0.98 | 0.26 | 0.53 | 315.9 | 0.95 | 0.24 |
| Hex | 78 | 3 | 59 | 0 | 62 | 1A | 35 | 13C | 5F | 18 |
| Octal | 170 | 3 | 131 | 0 | 142 | 32 | 65 | 474 | 137 | 30 |
| Binary | 1111000 | 11 | 1011001 | 0 | 1100010 | 11010 | 110101 | 100111100 | 1011111 | 11000 |
Color Harmonies of #780359
Complementary color
Monochromatic Colors of #780359
Black with #780359
Text Example
Text Example
White with #780359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780359; }
p { color: rgb(120,3,89); }
H1.HeaderClassName
{
color: #780359;
}
.AnyTagClassName
{
color: #780359;
}
</style>
background-color css
<style>
a { background-color: #780359; }
a { background-color: rgb(120,3,89); }
div.DivClassName
{
background-color: #780359;
}
.BgClassName
{
background-color: #780359;
}
</style>
border-color css
<style>
span { border-color: #780359; }
span { border-color: rgb(120,3,89); }
td.TdClassName
{
border-color: #780359;
}
.TagClassName
{
border-color: #780359;
}
</style>