Shades of Eggplant #7F0555
Tints of Eggplant #7F0555
RGB
CMYK
RGB Variations
Color information
#7F0555 (or 0x7F0555) is known color: Eggplant. HEX triplet: 7F, 05 and 55. RGB value is (127,5,85). Sum of RGB (Red+Green+Blue) = 127+5+85=217 (28% of max value = 765). Red value is 127 (50% from 255 or 58.53% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0555 is #80FAAA. Grayscale: #323232. Windows color (decimal): -8452779 or 5571967. OLE color: 5571967.
HSL color Cylindrical-coordinate representation of color #7F0555: hue angle of 320.66º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F0555 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 5 | 85 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.50 |
| HSL | 320.66º | 0.92% | 0.26% | - |
| HSV(B) | 320.66º | 0.96% | 0.5% | - |
| XYZ | 10.45 | 5.28 | 9.06 | - |
| YUV | 50.6 | 147.42 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 5 | 85 | 0 | 0.96 | 0.33 | 0.50 | 320.66 | 0.92 | 0.26 |
| Hex | 7F | 5 | 55 | 0 | 60 | 21 | 32 | 141 | 5C | 1A |
| Octal | 177 | 5 | 125 | 0 | 140 | 41 | 62 | 501 | 134 | 32 |
| Binary | 1111111 | 101 | 1010101 | 0 | 1100000 | 100001 | 110010 | 101000001 | 1011100 | 11010 |
Color Harmonies of #7F0555
Complementary color
Monochromatic Colors of #7F0555
Black with #7F0555
Text Example
Text Example
White with #7F0555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0555; }
p { color: rgb(127,5,85); }
H1.HeaderClassName
{
color: #7F0555;
}
.AnyTagClassName
{
color: #7F0555;
}
</style>
background-color css
<style>
a { background-color: #7F0555; }
a { background-color: rgb(127,5,85); }
div.DivClassName
{
background-color: #7F0555;
}
.BgClassName
{
background-color: #7F0555;
}
</style>
border-color css
<style>
span { border-color: #7F0555; }
span { border-color: rgb(127,5,85); }
td.TdClassName
{
border-color: #7F0555;
}
.TagClassName
{
border-color: #7F0555;
}
</style>