Shades of Eggplant #7F005E
Tints of Eggplant #7F005E
RGB
CMYK
RGB Variations
Color information
#7F005E (or 0x7F005E) is known color: Eggplant. HEX triplet: 7F, 00 and 5E. RGB value is (127,0,94). Sum of RGB (Red+Green+Blue) = 127+0+94=221 (29% of max value = 765). Red value is 127 (50% from 255 or 57.47% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 94 (37.11% from 255 or 42.53% from 221); Max value from RGB is 127 - color contains mainly: red. Hex color #7F005E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F005E is #80FFA1. Grayscale: #303030. Windows color (decimal): -8454050 or 6160511. OLE color: 6160511.
HSL color Cylindrical-coordinate representation of color #7F005E: hue angle of 315.59º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F005E is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.26 | 0.50 |
| HSL | 315.59º | 1% | 0.25% | - |
| HSV(B) | 315.59º | 1% | 0.5% | - |
| XYZ | 10.77 | 5.32 | 11.05 | - |
| YUV | 48.69 | 153.58 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 0 | 94 | 0 | 1 | 0.26 | 0.50 | 315.59 | 1 | 0.25 |
| Hex | 7F | 0 | 5E | 0 | 64 | 1A | 32 | 13C | 64 | 19 |
| Octal | 177 | 0 | 136 | 0 | 144 | 32 | 62 | 474 | 144 | 31 |
| Binary | 1111111 | 0 | 1011110 | 0 | 1100100 | 11010 | 110010 | 100111100 | 1100100 | 11001 |
Color Harmonies of #7F005E
Complementary color
Monochromatic Colors of #7F005E
Black with #7F005E
Text Example
Text Example
White with #7F005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F005E; }
p { color: rgb(127,0,94); }
H1.HeaderClassName
{
color: #7F005E;
}
.AnyTagClassName
{
color: #7F005E;
}
</style>
background-color css
<style>
a { background-color: #7F005E; }
a { background-color: rgb(127,0,94); }
div.DivClassName
{
background-color: #7F005E;
}
.BgClassName
{
background-color: #7F005E;
}
</style>
border-color css
<style>
span { border-color: #7F005E; }
span { border-color: rgb(127,0,94); }
td.TdClassName
{
border-color: #7F005E;
}
.TagClassName
{
border-color: #7F005E;
}
</style>