Shades of Eggplant #7F0B56
Tints of Eggplant #7F0B56
RGB
CMYK
RGB Variations
Color information
#7F0B56 (or 0x7F0B56) is known color: Eggplant. HEX triplet: 7F, 0B and 56. RGB value is (127,11,86). Sum of RGB (Red+Green+Blue) = 127+11+86=224 (29% of max value = 765). Red value is 127 (50% from 255 or 56.70% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 86 (33.98% from 255 or 38.39% from 224); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0B56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0B56 is #80F4A9. Grayscale: #363636. Windows color (decimal): -8451242 or 5639039. OLE color: 5639039.
HSL color Cylindrical-coordinate representation of color #7F0B56: hue angle of 321.21º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F0B56 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 11 | 86 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.50 |
| HSL | 321.21º | 0.84% | 0.27% | - |
| HSV(B) | 321.21º | 0.91% | 0.5% | - |
| XYZ | 10.55 | 5.42 | 9.29 | - |
| YUV | 54.23 | 145.93 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 11 | 86 | 0 | 0.91 | 0.32 | 0.50 | 321.21 | 0.84 | 0.27 |
| Hex | 7F | B | 56 | 0 | 5B | 20 | 32 | 141 | 54 | 1B |
| Octal | 177 | 13 | 126 | 0 | 133 | 40 | 62 | 501 | 124 | 33 |
| Binary | 1111111 | 1011 | 1010110 | 0 | 1011011 | 100000 | 110010 | 101000001 | 1010100 | 11011 |
Color Harmonies of #7F0B56
Complementary color
Monochromatic Colors of #7F0B56
Black with #7F0B56
Text Example
Text Example
White with #7F0B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0B56; }
p { color: rgb(127,11,86); }
H1.HeaderClassName
{
color: #7F0B56;
}
.AnyTagClassName
{
color: #7F0B56;
}
</style>
background-color css
<style>
a { background-color: #7F0B56; }
a { background-color: rgb(127,11,86); }
div.DivClassName
{
background-color: #7F0B56;
}
.BgClassName
{
background-color: #7F0B56;
}
</style>
border-color css
<style>
span { border-color: #7F0B56; }
span { border-color: rgb(127,11,86); }
td.TdClassName
{
border-color: #7F0B56;
}
.TagClassName
{
border-color: #7F0B56;
}
</style>