Shades of Eggplant #78085C
Tints of Eggplant #78085C
RGB
CMYK
RGB Variations
Color information
#78085C (or 0x78085C) is known color: Eggplant. HEX triplet: 78, 08 and 5C. RGB value is (120,8,92). Sum of RGB (Red+Green+Blue) = 120+8+92=220 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.55% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 120 - color contains mainly: red. Hex color #78085C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78085C is #87F7A3. Grayscale: #323232. Windows color (decimal): -8910756 or 6031480. OLE color: 6031480.
HSL color Cylindrical-coordinate representation of color #78085C: hue angle of 315º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #78085C is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 8 | 92 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.53 |
| HSL | 315º | 0.88% | 0.25% | - |
| HSV(B) | 315º | 0.93% | 0.47% | - |
| XYZ | 9.76 | 4.94 | 10.56 | - |
| YUV | 51.06 | 151.11 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 8 | 92 | 0 | 0.93 | 0.23 | 0.53 | 315 | 0.88 | 0.25 |
| Hex | 78 | 8 | 5C | 0 | 5D | 17 | 35 | 13B | 58 | 19 |
| Octal | 170 | 10 | 134 | 0 | 135 | 27 | 65 | 473 | 130 | 31 |
| Binary | 1111000 | 1000 | 1011100 | 0 | 1011101 | 10111 | 110101 | 100111011 | 1011000 | 11001 |
Color Harmonies of #78085C
Complementary color
Monochromatic Colors of #78085C
Black with #78085C
Text Example
Text Example
White with #78085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78085C; }
p { color: rgb(120,8,92); }
H1.HeaderClassName
{
color: #78085C;
}
.AnyTagClassName
{
color: #78085C;
}
</style>
background-color css
<style>
a { background-color: #78085C; }
a { background-color: rgb(120,8,92); }
div.DivClassName
{
background-color: #78085C;
}
.BgClassName
{
background-color: #78085C;
}
</style>
border-color css
<style>
span { border-color: #78085C; }
span { border-color: rgb(120,8,92); }
td.TdClassName
{
border-color: #78085C;
}
.TagClassName
{
border-color: #78085C;
}
</style>