Shades of Eggplant #78055B
Tints of Eggplant #78055B
RGB
CMYK
RGB Variations
Color information
#78055B (or 0x78055B) is known color: Eggplant. HEX triplet: 78, 05 and 5B. RGB value is (120,5,91). Sum of RGB (Red+Green+Blue) = 120+5+91=216 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.56% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 120 - color contains mainly: red. Hex color #78055B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78055B is #87FAA4. Grayscale: #303030. Windows color (decimal): -8911525 or 5965176. OLE color: 5965176.
HSL color Cylindrical-coordinate representation of color #78055B: hue angle of 315.13º 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 #78055B is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 5 | 91 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.53 |
| HSL | 315.13º | 0.92% | 0.25% | - |
| HSV(B) | 315.13º | 0.96% | 0.47% | - |
| XYZ | 9.69 | 4.86 | 10.32 | - |
| YUV | 49.19 | 151.6 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 5 | 91 | 0 | 0.96 | 0.24 | 0.53 | 315.13 | 0.92 | 0.25 |
| Hex | 78 | 5 | 5B | 0 | 60 | 18 | 35 | 13B | 5C | 19 |
| Octal | 170 | 5 | 133 | 0 | 140 | 30 | 65 | 473 | 134 | 31 |
| Binary | 1111000 | 101 | 1011011 | 0 | 1100000 | 11000 | 110101 | 100111011 | 1011100 | 11001 |
Color Harmonies of #78055B
Complementary color
Monochromatic Colors of #78055B
Black with #78055B
Text Example
Text Example
White with #78055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78055B; }
p { color: rgb(120,5,91); }
H1.HeaderClassName
{
color: #78055B;
}
.AnyTagClassName
{
color: #78055B;
}
</style>
background-color css
<style>
a { background-color: #78055B; }
a { background-color: rgb(120,5,91); }
div.DivClassName
{
background-color: #78055B;
}
.BgClassName
{
background-color: #78055B;
}
</style>
border-color css
<style>
span { border-color: #78055B; }
span { border-color: rgb(120,5,91); }
td.TdClassName
{
border-color: #78055B;
}
.TagClassName
{
border-color: #78055B;
}
</style>