Shades of Eggplant #7C0559
Tints of Eggplant #7C0559
RGB
CMYK
RGB Variations
Color information
#7C0559 (or 0x7C0559) is known color: Eggplant. HEX triplet: 7C, 05 and 59. RGB value is (124,5,89). Sum of RGB (Red+Green+Blue) = 124+5+89=218 (28% of max value = 765). Red value is 124 (48.83% from 255 or 56.88% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0559 is #83FAA6. Grayscale: #313131. Windows color (decimal): -8649383 or 5834108. OLE color: 5834108.
HSL color Cylindrical-coordinate representation of color #7C0559: hue angle of 317.65º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C0559 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 5 | 89 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.51 |
| HSL | 317.65º | 0.92% | 0.25% | - |
| HSV(B) | 317.65º | 0.96% | 0.49% | - |
| XYZ | 10.17 | 5.11 | 9.9 | - |
| YUV | 50.16 | 149.92 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 5 | 89 | 0 | 0.96 | 0.28 | 0.51 | 317.65 | 0.92 | 0.25 |
| Hex | 7C | 5 | 59 | 0 | 60 | 1C | 33 | 13E | 5C | 19 |
| Octal | 174 | 5 | 131 | 0 | 140 | 34 | 63 | 476 | 134 | 31 |
| Binary | 1111100 | 101 | 1011001 | 0 | 1100000 | 11100 | 110011 | 100111110 | 1011100 | 11001 |
Color Harmonies of #7C0559
Complementary color
Monochromatic Colors of #7C0559
Black with #7C0559
Text Example
Text Example
White with #7C0559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0559; }
p { color: rgb(124,5,89); }
H1.HeaderClassName
{
color: #7C0559;
}
.AnyTagClassName
{
color: #7C0559;
}
</style>
background-color css
<style>
a { background-color: #7C0559; }
a { background-color: rgb(124,5,89); }
div.DivClassName
{
background-color: #7C0559;
}
.BgClassName
{
background-color: #7C0559;
}
</style>
border-color css
<style>
span { border-color: #7C0559; }
span { border-color: rgb(124,5,89); }
td.TdClassName
{
border-color: #7C0559;
}
.TagClassName
{
border-color: #7C0559;
}
</style>