Shades of Eggplant #7C0159
Tints of Eggplant #7C0159
RGB
CMYK
RGB Variations
Color information
#7C0159 (or 0x7C0159) is known color: Eggplant. HEX triplet: 7C, 01 and 59. RGB value is (124,1,89). Sum of RGB (Red+Green+Blue) = 124+1+89=214 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.94% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0159 is #83FEA6. Grayscale: #2F2F2F. Windows color (decimal): -8650407 or 5833084. OLE color: 5833084.
HSL color Cylindrical-coordinate representation of color #7C0159: hue angle of 317.07º 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 #7C0159 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 1 | 89 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.51 |
| HSL | 317.07º | 0.98% | 0.25% | - |
| HSV(B) | 317.07º | 0.99% | 0.49% | - |
| XYZ | 10.13 | 5.03 | 9.89 | - |
| YUV | 47.81 | 151.25 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 1 | 89 | 0 | 0.99 | 0.28 | 0.51 | 317.07 | 0.98 | 0.25 |
| Hex | 7C | 1 | 59 | 0 | 63 | 1C | 33 | 13D | 62 | 19 |
| Octal | 174 | 1 | 131 | 0 | 143 | 34 | 63 | 475 | 142 | 31 |
| Binary | 1111100 | 1 | 1011001 | 0 | 1100011 | 11100 | 110011 | 100111101 | 1100010 | 11001 |
Color Harmonies of #7C0159
Complementary color
Monochromatic Colors of #7C0159
Black with #7C0159
Text Example
Text Example
White with #7C0159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0159; }
p { color: rgb(124,1,89); }
H1.HeaderClassName
{
color: #7C0159;
}
.AnyTagClassName
{
color: #7C0159;
}
</style>
background-color css
<style>
a { background-color: #7C0159; }
a { background-color: rgb(124,1,89); }
div.DivClassName
{
background-color: #7C0159;
}
.BgClassName
{
background-color: #7C0159;
}
</style>
border-color css
<style>
span { border-color: #7C0159; }
span { border-color: rgb(124,1,89); }
td.TdClassName
{
border-color: #7C0159;
}
.TagClassName
{
border-color: #7C0159;
}
</style>