Shades of Eggplant #78075B
Tints of Eggplant #78075B
RGB
CMYK
RGB Variations
Color information
#78075B (or 0x78075B) is known color: Eggplant. HEX triplet: 78, 07 and 5B. RGB value is (120,7,91). Sum of RGB (Red+Green+Blue) = 120+7+91=218 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.05% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 120 - color contains mainly: red. Hex color #78075B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78075B is #87F8A4. Grayscale: #323232. Windows color (decimal): -8911013 or 5965688. OLE color: 5965688.
HSL color Cylindrical-coordinate representation of color #78075B: hue angle of 315.4º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #78075B is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 7 | 91 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.53 |
| HSL | 315.4º | 0.89% | 0.25% | - |
| HSV(B) | 315.4º | 0.94% | 0.47% | - |
| XYZ | 9.71 | 4.9 | 10.33 | - |
| YUV | 50.36 | 150.94 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 7 | 91 | 0 | 0.94 | 0.24 | 0.53 | 315.4 | 0.89 | 0.25 |
| Hex | 78 | 7 | 5B | 0 | 5E | 18 | 35 | 13B | 59 | 19 |
| Octal | 170 | 7 | 133 | 0 | 136 | 30 | 65 | 473 | 131 | 31 |
| Binary | 1111000 | 111 | 1011011 | 0 | 1011110 | 11000 | 110101 | 100111011 | 1011001 | 11001 |
Color Harmonies of #78075B
Complementary color
Monochromatic Colors of #78075B
Black with #78075B
Text Example
Text Example
White with #78075B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78075B; }
p { color: rgb(120,7,91); }
H1.HeaderClassName
{
color: #78075B;
}
.AnyTagClassName
{
color: #78075B;
}
</style>
background-color css
<style>
a { background-color: #78075B; }
a { background-color: rgb(120,7,91); }
div.DivClassName
{
background-color: #78075B;
}
.BgClassName
{
background-color: #78075B;
}
</style>
border-color css
<style>
span { border-color: #78075B; }
span { border-color: rgb(120,7,91); }
td.TdClassName
{
border-color: #78075B;
}
.TagClassName
{
border-color: #78075B;
}
</style>