Shades of Eggplant #7B0457
Tints of Eggplant #7B0457
RGB
CMYK
RGB Variations
Color information
#7B0457 (or 0x7B0457) is known color: Eggplant. HEX triplet: 7B, 04 and 57. RGB value is (123,4,87). Sum of RGB (Red+Green+Blue) = 123+4+87=214 (28% of max value = 765). Red value is 123 (48.44% from 255 or 57.48% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 87 (34.38% from 255 or 40.65% from 214); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0457 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0457 is #84FBA8. Grayscale: #303030. Windows color (decimal): -8715177 or 5702779. OLE color: 5702779.
HSL color Cylindrical-coordinate representation of color #7B0457: hue angle of 318.15º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B0457 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 4 | 87 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.52 |
| HSL | 318.15º | 0.94% | 0.25% | - |
| HSV(B) | 318.15º | 0.97% | 0.48% | - |
| XYZ | 9.93 | 4.99 | 9.46 | - |
| YUV | 49.04 | 149.42 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 4 | 87 | 0 | 0.97 | 0.29 | 0.52 | 318.15 | 0.94 | 0.25 |
| Hex | 7B | 4 | 57 | 0 | 61 | 1D | 34 | 13E | 5E | 19 |
| Octal | 173 | 4 | 127 | 0 | 141 | 35 | 64 | 476 | 136 | 31 |
| Binary | 1111011 | 100 | 1010111 | 0 | 1100001 | 11101 | 110100 | 100111110 | 1011110 | 11001 |
Color Harmonies of #7B0457
Complementary color
Monochromatic Colors of #7B0457
Black with #7B0457
Text Example
Text Example
White with #7B0457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0457; }
p { color: rgb(123,4,87); }
H1.HeaderClassName
{
color: #7B0457;
}
.AnyTagClassName
{
color: #7B0457;
}
</style>
background-color css
<style>
a { background-color: #7B0457; }
a { background-color: rgb(123,4,87); }
div.DivClassName
{
background-color: #7B0457;
}
.BgClassName
{
background-color: #7B0457;
}
</style>
border-color css
<style>
span { border-color: #7B0457; }
span { border-color: rgb(123,4,87); }
td.TdClassName
{
border-color: #7B0457;
}
.TagClassName
{
border-color: #7B0457;
}
</style>