Shades of Eggplant #7F135A
Tints of Eggplant #7F135A
RGB
CMYK
RGB Variations
Color information
#7F135A (or 0x7F135A) is known color: Eggplant. HEX triplet: 7F, 13 and 5A. RGB value is (127,19,90). Sum of RGB (Red+Green+Blue) = 127+19+90=236 (31% of max value = 765). Red value is 127 (50% from 255 or 53.81% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 127 - color contains mainly: red. Hex color #7F135A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F135A is #80ECA5. Grayscale: #3B3B3B. Windows color (decimal): -8449190 or 5903231. OLE color: 5903231.
HSL color Cylindrical-coordinate representation of color #7F135A: hue angle of 320.56º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7F135A is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 19 | 90 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.50 |
| HSL | 320.56º | 0.74% | 0.29% | - |
| HSV(B) | 320.56º | 0.85% | 0.5% | - |
| XYZ | 10.83 | 5.72 | 10.21 | - |
| YUV | 59.39 | 145.28 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 19 | 90 | 0 | 0.85 | 0.29 | 0.50 | 320.56 | 0.74 | 0.29 |
| Hex | 7F | 13 | 5A | 0 | 55 | 1D | 32 | 141 | 4A | 1D |
| Octal | 177 | 23 | 132 | 0 | 125 | 35 | 62 | 501 | 112 | 35 |
| Binary | 1111111 | 10011 | 1011010 | 0 | 1010101 | 11101 | 110010 | 101000001 | 1001010 | 11101 |
Color Harmonies of #7F135A
Complementary color
Monochromatic Colors of #7F135A
Black with #7F135A
Text Example
Text Example
White with #7F135A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F135A; }
p { color: rgb(127,19,90); }
H1.HeaderClassName
{
color: #7F135A;
}
.AnyTagClassName
{
color: #7F135A;
}
</style>
background-color css
<style>
a { background-color: #7F135A; }
a { background-color: rgb(127,19,90); }
div.DivClassName
{
background-color: #7F135A;
}
.BgClassName
{
background-color: #7F135A;
}
</style>
border-color css
<style>
span { border-color: #7F135A; }
span { border-color: rgb(127,19,90); }
td.TdClassName
{
border-color: #7F135A;
}
.TagClassName
{
border-color: #7F135A;
}
</style>