Shades of Eggplant #7C085D
Tints of Eggplant #7C085D
RGB
CMYK
RGB Variations
Color information
#7C085D (or 0x7C085D) is known color: Eggplant. HEX triplet: 7C, 08 and 5D. RGB value is (124,8,93). Sum of RGB (Red+Green+Blue) = 124+8+93=225 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.11% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 124 - color contains mainly: red. Hex color #7C085D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C085D is #83F7A2. Grayscale: #343434. Windows color (decimal): -8648611 or 6097020. OLE color: 6097020.
HSL color Cylindrical-coordinate representation of color #7C085D: hue angle of 316.03º degrees, saturation: 0.88, 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 #7C085D is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 8 | 93 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.51 |
| HSL | 316.03º | 0.88% | 0.26% | - |
| HSV(B) | 316.03º | 0.94% | 0.49% | - |
| XYZ | 10.37 | 5.25 | 10.82 | - |
| YUV | 52.37 | 150.93 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 8 | 93 | 0 | 0.94 | 0.25 | 0.51 | 316.03 | 0.88 | 0.26 |
| Hex | 7C | 8 | 5D | 0 | 5E | 19 | 33 | 13C | 58 | 1A |
| Octal | 174 | 10 | 135 | 0 | 136 | 31 | 63 | 474 | 130 | 32 |
| Binary | 1111100 | 1000 | 1011101 | 0 | 1011110 | 11001 | 110011 | 100111100 | 1011000 | 11010 |
Color Harmonies of #7C085D
Complementary color
Monochromatic Colors of #7C085D
Black with #7C085D
Text Example
Text Example
White with #7C085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C085D; }
p { color: rgb(124,8,93); }
H1.HeaderClassName
{
color: #7C085D;
}
.AnyTagClassName
{
color: #7C085D;
}
</style>
background-color css
<style>
a { background-color: #7C085D; }
a { background-color: rgb(124,8,93); }
div.DivClassName
{
background-color: #7C085D;
}
.BgClassName
{
background-color: #7C085D;
}
</style>
border-color css
<style>
span { border-color: #7C085D; }
span { border-color: rgb(124,8,93); }
td.TdClassName
{
border-color: #7C085D;
}
.TagClassName
{
border-color: #7C085D;
}
</style>