Shades of Eggplant #7F0B5A
Tints of Eggplant #7F0B5A
RGB
CMYK
RGB Variations
Color information
#7F0B5A (or 0x7F0B5A) is known color: Eggplant. HEX triplet: 7F, 0B and 5A. RGB value is (127,11,90). Sum of RGB (Red+Green+Blue) = 127+11+90=228 (30% of max value = 765). Red value is 127 (50% from 255 or 55.70% from 228); Green value is 11 (4.69% from 255 or 4.82% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0B5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0B5A is #80F4A5. Grayscale: #363636. Windows color (decimal): -8451238 or 5901183. OLE color: 5901183.
HSL color Cylindrical-coordinate representation of color #7F0B5A: hue angle of 319.14º 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 #7F0B5A is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 11 | 90 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.50 |
| HSL | 319.14º | 0.84% | 0.27% | - |
| HSV(B) | 319.14º | 0.91% | 0.5% | - |
| XYZ | 10.72 | 5.49 | 10.17 | - |
| YUV | 54.69 | 147.93 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 11 | 90 | 0 | 0.91 | 0.29 | 0.50 | 319.14 | 0.84 | 0.27 |
| Hex | 7F | B | 5A | 0 | 5B | 1D | 32 | 13F | 54 | 1B |
| Octal | 177 | 13 | 132 | 0 | 133 | 35 | 62 | 477 | 124 | 33 |
| Binary | 1111111 | 1011 | 1011010 | 0 | 1011011 | 11101 | 110010 | 100111111 | 1010100 | 11011 |
Color Harmonies of #7F0B5A
Complementary color
Monochromatic Colors of #7F0B5A
Black with #7F0B5A
Text Example
Text Example
White with #7F0B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0B5A; }
p { color: rgb(127,11,90); }
H1.HeaderClassName
{
color: #7F0B5A;
}
.AnyTagClassName
{
color: #7F0B5A;
}
</style>
background-color css
<style>
a { background-color: #7F0B5A; }
a { background-color: rgb(127,11,90); }
div.DivClassName
{
background-color: #7F0B5A;
}
.BgClassName
{
background-color: #7F0B5A;
}
</style>
border-color css
<style>
span { border-color: #7F0B5A; }
span { border-color: rgb(127,11,90); }
td.TdClassName
{
border-color: #7F0B5A;
}
.TagClassName
{
border-color: #7F0B5A;
}
</style>