Shades of Eggplant #7C0359
Tints of Eggplant #7C0359
RGB
CMYK
RGB Variations
Color information
#7C0359 (or 0x7C0359) is known color: Eggplant. HEX triplet: 7C, 03 and 59. RGB value is (124,3,89). Sum of RGB (Red+Green+Blue) = 124+3+89=216 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.41% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0359 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0359 is #83FCA6. Grayscale: #303030. Windows color (decimal): -8649895 or 5833596. OLE color: 5833596.
HSL color Cylindrical-coordinate representation of color #7C0359: hue angle of 317.36º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C0359 is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 3 | 89 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.51 |
| HSL | 317.36º | 0.95% | 0.25% | - |
| HSV(B) | 317.36º | 0.98% | 0.49% | - |
| XYZ | 10.15 | 5.07 | 9.9 | - |
| YUV | 48.98 | 150.59 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 3 | 89 | 0 | 0.98 | 0.28 | 0.51 | 317.36 | 0.95 | 0.25 |
| Hex | 7C | 3 | 59 | 0 | 62 | 1C | 33 | 13D | 5F | 19 |
| Octal | 174 | 3 | 131 | 0 | 142 | 34 | 63 | 475 | 137 | 31 |
| Binary | 1111100 | 11 | 1011001 | 0 | 1100010 | 11100 | 110011 | 100111101 | 1011111 | 11001 |
Color Harmonies of #7C0359
Complementary color
Monochromatic Colors of #7C0359
Black with #7C0359
Text Example
Text Example
White with #7C0359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0359; }
p { color: rgb(124,3,89); }
H1.HeaderClassName
{
color: #7C0359;
}
.AnyTagClassName
{
color: #7C0359;
}
</style>
background-color css
<style>
a { background-color: #7C0359; }
a { background-color: rgb(124,3,89); }
div.DivClassName
{
background-color: #7C0359;
}
.BgClassName
{
background-color: #7C0359;
}
</style>
border-color css
<style>
span { border-color: #7C0359; }
span { border-color: rgb(124,3,89); }
td.TdClassName
{
border-color: #7C0359;
}
.TagClassName
{
border-color: #7C0359;
}
</style>