Shades of Eggplant #78015A
Tints of Eggplant #78015A
RGB
CMYK
RGB Variations
Color information
#78015A (or 0x78015A) is known color: Eggplant. HEX triplet: 78, 01 and 5A. RGB value is (120,1,90). Sum of RGB (Red+Green+Blue) = 120+1+90=211 (27% of max value = 765). Red value is 120 (47.27% from 255 or 56.87% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 120 - color contains mainly: red. Hex color #78015A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78015A is #87FEA5. Grayscale: #2E2E2E. Windows color (decimal): -8912550 or 5898616. OLE color: 5898616.
HSL color Cylindrical-coordinate representation of color #78015A: hue angle of 315.13º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #78015A is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 1 | 90 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.53 |
| HSL | 315.13º | 0.98% | 0.24% | - |
| HSV(B) | 315.13º | 0.99% | 0.47% | - |
| XYZ | 9.6 | 4.75 | 10.08 | - |
| YUV | 46.73 | 152.42 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 1 | 90 | 0 | 0.99 | 0.25 | 0.53 | 315.13 | 0.98 | 0.24 |
| Hex | 78 | 1 | 5A | 0 | 63 | 19 | 35 | 13B | 62 | 18 |
| Octal | 170 | 1 | 132 | 0 | 143 | 31 | 65 | 473 | 142 | 30 |
| Binary | 1111000 | 1 | 1011010 | 0 | 1100011 | 11001 | 110101 | 100111011 | 1100010 | 11000 |
Color Harmonies of #78015A
Complementary color
Monochromatic Colors of #78015A
Black with #78015A
Text Example
Text Example
White with #78015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78015A; }
p { color: rgb(120,1,90); }
H1.HeaderClassName
{
color: #78015A;
}
.AnyTagClassName
{
color: #78015A;
}
</style>
background-color css
<style>
a { background-color: #78015A; }
a { background-color: rgb(120,1,90); }
div.DivClassName
{
background-color: #78015A;
}
.BgClassName
{
background-color: #78015A;
}
</style>
border-color css
<style>
span { border-color: #78015A; }
span { border-color: rgb(120,1,90); }
td.TdClassName
{
border-color: #78015A;
}
.TagClassName
{
border-color: #78015A;
}
</style>