Shades of Eggplant #780061
Tints of Eggplant #780061
RGB
CMYK
RGB Variations
Color information
#780061 (or 0x780061) is known color: Eggplant. HEX triplet: 78, 00 and 61. RGB value is (120,0,97). Sum of RGB (Red+Green+Blue) = 120+0+97=217 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.30% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 120 - color contains mainly: red. Hex color #780061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780061 is #87FF9E. Grayscale: #2E2E2E. Windows color (decimal): -8912799 or 6357112. OLE color: 6357112.
HSL color Cylindrical-coordinate representation of color #780061: hue angle of 311.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 #780061 is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 0 | 97 | - |
| CMYK | 0 | 1 | 0.19 | 0.53 |
| HSL | 311.5º | 1% | 0.24% | - |
| HSV(B) | 311.5º | 1% | 0.47% | - |
| XYZ | 9.9 | 4.86 | 11.72 | - |
| YUV | 46.94 | 156.26 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 0 | 97 | 0 | 1 | 0.19 | 0.53 | 311.5 | 1 | 0.24 |
| Hex | 78 | 0 | 61 | 0 | 64 | 13 | 35 | 138 | 64 | 18 |
| Octal | 170 | 0 | 141 | 0 | 144 | 23 | 65 | 470 | 144 | 30 |
| Binary | 1111000 | 0 | 1100001 | 0 | 1100100 | 10011 | 110101 | 100111000 | 1100100 | 11000 |
Color Harmonies of #780061
Complementary color
Monochromatic Colors of #780061
Black with #780061
Text Example
Text Example
White with #780061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780061; }
p { color: rgb(120,0,97); }
H1.HeaderClassName
{
color: #780061;
}
.AnyTagClassName
{
color: #780061;
}
</style>
background-color css
<style>
a { background-color: #780061; }
a { background-color: rgb(120,0,97); }
div.DivClassName
{
background-color: #780061;
}
.BgClassName
{
background-color: #780061;
}
</style>
border-color css
<style>
span { border-color: #780061; }
span { border-color: rgb(120,0,97); }
td.TdClassName
{
border-color: #780061;
}
.TagClassName
{
border-color: #780061;
}
</style>