Shades of Eggplant #7C0355
Tints of Eggplant #7C0355
RGB
CMYK
RGB Variations
Color information
#7C0355 (or 0x7C0355) is known color: Eggplant. HEX triplet: 7C, 03 and 55. RGB value is (124,3,85). Sum of RGB (Red+Green+Blue) = 124+3+85=212 (28% of max value = 765). Red value is 124 (48.83% from 255 or 58.49% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0355 is #83FCAA. Grayscale: #303030. Windows color (decimal): -8649899 or 5571452. OLE color: 5571452.
HSL color Cylindrical-coordinate representation of color #7C0355: hue angle of 319.34º 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 #7C0355 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 3 | 85 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.51 |
| HSL | 319.34º | 0.95% | 0.25% | - |
| HSV(B) | 319.34º | 0.98% | 0.49% | - |
| XYZ | 9.98 | 5.01 | 9.03 | - |
| YUV | 48.53 | 148.59 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 3 | 85 | 0 | 0.98 | 0.31 | 0.51 | 319.34 | 0.95 | 0.25 |
| Hex | 7C | 3 | 55 | 0 | 62 | 1F | 33 | 13F | 5F | 19 |
| Octal | 174 | 3 | 125 | 0 | 142 | 37 | 63 | 477 | 137 | 31 |
| Binary | 1111100 | 11 | 1010101 | 0 | 1100010 | 11111 | 110011 | 100111111 | 1011111 | 11001 |
Color Harmonies of #7C0355
Complementary color
Monochromatic Colors of #7C0355
Black with #7C0355
Text Example
Text Example
White with #7C0355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0355; }
p { color: rgb(124,3,85); }
H1.HeaderClassName
{
color: #7C0355;
}
.AnyTagClassName
{
color: #7C0355;
}
</style>
background-color css
<style>
a { background-color: #7C0355; }
a { background-color: rgb(124,3,85); }
div.DivClassName
{
background-color: #7C0355;
}
.BgClassName
{
background-color: #7C0355;
}
</style>
border-color css
<style>
span { border-color: #7C0355; }
span { border-color: rgb(124,3,85); }
td.TdClassName
{
border-color: #7C0355;
}
.TagClassName
{
border-color: #7C0355;
}
</style>