Shades of Eggplant #7C075E
Tints of Eggplant #7C075E
RGB
CMYK
RGB Variations
Color information
#7C075E (or 0x7C075E) is known color: Eggplant. HEX triplet: 7C, 07 and 5E. RGB value is (124,7,94). Sum of RGB (Red+Green+Blue) = 124+7+94=225 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.11% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 124 - color contains mainly: red. Hex color #7C075E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C075E is #83F8A1. Grayscale: #333333. Windows color (decimal): -8648866 or 6162300. OLE color: 6162300.
HSL color Cylindrical-coordinate representation of color #7C075E: hue angle of 315.38º 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 #7C075E is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 7 | 94 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.51 |
| HSL | 315.38º | 0.89% | 0.26% | - |
| HSV(B) | 315.38º | 0.94% | 0.49% | - |
| XYZ | 10.41 | 5.25 | 11.05 | - |
| YUV | 51.9 | 151.76 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 7 | 94 | 0 | 0.94 | 0.24 | 0.51 | 315.38 | 0.89 | 0.26 |
| Hex | 7C | 7 | 5E | 0 | 5E | 18 | 33 | 13B | 59 | 1A |
| Octal | 174 | 7 | 136 | 0 | 136 | 30 | 63 | 473 | 131 | 32 |
| Binary | 1111100 | 111 | 1011110 | 0 | 1011110 | 11000 | 110011 | 100111011 | 1011001 | 11010 |
Color Harmonies of #7C075E
Complementary color
Monochromatic Colors of #7C075E
Black with #7C075E
Text Example
Text Example
White with #7C075E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C075E; }
p { color: rgb(124,7,94); }
H1.HeaderClassName
{
color: #7C075E;
}
.AnyTagClassName
{
color: #7C075E;
}
</style>
background-color css
<style>
a { background-color: #7C075E; }
a { background-color: rgb(124,7,94); }
div.DivClassName
{
background-color: #7C075E;
}
.BgClassName
{
background-color: #7C075E;
}
</style>
border-color css
<style>
span { border-color: #7C075E; }
span { border-color: rgb(124,7,94); }
td.TdClassName
{
border-color: #7C075E;
}
.TagClassName
{
border-color: #7C075E;
}
</style>