Shades of Eggplant #7F145B
Tints of Eggplant #7F145B
RGB
CMYK
RGB Variations
Color information
#7F145B (or 0x7F145B) is known color: Eggplant. HEX triplet: 7F, 14 and 5B. RGB value is (127,20,91). Sum of RGB (Red+Green+Blue) = 127+20+91=238 (31% of max value = 765). Red value is 127 (50% from 255 or 53.36% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 127 - color contains mainly: red. Hex color #7F145B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F145B is #80EBA4. Grayscale: #3B3B3B. Windows color (decimal): -8448933 or 5969023. OLE color: 5969023.
HSL color Cylindrical-coordinate representation of color #7F145B: hue angle of 320.19º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F145B is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 20 | 91 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.50 |
| HSL | 320.19º | 0.73% | 0.29% | - |
| HSV(B) | 320.19º | 0.84% | 0.5% | - |
| XYZ | 10.89 | 5.77 | 10.44 | - |
| YUV | 60.09 | 145.45 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 20 | 91 | 0 | 0.84 | 0.28 | 0.50 | 320.19 | 0.73 | 0.29 |
| Hex | 7F | 14 | 5B | 0 | 54 | 1C | 32 | 140 | 49 | 1D |
| Octal | 177 | 24 | 133 | 0 | 124 | 34 | 62 | 500 | 111 | 35 |
| Binary | 1111111 | 10100 | 1011011 | 0 | 1010100 | 11100 | 110010 | 101000000 | 1001001 | 11101 |
Color Harmonies of #7F145B
Complementary color
Monochromatic Colors of #7F145B
Black with #7F145B
Text Example
Text Example
White with #7F145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F145B; }
p { color: rgb(127,20,91); }
H1.HeaderClassName
{
color: #7F145B;
}
.AnyTagClassName
{
color: #7F145B;
}
</style>
background-color css
<style>
a { background-color: #7F145B; }
a { background-color: rgb(127,20,91); }
div.DivClassName
{
background-color: #7F145B;
}
.BgClassName
{
background-color: #7F145B;
}
</style>
border-color css
<style>
span { border-color: #7F145B; }
span { border-color: rgb(127,20,91); }
td.TdClassName
{
border-color: #7F145B;
}
.TagClassName
{
border-color: #7F145B;
}
</style>