Shades of Eggplant #7C095C
Tints of Eggplant #7C095C
RGB
CMYK
RGB Variations
Color information
#7C095C (or 0x7C095C) is known color: Eggplant. HEX triplet: 7C, 09 and 5C. RGB value is (124,9,92). Sum of RGB (Red+Green+Blue) = 124+9+92=225 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.11% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 124 - color contains mainly: red. Hex color #7C095C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C095C is #83F6A3. Grayscale: #343434. Windows color (decimal): -8648356 or 6031740. OLE color: 6031740.
HSL color Cylindrical-coordinate representation of color #7C095C: hue angle of 316.7º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7C095C is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 9 | 92 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.51 |
| HSL | 316.7º | 0.86% | 0.26% | - |
| HSV(B) | 316.7º | 0.93% | 0.49% | - |
| XYZ | 10.34 | 5.25 | 10.59 | - |
| YUV | 52.85 | 150.1 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 9 | 92 | 0 | 0.93 | 0.26 | 0.51 | 316.7 | 0.86 | 0.26 |
| Hex | 7C | 9 | 5C | 0 | 5D | 1A | 33 | 13D | 56 | 1A |
| Octal | 174 | 11 | 134 | 0 | 135 | 32 | 63 | 475 | 126 | 32 |
| Binary | 1111100 | 1001 | 1011100 | 0 | 1011101 | 11010 | 110011 | 100111101 | 1010110 | 11010 |
Color Harmonies of #7C095C
Complementary color
Monochromatic Colors of #7C095C
Black with #7C095C
Text Example
Text Example
White with #7C095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C095C; }
p { color: rgb(124,9,92); }
H1.HeaderClassName
{
color: #7C095C;
}
.AnyTagClassName
{
color: #7C095C;
}
</style>
background-color css
<style>
a { background-color: #7C095C; }
a { background-color: rgb(124,9,92); }
div.DivClassName
{
background-color: #7C095C;
}
.BgClassName
{
background-color: #7C095C;
}
</style>
border-color css
<style>
span { border-color: #7C095C; }
span { border-color: rgb(124,9,92); }
td.TdClassName
{
border-color: #7C095C;
}
.TagClassName
{
border-color: #7C095C;
}
</style>