Shades of Eggplant #7C015C
Tints of Eggplant #7C015C
RGB
CMYK
RGB Variations
Color information
#7C015C (or 0x7C015C) is known color: Eggplant. HEX triplet: 7C, 01 and 5C. RGB value is (124,1,92). Sum of RGB (Red+Green+Blue) = 124+1+92=217 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.14% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 124 - color contains mainly: red. Hex color #7C015C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C015C is #83FEA3. Grayscale: #2F2F2F. Windows color (decimal): -8650404 or 6029692. OLE color: 6029692.
HSL color Cylindrical-coordinate representation of color #7C015C: hue angle of 315.61º 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 #7C015C is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 1 | 92 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.51 |
| HSL | 315.61º | 0.98% | 0.25% | - |
| HSV(B) | 315.61º | 0.99% | 0.49% | - |
| XYZ | 10.25 | 5.08 | 10.57 | - |
| YUV | 48.15 | 152.75 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 1 | 92 | 0 | 0.99 | 0.26 | 0.51 | 315.61 | 0.98 | 0.25 |
| Hex | 7C | 1 | 5C | 0 | 63 | 1A | 33 | 13C | 62 | 19 |
| Octal | 174 | 1 | 134 | 0 | 143 | 32 | 63 | 474 | 142 | 31 |
| Binary | 1111100 | 1 | 1011100 | 0 | 1100011 | 11010 | 110011 | 100111100 | 1100010 | 11001 |
Color Harmonies of #7C015C
Complementary color
Monochromatic Colors of #7C015C
Black with #7C015C
Text Example
Text Example
White with #7C015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C015C; }
p { color: rgb(124,1,92); }
H1.HeaderClassName
{
color: #7C015C;
}
.AnyTagClassName
{
color: #7C015C;
}
</style>
background-color css
<style>
a { background-color: #7C015C; }
a { background-color: rgb(124,1,92); }
div.DivClassName
{
background-color: #7C015C;
}
.BgClassName
{
background-color: #7C015C;
}
</style>
border-color css
<style>
span { border-color: #7C015C; }
span { border-color: rgb(124,1,92); }
td.TdClassName
{
border-color: #7C015C;
}
.TagClassName
{
border-color: #7C015C;
}
</style>