Shades of Eggplant #7B0563
Tints of Eggplant #7B0563
RGB
CMYK
RGB Variations
Color information
#7B0563 (or 0x7B0563) is known color: Eggplant. HEX triplet: 7B, 05 and 63. RGB value is (123,5,99). Sum of RGB (Red+Green+Blue) = 123+5+99=227 (30% of max value = 765). Red value is 123 (48.44% from 255 or 54.19% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0563 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0563 is #84FA9C. Grayscale: #323232. Windows color (decimal): -8714909 or 6489467. OLE color: 6489467.
HSL color Cylindrical-coordinate representation of color #7B0563: hue angle of 312.2º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B0563 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 5 | 99 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.52 |
| HSL | 312.2º | 0.92% | 0.25% | - |
| HSV(B) | 312.2º | 0.96% | 0.48% | - |
| XYZ | 10.47 | 5.22 | 12.26 | - |
| YUV | 51 | 155.09 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 5 | 99 | 0 | 0.96 | 0.20 | 0.52 | 312.2 | 0.92 | 0.25 |
| Hex | 7B | 5 | 63 | 0 | 60 | 14 | 34 | 138 | 5C | 19 |
| Octal | 173 | 5 | 143 | 0 | 140 | 24 | 64 | 470 | 134 | 31 |
| Binary | 1111011 | 101 | 1100011 | 0 | 1100000 | 10100 | 110100 | 100111000 | 1011100 | 11001 |
Color Harmonies of #7B0563
Complementary color
Monochromatic Colors of #7B0563
Black with #7B0563
Text Example
Text Example
White with #7B0563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0563; }
p { color: rgb(123,5,99); }
H1.HeaderClassName
{
color: #7B0563;
}
.AnyTagClassName
{
color: #7B0563;
}
</style>
background-color css
<style>
a { background-color: #7B0563; }
a { background-color: rgb(123,5,99); }
div.DivClassName
{
background-color: #7B0563;
}
.BgClassName
{
background-color: #7B0563;
}
</style>
border-color css
<style>
span { border-color: #7B0563; }
span { border-color: rgb(123,5,99); }
td.TdClassName
{
border-color: #7B0563;
}
.TagClassName
{
border-color: #7B0563;
}
</style>