Shades of Eggplant #7C0157
Tints of Eggplant #7C0157
RGB
CMYK
RGB Variations
Color information
#7C0157 (or 0x7C0157) is known color: Eggplant. HEX triplet: 7C, 01 and 57. RGB value is (124,1,87). Sum of RGB (Red+Green+Blue) = 124+1+87=212 (28% of max value = 765). Red value is 124 (48.83% from 255 or 58.49% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0157 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0157 is #83FEA8. Grayscale: #2F2F2F. Windows color (decimal): -8650409 or 5702012. OLE color: 5702012.
HSL color Cylindrical-coordinate representation of color #7C0157: hue angle of 318.05º 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 #7C0157 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 1 | 87 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.51 |
| HSL | 318.05º | 0.98% | 0.25% | - |
| HSV(B) | 318.05º | 0.99% | 0.49% | - |
| XYZ | 10.04 | 4.99 | 9.45 | - |
| YUV | 47.58 | 150.25 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 1 | 87 | 0 | 0.99 | 0.30 | 0.51 | 318.05 | 0.98 | 0.25 |
| Hex | 7C | 1 | 57 | 0 | 63 | 1E | 33 | 13E | 62 | 19 |
| Octal | 174 | 1 | 127 | 0 | 143 | 36 | 63 | 476 | 142 | 31 |
| Binary | 1111100 | 1 | 1010111 | 0 | 1100011 | 11110 | 110011 | 100111110 | 1100010 | 11001 |
Color Harmonies of #7C0157
Complementary color
Monochromatic Colors of #7C0157
Black with #7C0157
Text Example
Text Example
White with #7C0157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0157; }
p { color: rgb(124,1,87); }
H1.HeaderClassName
{
color: #7C0157;
}
.AnyTagClassName
{
color: #7C0157;
}
</style>
background-color css
<style>
a { background-color: #7C0157; }
a { background-color: rgb(124,1,87); }
div.DivClassName
{
background-color: #7C0157;
}
.BgClassName
{
background-color: #7C0157;
}
</style>
border-color css
<style>
span { border-color: #7C0157; }
span { border-color: rgb(124,1,87); }
td.TdClassName
{
border-color: #7C0157;
}
.TagClassName
{
border-color: #7C0157;
}
</style>