Shades of Eggplant #78095B
Tints of Eggplant #78095B
RGB
CMYK
RGB Variations
Color information
#78095B (or 0x78095B) is known color: Eggplant. HEX triplet: 78, 09 and 5B. RGB value is (120,9,91). Sum of RGB (Red+Green+Blue) = 120+9+91=220 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.55% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 120 - color contains mainly: red. Hex color #78095B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78095B is #87F6A4. Grayscale: #333333. Windows color (decimal): -8910501 or 5966200. OLE color: 5966200.
HSL color Cylindrical-coordinate representation of color #78095B: hue angle of 315.68º degrees, saturation: 0.86, 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 #78095B is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 9 | 91 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.53 |
| HSL | 315.68º | 0.86% | 0.25% | - |
| HSV(B) | 315.68º | 0.93% | 0.47% | - |
| XYZ | 9.73 | 4.94 | 10.34 | - |
| YUV | 51.54 | 150.27 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 9 | 91 | 0 | 0.92 | 0.24 | 0.53 | 315.68 | 0.86 | 0.25 |
| Hex | 78 | 9 | 5B | 0 | 5C | 18 | 35 | 13C | 56 | 19 |
| Octal | 170 | 11 | 133 | 0 | 134 | 30 | 65 | 474 | 126 | 31 |
| Binary | 1111000 | 1001 | 1011011 | 0 | 1011100 | 11000 | 110101 | 100111100 | 1010110 | 11001 |
Color Harmonies of #78095B
Complementary color
Monochromatic Colors of #78095B
Black with #78095B
Text Example
Text Example
White with #78095B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78095B; }
p { color: rgb(120,9,91); }
H1.HeaderClassName
{
color: #78095B;
}
.AnyTagClassName
{
color: #78095B;
}
</style>
background-color css
<style>
a { background-color: #78095B; }
a { background-color: rgb(120,9,91); }
div.DivClassName
{
background-color: #78095B;
}
.BgClassName
{
background-color: #78095B;
}
</style>
border-color css
<style>
span { border-color: #78095B; }
span { border-color: rgb(120,9,91); }
td.TdClassName
{
border-color: #78095B;
}
.TagClassName
{
border-color: #78095B;
}
</style>