Shades of Eggplant #7C0863
Tints of Eggplant #7C0863
RGB
CMYK
RGB Variations
Color information
#7C0863 (or 0x7C0863) is known color: Eggplant. HEX triplet: 7C, 08 and 63. RGB value is (124,8,99). Sum of RGB (Red+Green+Blue) = 124+8+99=231 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.68% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0863 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0863 is #83F79C. Grayscale: #343434. Windows color (decimal): -8648605 or 6490236. OLE color: 6490236.
HSL color Cylindrical-coordinate representation of color #7C0863: hue angle of 312.93º 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 #7C0863 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 8 | 99 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.51 |
| HSL | 312.93º | 0.88% | 0.26% | - |
| HSV(B) | 312.93º | 0.94% | 0.49% | - |
| XYZ | 10.65 | 5.36 | 12.28 | - |
| YUV | 53.06 | 153.93 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 8 | 99 | 0 | 0.94 | 0.20 | 0.51 | 312.93 | 0.88 | 0.26 |
| Hex | 7C | 8 | 63 | 0 | 5E | 14 | 33 | 139 | 58 | 1A |
| Octal | 174 | 10 | 143 | 0 | 136 | 24 | 63 | 471 | 130 | 32 |
| Binary | 1111100 | 1000 | 1100011 | 0 | 1011110 | 10100 | 110011 | 100111001 | 1011000 | 11010 |
Color Harmonies of #7C0863
Complementary color
Monochromatic Colors of #7C0863
Black with #7C0863
Text Example
Text Example
White with #7C0863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0863; }
p { color: rgb(124,8,99); }
H1.HeaderClassName
{
color: #7C0863;
}
.AnyTagClassName
{
color: #7C0863;
}
</style>
background-color css
<style>
a { background-color: #7C0863; }
a { background-color: rgb(124,8,99); }
div.DivClassName
{
background-color: #7C0863;
}
.BgClassName
{
background-color: #7C0863;
}
</style>
border-color css
<style>
span { border-color: #7C0863; }
span { border-color: rgb(124,8,99); }
td.TdClassName
{
border-color: #7C0863;
}
.TagClassName
{
border-color: #7C0863;
}
</style>