Shades of Eggplant #78005C
Tints of Eggplant #78005C
RGB
CMYK
RGB Variations
Color information
#78005C (or 0x78005C) is known color: Eggplant. HEX triplet: 78, 00 and 5C. RGB value is (120,0,92). Sum of RGB (Red+Green+Blue) = 120+0+92=212 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.60% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 120 - color contains mainly: red. Hex color #78005C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78005C is #87FFA3. Grayscale: #2E2E2E. Windows color (decimal): -8912804 or 6029432. OLE color: 6029432.
HSL color Cylindrical-coordinate representation of color #78005C: hue angle of 314º 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 #78005C is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.23 | 0.53 |
| HSL | 314º | 1% | 0.24% | - |
| HSV(B) | 314º | 1% | 0.47% | - |
| XYZ | 9.68 | 4.77 | 10.54 | - |
| YUV | 46.37 | 153.76 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 0 | 92 | 0 | 1 | 0.23 | 0.53 | 314 | 1 | 0.24 |
| Hex | 78 | 0 | 5C | 0 | 64 | 17 | 35 | 13A | 64 | 18 |
| Octal | 170 | 0 | 134 | 0 | 144 | 27 | 65 | 472 | 144 | 30 |
| Binary | 1111000 | 0 | 1011100 | 0 | 1100100 | 10111 | 110101 | 100111010 | 1100100 | 11000 |
Color Harmonies of #78005C
Complementary color
Monochromatic Colors of #78005C
Black with #78005C
Text Example
Text Example
White with #78005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78005C; }
p { color: rgb(120,0,92); }
H1.HeaderClassName
{
color: #78005C;
}
.AnyTagClassName
{
color: #78005C;
}
</style>
background-color css
<style>
a { background-color: #78005C; }
a { background-color: rgb(120,0,92); }
div.DivClassName
{
background-color: #78005C;
}
.BgClassName
{
background-color: #78005C;
}
</style>
border-color css
<style>
span { border-color: #78005C; }
span { border-color: rgb(120,0,92); }
td.TdClassName
{
border-color: #78005C;
}
.TagClassName
{
border-color: #78005C;
}
</style>