Shades of Eggplant #78025E
Tints of Eggplant #78025E
RGB
CMYK
RGB Variations
Color information
#78025E (or 0x78025E) is known color: Eggplant. HEX triplet: 78, 02 and 5E. RGB value is (120,2,94). Sum of RGB (Red+Green+Blue) = 120+2+94=216 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.56% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 94 (37.11% from 255 or 43.52% from 216); Max value from RGB is 120 - color contains mainly: red. Hex color #78025E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78025E is #87FDA1. Grayscale: #2F2F2F. Windows color (decimal): -8912290 or 6161016. OLE color: 6161016.
HSL color Cylindrical-coordinate representation of color #78025E: hue angle of 313.22º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #78025E is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 2 | 94 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.53 |
| HSL | 313.22º | 0.97% | 0.24% | - |
| HSV(B) | 313.22º | 0.98% | 0.47% | - |
| XYZ | 9.79 | 4.84 | 11.01 | - |
| YUV | 47.77 | 154.09 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 2 | 94 | 0 | 0.98 | 0.22 | 0.53 | 313.22 | 0.97 | 0.24 |
| Hex | 78 | 2 | 5E | 0 | 62 | 16 | 35 | 139 | 61 | 18 |
| Octal | 170 | 2 | 136 | 0 | 142 | 26 | 65 | 471 | 141 | 30 |
| Binary | 1111000 | 10 | 1011110 | 0 | 1100010 | 10110 | 110101 | 100111001 | 1100001 | 11000 |
Color Harmonies of #78025E
Complementary color
Monochromatic Colors of #78025E
Black with #78025E
Text Example
Text Example
White with #78025E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78025E; }
p { color: rgb(120,2,94); }
H1.HeaderClassName
{
color: #78025E;
}
.AnyTagClassName
{
color: #78025E;
}
</style>
background-color css
<style>
a { background-color: #78025E; }
a { background-color: rgb(120,2,94); }
div.DivClassName
{
background-color: #78025E;
}
.BgClassName
{
background-color: #78025E;
}
</style>
border-color css
<style>
span { border-color: #78025E; }
span { border-color: rgb(120,2,94); }
td.TdClassName
{
border-color: #78025E;
}
.TagClassName
{
border-color: #78025E;
}
</style>