Shades of Eggplant #7C0459
Tints of Eggplant #7C0459
RGB
CMYK
RGB Variations
Color information
#7C0459 (or 0x7C0459) is known color: Eggplant. HEX triplet: 7C, 04 and 59. RGB value is (124,4,89). Sum of RGB (Red+Green+Blue) = 124+4+89=217 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.14% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 89 (35.16% from 255 or 41.01% from 217); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0459 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0459 is #83FBA6. Grayscale: #313131. Windows color (decimal): -8649639 or 5833852. OLE color: 5833852.
HSL color Cylindrical-coordinate representation of color #7C0459: hue angle of 317.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C0459 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 4 | 89 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.51 |
| HSL | 317.5º | 0.94% | 0.25% | - |
| HSV(B) | 317.5º | 0.97% | 0.49% | - |
| XYZ | 10.16 | 5.09 | 9.9 | - |
| YUV | 49.57 | 150.26 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 4 | 89 | 0 | 0.97 | 0.28 | 0.51 | 317.5 | 0.94 | 0.25 |
| Hex | 7C | 4 | 59 | 0 | 61 | 1C | 33 | 13E | 5E | 19 |
| Octal | 174 | 4 | 131 | 0 | 141 | 34 | 63 | 476 | 136 | 31 |
| Binary | 1111100 | 100 | 1011001 | 0 | 1100001 | 11100 | 110011 | 100111110 | 1011110 | 11001 |
Color Harmonies of #7C0459
Complementary color
Monochromatic Colors of #7C0459
Black with #7C0459
Text Example
Text Example
White with #7C0459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0459; }
p { color: rgb(124,4,89); }
H1.HeaderClassName
{
color: #7C0459;
}
.AnyTagClassName
{
color: #7C0459;
}
</style>
background-color css
<style>
a { background-color: #7C0459; }
a { background-color: rgb(124,4,89); }
div.DivClassName
{
background-color: #7C0459;
}
.BgClassName
{
background-color: #7C0459;
}
</style>
border-color css
<style>
span { border-color: #7C0459; }
span { border-color: rgb(124,4,89); }
td.TdClassName
{
border-color: #7C0459;
}
.TagClassName
{
border-color: #7C0459;
}
</style>