Shades of Eggplant #7C075F
Tints of Eggplant #7C075F
RGB
CMYK
RGB Variations
Color information
#7C075F (or 0x7C075F) is known color: Eggplant. HEX triplet: 7C, 07 and 5F. RGB value is (124,7,95). Sum of RGB (Red+Green+Blue) = 124+7+95=226 (29% of max value = 765). Red value is 124 (48.83% from 255 or 54.87% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 124 - color contains mainly: red. Hex color #7C075F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C075F is #83F8A0. Grayscale: #333333. Windows color (decimal): -8648865 or 6227836. OLE color: 6227836.
HSL color Cylindrical-coordinate representation of color #7C075F: hue angle of 314.87º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C075F is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 7 | 95 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.51 |
| HSL | 314.87º | 0.89% | 0.26% | - |
| HSV(B) | 314.87º | 0.94% | 0.49% | - |
| XYZ | 10.45 | 5.26 | 11.29 | - |
| YUV | 52.02 | 152.26 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 7 | 95 | 0 | 0.94 | 0.23 | 0.51 | 314.87 | 0.89 | 0.26 |
| Hex | 7C | 7 | 5F | 0 | 5E | 17 | 33 | 13B | 59 | 1A |
| Octal | 174 | 7 | 137 | 0 | 136 | 27 | 63 | 473 | 131 | 32 |
| Binary | 1111100 | 111 | 1011111 | 0 | 1011110 | 10111 | 110011 | 100111011 | 1011001 | 11010 |
Color Harmonies of #7C075F
Complementary color
Monochromatic Colors of #7C075F
Black with #7C075F
Text Example
Text Example
White with #7C075F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C075F; }
p { color: rgb(124,7,95); }
H1.HeaderClassName
{
color: #7C075F;
}
.AnyTagClassName
{
color: #7C075F;
}
</style>
background-color css
<style>
a { background-color: #7C075F; }
a { background-color: rgb(124,7,95); }
div.DivClassName
{
background-color: #7C075F;
}
.BgClassName
{
background-color: #7C075F;
}
</style>
border-color css
<style>
span { border-color: #7C075F; }
span { border-color: rgb(124,7,95); }
td.TdClassName
{
border-color: #7C075F;
}
.TagClassName
{
border-color: #7C075F;
}
</style>