Shades of Eggplant #7C0864
Tints of Eggplant #7C0864
RGB
CMYK
RGB Variations
Color information
#7C0864 (or 0x7C0864) is known color: Eggplant. HEX triplet: 7C, 08 and 64. RGB value is (124,8,100). Sum of RGB (Red+Green+Blue) = 124+8+100=232 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.45% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 100 (39.45% from 255 or 43.10% from 232); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0864 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0864 is #83F79B. Grayscale: #343434. Windows color (decimal): -8648604 or 6555772. OLE color: 6555772.
HSL color Cylindrical-coordinate representation of color #7C0864: hue angle of 312.41º 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 #7C0864 is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 8 | 100 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.51 |
| HSL | 312.41º | 0.88% | 0.26% | - |
| HSV(B) | 312.41º | 0.94% | 0.49% | - |
| XYZ | 10.7 | 5.38 | 12.53 | - |
| YUV | 53.17 | 154.43 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 8 | 100 | 0 | 0.94 | 0.19 | 0.51 | 312.41 | 0.88 | 0.26 |
| Hex | 7C | 8 | 64 | 0 | 5E | 13 | 33 | 138 | 58 | 1A |
| Octal | 174 | 10 | 144 | 0 | 136 | 23 | 63 | 470 | 130 | 32 |
| Binary | 1111100 | 1000 | 1100100 | 0 | 1011110 | 10011 | 110011 | 100111000 | 1011000 | 11010 |
Color Harmonies of #7C0864
Complementary color
Monochromatic Colors of #7C0864
Black with #7C0864
Text Example
Text Example
White with #7C0864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0864; }
p { color: rgb(124,8,100); }
H1.HeaderClassName
{
color: #7C0864;
}
.AnyTagClassName
{
color: #7C0864;
}
</style>
background-color css
<style>
a { background-color: #7C0864; }
a { background-color: rgb(124,8,100); }
div.DivClassName
{
background-color: #7C0864;
}
.BgClassName
{
background-color: #7C0864;
}
</style>
border-color css
<style>
span { border-color: #7C0864; }
span { border-color: rgb(124,8,100); }
td.TdClassName
{
border-color: #7C0864;
}
.TagClassName
{
border-color: #7C0864;
}
</style>