Shades of Eggplant #78045C
Tints of Eggplant #78045C
RGB
CMYK
RGB Variations
Color information
#78045C (or 0x78045C) is known color: Eggplant. HEX triplet: 78, 04 and 5C. RGB value is (120,4,92). Sum of RGB (Red+Green+Blue) = 120+4+92=216 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.56% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 120 - color contains mainly: red. Hex color #78045C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78045C is #87FBA3. Grayscale: #303030. Windows color (decimal): -8911780 or 6030456. OLE color: 6030456.
HSL color Cylindrical-coordinate representation of color #78045C: hue angle of 314.48º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #78045C is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 4 | 92 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.53 |
| HSL | 314.48º | 0.94% | 0.24% | - |
| HSV(B) | 314.48º | 0.97% | 0.47% | - |
| XYZ | 9.72 | 4.85 | 10.55 | - |
| YUV | 48.72 | 152.43 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 4 | 92 | 0 | 0.97 | 0.23 | 0.53 | 314.48 | 0.94 | 0.24 |
| Hex | 78 | 4 | 5C | 0 | 61 | 17 | 35 | 13A | 5E | 18 |
| Octal | 170 | 4 | 134 | 0 | 141 | 27 | 65 | 472 | 136 | 30 |
| Binary | 1111000 | 100 | 1011100 | 0 | 1100001 | 10111 | 110101 | 100111010 | 1011110 | 11000 |
Color Harmonies of #78045C
Complementary color
Monochromatic Colors of #78045C
Black with #78045C
Text Example
Text Example
White with #78045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78045C; }
p { color: rgb(120,4,92); }
H1.HeaderClassName
{
color: #78045C;
}
.AnyTagClassName
{
color: #78045C;
}
</style>
background-color css
<style>
a { background-color: #78045C; }
a { background-color: rgb(120,4,92); }
div.DivClassName
{
background-color: #78045C;
}
.BgClassName
{
background-color: #78045C;
}
</style>
border-color css
<style>
span { border-color: #78045C; }
span { border-color: rgb(120,4,92); }
td.TdClassName
{
border-color: #78045C;
}
.TagClassName
{
border-color: #78045C;
}
</style>