Shades of Eggplant #780561
Tints of Eggplant #780561
RGB
CMYK
RGB Variations
Color information
#780561 (or 0x780561) is known color: Eggplant. HEX triplet: 78, 05 and 61. RGB value is (120,5,97). Sum of RGB (Red+Green+Blue) = 120+5+97=222 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.05% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 97 (38.28% from 255 or 43.69% from 222); Max value from RGB is 120 - color contains mainly: red. Hex color #780561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780561 is #87FA9E. Grayscale: #313131. Windows color (decimal): -8911519 or 6358392. OLE color: 6358392.
HSL color Cylindrical-coordinate representation of color #780561: hue angle of 312º 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 #780561 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 5 | 97 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.53 |
| HSL | 312º | 0.92% | 0.25% | - |
| HSV(B) | 312º | 0.96% | 0.47% | - |
| XYZ | 9.96 | 4.96 | 11.74 | - |
| YUV | 49.87 | 154.6 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 5 | 97 | 0 | 0.96 | 0.19 | 0.53 | 312 | 0.92 | 0.25 |
| Hex | 78 | 5 | 61 | 0 | 60 | 13 | 35 | 138 | 5C | 19 |
| Octal | 170 | 5 | 141 | 0 | 140 | 23 | 65 | 470 | 134 | 31 |
| Binary | 1111000 | 101 | 1100001 | 0 | 1100000 | 10011 | 110101 | 100111000 | 1011100 | 11001 |
Color Harmonies of #780561
Complementary color
Monochromatic Colors of #780561
Black with #780561
Text Example
Text Example
White with #780561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780561; }
p { color: rgb(120,5,97); }
H1.HeaderClassName
{
color: #780561;
}
.AnyTagClassName
{
color: #780561;
}
</style>
background-color css
<style>
a { background-color: #780561; }
a { background-color: rgb(120,5,97); }
div.DivClassName
{
background-color: #780561;
}
.BgClassName
{
background-color: #780561;
}
</style>
border-color css
<style>
span { border-color: #780561; }
span { border-color: rgb(120,5,97); }
td.TdClassName
{
border-color: #780561;
}
.TagClassName
{
border-color: #780561;
}
</style>