Shades of Eggplant #7F055E
Tints of Eggplant #7F055E
RGB
CMYK
RGB Variations
Color information
#7F055E (or 0x7F055E) is known color: Eggplant. HEX triplet: 7F, 05 and 5E. RGB value is (127,5,94). Sum of RGB (Red+Green+Blue) = 127+5+94=226 (29% of max value = 765). Red value is 127 (50% from 255 or 56.19% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 94 (37.11% from 255 or 41.59% from 226); Max value from RGB is 127 - color contains mainly: red. Hex color #7F055E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F055E is #80FAA1. Grayscale: #333333. Windows color (decimal): -8452770 or 6161791. OLE color: 6161791.
HSL color Cylindrical-coordinate representation of color #7F055E: hue angle of 316.23º 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 #7F055E is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 5 | 94 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.50 |
| HSL | 316.23º | 0.92% | 0.26% | - |
| HSV(B) | 316.23º | 0.96% | 0.5% | - |
| XYZ | 10.83 | 5.43 | 11.07 | - |
| YUV | 51.62 | 151.92 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 5 | 94 | 0 | 0.96 | 0.26 | 0.50 | 316.23 | 0.92 | 0.26 |
| Hex | 7F | 5 | 5E | 0 | 60 | 1A | 32 | 13C | 5C | 1A |
| Octal | 177 | 5 | 136 | 0 | 140 | 32 | 62 | 474 | 134 | 32 |
| Binary | 1111111 | 101 | 1011110 | 0 | 1100000 | 11010 | 110010 | 100111100 | 1011100 | 11010 |
Color Harmonies of #7F055E
Complementary color
Monochromatic Colors of #7F055E
Black with #7F055E
Text Example
Text Example
White with #7F055E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F055E; }
p { color: rgb(127,5,94); }
H1.HeaderClassName
{
color: #7F055E;
}
.AnyTagClassName
{
color: #7F055E;
}
</style>
background-color css
<style>
a { background-color: #7F055E; }
a { background-color: rgb(127,5,94); }
div.DivClassName
{
background-color: #7F055E;
}
.BgClassName
{
background-color: #7F055E;
}
</style>
border-color css
<style>
span { border-color: #7F055E; }
span { border-color: rgb(127,5,94); }
td.TdClassName
{
border-color: #7F055E;
}
.TagClassName
{
border-color: #7F055E;
}
</style>