Shades of Eggplant #7F0C5A
Tints of Eggplant #7F0C5A
RGB
CMYK
RGB Variations
Color information
#7F0C5A (or 0x7F0C5A) is known color: Eggplant. HEX triplet: 7F, 0C and 5A. RGB value is (127,12,90). Sum of RGB (Red+Green+Blue) = 127+12+90=229 (30% of max value = 765). Red value is 127 (50% from 255 or 55.46% from 229); Green value is 12 (5.08% from 255 or 5.24% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0C5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0C5A is #80F3A5. Grayscale: #373737. Windows color (decimal): -8450982 or 5901439. OLE color: 5901439.
HSL color Cylindrical-coordinate representation of color #7F0C5A: hue angle of 319.3º degrees, saturation: 0.83, 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 #7F0C5A is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 12 | 90 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.50 |
| HSL | 319.3º | 0.83% | 0.27% | - |
| HSV(B) | 319.3º | 0.91% | 0.5% | - |
| XYZ | 10.73 | 5.51 | 10.17 | - |
| YUV | 55.28 | 147.6 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 12 | 90 | 0 | 0.91 | 0.29 | 0.50 | 319.3 | 0.83 | 0.27 |
| Hex | 7F | C | 5A | 0 | 5B | 1D | 32 | 13F | 53 | 1B |
| Octal | 177 | 14 | 132 | 0 | 133 | 35 | 62 | 477 | 123 | 33 |
| Binary | 1111111 | 1100 | 1011010 | 0 | 1011011 | 11101 | 110010 | 100111111 | 1010011 | 11011 |
Color Harmonies of #7F0C5A
Complementary color
Monochromatic Colors of #7F0C5A
Black with #7F0C5A
Text Example
Text Example
White with #7F0C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0C5A; }
p { color: rgb(127,12,90); }
H1.HeaderClassName
{
color: #7F0C5A;
}
.AnyTagClassName
{
color: #7F0C5A;
}
</style>
background-color css
<style>
a { background-color: #7F0C5A; }
a { background-color: rgb(127,12,90); }
div.DivClassName
{
background-color: #7F0C5A;
}
.BgClassName
{
background-color: #7F0C5A;
}
</style>
border-color css
<style>
span { border-color: #7F0C5A; }
span { border-color: rgb(127,12,90); }
td.TdClassName
{
border-color: #7F0C5A;
}
.TagClassName
{
border-color: #7F0C5A;
}
</style>