Shades of Eggplant #7F0F5B
Tints of Eggplant #7F0F5B
RGB
CMYK
RGB Variations
Color information
#7F0F5B (or 0x7F0F5B) is known color: Eggplant. HEX triplet: 7F, 0F and 5B. RGB value is (127,15,91). Sum of RGB (Red+Green+Blue) = 127+15+91=233 (30% of max value = 765). Red value is 127 (50% from 255 or 54.51% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0F5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0F5B is #80F0A4. Grayscale: #383838. Windows color (decimal): -8450213 or 5967743. OLE color: 5967743.
HSL color Cylindrical-coordinate representation of color #7F0F5B: hue angle of 319.29º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7F0F5B is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 15 | 91 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.50 |
| HSL | 319.29º | 0.79% | 0.28% | - |
| HSV(B) | 319.29º | 0.88% | 0.5% | - |
| XYZ | 10.81 | 5.61 | 10.41 | - |
| YUV | 57.15 | 147.11 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 15 | 91 | 0 | 0.88 | 0.28 | 0.50 | 319.29 | 0.79 | 0.28 |
| Hex | 7F | F | 5B | 0 | 58 | 1C | 32 | 13F | 4F | 1C |
| Octal | 177 | 17 | 133 | 0 | 130 | 34 | 62 | 477 | 117 | 34 |
| Binary | 1111111 | 1111 | 1011011 | 0 | 1011000 | 11100 | 110010 | 100111111 | 1001111 | 11100 |
Color Harmonies of #7F0F5B
Complementary color
Monochromatic Colors of #7F0F5B
Black with #7F0F5B
Text Example
Text Example
White with #7F0F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0F5B; }
p { color: rgb(127,15,91); }
H1.HeaderClassName
{
color: #7F0F5B;
}
.AnyTagClassName
{
color: #7F0F5B;
}
</style>
background-color css
<style>
a { background-color: #7F0F5B; }
a { background-color: rgb(127,15,91); }
div.DivClassName
{
background-color: #7F0F5B;
}
.BgClassName
{
background-color: #7F0F5B;
}
</style>
border-color css
<style>
span { border-color: #7F0F5B; }
span { border-color: rgb(127,15,91); }
td.TdClassName
{
border-color: #7F0F5B;
}
.TagClassName
{
border-color: #7F0F5B;
}
</style>