Shades of Eggplant #7C015E
Tints of Eggplant #7C015E
RGB
CMYK
RGB Variations
Color information
#7C015E (or 0x7C015E) is known color: Eggplant. HEX triplet: 7C, 01 and 5E. RGB value is (124,1,94). Sum of RGB (Red+Green+Blue) = 124+1+94=219 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.62% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 124 - color contains mainly: red. Hex color #7C015E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C015E is #83FEA1. Grayscale: #303030. Windows color (decimal): -8650402 or 6160764. OLE color: 6160764.
HSL color Cylindrical-coordinate representation of color #7C015E: hue angle of 314.63º 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 #7C015E is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 1 | 94 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.51 |
| HSL | 314.63º | 0.98% | 0.25% | - |
| HSV(B) | 314.63º | 0.99% | 0.49% | - |
| XYZ | 10.34 | 5.11 | 11.03 | - |
| YUV | 48.38 | 153.75 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 1 | 94 | 0 | 0.99 | 0.24 | 0.51 | 314.63 | 0.98 | 0.25 |
| Hex | 7C | 1 | 5E | 0 | 63 | 18 | 33 | 13B | 62 | 19 |
| Octal | 174 | 1 | 136 | 0 | 143 | 30 | 63 | 473 | 142 | 31 |
| Binary | 1111100 | 1 | 1011110 | 0 | 1100011 | 11000 | 110011 | 100111011 | 1100010 | 11001 |
Color Harmonies of #7C015E
Complementary color
Monochromatic Colors of #7C015E
Black with #7C015E
Text Example
Text Example
White with #7C015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C015E; }
p { color: rgb(124,1,94); }
H1.HeaderClassName
{
color: #7C015E;
}
.AnyTagClassName
{
color: #7C015E;
}
</style>
background-color css
<style>
a { background-color: #7C015E; }
a { background-color: rgb(124,1,94); }
div.DivClassName
{
background-color: #7C015E;
}
.BgClassName
{
background-color: #7C015E;
}
</style>
border-color css
<style>
span { border-color: #7C015E; }
span { border-color: rgb(124,1,94); }
td.TdClassName
{
border-color: #7C015E;
}
.TagClassName
{
border-color: #7C015E;
}
</style>