Shades of Eggplant #7C0160
Tints of Eggplant #7C0160
RGB
CMYK
RGB Variations
Color information
#7C0160 (or 0x7C0160) is known color: Eggplant. HEX triplet: 7C, 01 and 60. RGB value is (124,1,96). Sum of RGB (Red+Green+Blue) = 124+1+96=221 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.11% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0160 is #83FE9F. Grayscale: #303030. Windows color (decimal): -8650400 or 6291836. OLE color: 6291836.
HSL color Cylindrical-coordinate representation of color #7C0160: hue angle of 313.66º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C0160 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 1 | 96 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.51 |
| HSL | 313.66º | 0.98% | 0.25% | - |
| HSV(B) | 313.66º | 0.99% | 0.49% | - |
| XYZ | 10.43 | 5.15 | 11.51 | - |
| YUV | 48.61 | 154.75 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 1 | 96 | 0 | 0.99 | 0.23 | 0.51 | 313.66 | 0.98 | 0.25 |
| Hex | 7C | 1 | 60 | 0 | 63 | 17 | 33 | 13A | 62 | 19 |
| Octal | 174 | 1 | 140 | 0 | 143 | 27 | 63 | 472 | 142 | 31 |
| Binary | 1111100 | 1 | 1100000 | 0 | 1100011 | 10111 | 110011 | 100111010 | 1100010 | 11001 |
Color Harmonies of #7C0160
Complementary color
Monochromatic Colors of #7C0160
Black with #7C0160
Text Example
Text Example
White with #7C0160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0160; }
p { color: rgb(124,1,96); }
H1.HeaderClassName
{
color: #7C0160;
}
.AnyTagClassName
{
color: #7C0160;
}
</style>
background-color css
<style>
a { background-color: #7C0160; }
a { background-color: rgb(124,1,96); }
div.DivClassName
{
background-color: #7C0160;
}
.BgClassName
{
background-color: #7C0160;
}
</style>
border-color css
<style>
span { border-color: #7C0160; }
span { border-color: rgb(124,1,96); }
td.TdClassName
{
border-color: #7C0160;
}
.TagClassName
{
border-color: #7C0160;
}
</style>