Shades of Eggplant #78055E
Tints of Eggplant #78055E
RGB
CMYK
RGB Variations
Color information
#78055E (or 0x78055E) is known color: Eggplant. HEX triplet: 78, 05 and 5E. RGB value is (120,5,94). Sum of RGB (Red+Green+Blue) = 120+5+94=219 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.79% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 120 - color contains mainly: red. Hex color #78055E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78055E is #87FAA1. Grayscale: #313131. Windows color (decimal): -8911522 or 6161784. OLE color: 6161784.
HSL color Cylindrical-coordinate representation of color #78055E: hue angle of 313.57º 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 #78055E is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 5 | 94 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.53 |
| HSL | 313.57º | 0.92% | 0.25% | - |
| HSV(B) | 313.57º | 0.96% | 0.47% | - |
| XYZ | 9.82 | 4.91 | 11.02 | - |
| YUV | 49.53 | 153.1 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 5 | 94 | 0 | 0.96 | 0.22 | 0.53 | 313.57 | 0.92 | 0.25 |
| Hex | 78 | 5 | 5E | 0 | 60 | 16 | 35 | 13A | 5C | 19 |
| Octal | 170 | 5 | 136 | 0 | 140 | 26 | 65 | 472 | 134 | 31 |
| Binary | 1111000 | 101 | 1011110 | 0 | 1100000 | 10110 | 110101 | 100111010 | 1011100 | 11001 |
Color Harmonies of #78055E
Complementary color
Monochromatic Colors of #78055E
Black with #78055E
Text Example
Text Example
White with #78055E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78055E; }
p { color: rgb(120,5,94); }
H1.HeaderClassName
{
color: #78055E;
}
.AnyTagClassName
{
color: #78055E;
}
</style>
background-color css
<style>
a { background-color: #78055E; }
a { background-color: rgb(120,5,94); }
div.DivClassName
{
background-color: #78055E;
}
.BgClassName
{
background-color: #78055E;
}
</style>
border-color css
<style>
span { border-color: #78055E; }
span { border-color: rgb(120,5,94); }
td.TdClassName
{
border-color: #78055E;
}
.TagClassName
{
border-color: #78055E;
}
</style>