Shades of Eggplant #7F0D5E
Tints of Eggplant #7F0D5E
RGB
CMYK
RGB Variations
Color information
#7F0D5E (or 0x7F0D5E) is known color: Eggplant. HEX triplet: 7F, 0D and 5E. RGB value is (127,13,94). Sum of RGB (Red+Green+Blue) = 127+13+94=234 (30% of max value = 765). Red value is 127 (50% from 255 or 54.27% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0D5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0D5E is #80F2A1. Grayscale: #383838. Windows color (decimal): -8450722 or 6163839. OLE color: 6163839.
HSL color Cylindrical-coordinate representation of color #7F0D5E: hue angle of 317.37º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7F0D5E is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 13 | 94 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.50 |
| HSL | 317.37º | 0.81% | 0.27% | - |
| HSV(B) | 317.37º | 0.9% | 0.5% | - |
| XYZ | 10.92 | 5.61 | 11.1 | - |
| YUV | 56.32 | 149.27 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 13 | 94 | 0 | 0.90 | 0.26 | 0.50 | 317.37 | 0.81 | 0.27 |
| Hex | 7F | D | 5E | 0 | 5A | 1A | 32 | 13D | 51 | 1B |
| Octal | 177 | 15 | 136 | 0 | 132 | 32 | 62 | 475 | 121 | 33 |
| Binary | 1111111 | 1101 | 1011110 | 0 | 1011010 | 11010 | 110010 | 100111101 | 1010001 | 11011 |
Color Harmonies of #7F0D5E
Complementary color
Monochromatic Colors of #7F0D5E
Black with #7F0D5E
Text Example
Text Example
White with #7F0D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0D5E; }
p { color: rgb(127,13,94); }
H1.HeaderClassName
{
color: #7F0D5E;
}
.AnyTagClassName
{
color: #7F0D5E;
}
</style>
background-color css
<style>
a { background-color: #7F0D5E; }
a { background-color: rgb(127,13,94); }
div.DivClassName
{
background-color: #7F0D5E;
}
.BgClassName
{
background-color: #7F0D5E;
}
</style>
border-color css
<style>
span { border-color: #7F0D5E; }
span { border-color: rgb(127,13,94); }
td.TdClassName
{
border-color: #7F0D5E;
}
.TagClassName
{
border-color: #7F0D5E;
}
</style>