Shades of Eggplant #7C0960
Tints of Eggplant #7C0960
RGB
CMYK
RGB Variations
Color information
#7C0960 (or 0x7C0960) is known color: Eggplant. HEX triplet: 7C, 09 and 60. RGB value is (124,9,96). Sum of RGB (Red+Green+Blue) = 124+9+96=229 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.15% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0960 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0960 is #83F69F. Grayscale: #353535. Windows color (decimal): -8648352 or 6293884. OLE color: 6293884.
HSL color Cylindrical-coordinate representation of color #7C0960: hue angle of 314.61º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7C0960 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 9 | 96 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.51 |
| HSL | 314.61º | 0.86% | 0.26% | - |
| HSV(B) | 314.61º | 0.93% | 0.49% | - |
| XYZ | 10.52 | 5.32 | 11.54 | - |
| YUV | 53.3 | 152.1 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 9 | 96 | 0 | 0.93 | 0.23 | 0.51 | 314.61 | 0.86 | 0.26 |
| Hex | 7C | 9 | 60 | 0 | 5D | 17 | 33 | 13B | 56 | 1A |
| Octal | 174 | 11 | 140 | 0 | 135 | 27 | 63 | 473 | 126 | 32 |
| Binary | 1111100 | 1001 | 1100000 | 0 | 1011101 | 10111 | 110011 | 100111011 | 1010110 | 11010 |
Color Harmonies of #7C0960
Complementary color
Monochromatic Colors of #7C0960
Black with #7C0960
Text Example
Text Example
White with #7C0960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0960; }
p { color: rgb(124,9,96); }
H1.HeaderClassName
{
color: #7C0960;
}
.AnyTagClassName
{
color: #7C0960;
}
</style>
background-color css
<style>
a { background-color: #7C0960; }
a { background-color: rgb(124,9,96); }
div.DivClassName
{
background-color: #7C0960;
}
.BgClassName
{
background-color: #7C0960;
}
</style>
border-color css
<style>
span { border-color: #7C0960; }
span { border-color: rgb(124,9,96); }
td.TdClassName
{
border-color: #7C0960;
}
.TagClassName
{
border-color: #7C0960;
}
</style>