Shades of Eggplant #7B0260
Tints of Eggplant #7B0260
RGB
CMYK
RGB Variations
Color information
#7B0260 (or 0x7B0260) is known color: Eggplant. HEX triplet: 7B, 02 and 60. RGB value is (123,2,96). Sum of RGB (Red+Green+Blue) = 123+2+96=221 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.66% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0260 is #84FD9F. Grayscale: #303030. Windows color (decimal): -8715680 or 6292091. OLE color: 6292091.
HSL color Cylindrical-coordinate representation of color #7B0260: hue angle of 313.39º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B0260 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 2 | 96 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.52 |
| HSL | 313.39º | 0.97% | 0.25% | - |
| HSV(B) | 313.39º | 0.98% | 0.48% | - |
| XYZ | 10.3 | 5.1 | 11.51 | - |
| YUV | 48.9 | 154.59 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 2 | 96 | 0 | 0.98 | 0.22 | 0.52 | 313.39 | 0.97 | 0.25 |
| Hex | 7B | 2 | 60 | 0 | 62 | 16 | 34 | 139 | 61 | 19 |
| Octal | 173 | 2 | 140 | 0 | 142 | 26 | 64 | 471 | 141 | 31 |
| Binary | 1111011 | 10 | 1100000 | 0 | 1100010 | 10110 | 110100 | 100111001 | 1100001 | 11001 |
Color Harmonies of #7B0260
Complementary color
Monochromatic Colors of #7B0260
Black with #7B0260
Text Example
Text Example
White with #7B0260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0260; }
p { color: rgb(123,2,96); }
H1.HeaderClassName
{
color: #7B0260;
}
.AnyTagClassName
{
color: #7B0260;
}
</style>
background-color css
<style>
a { background-color: #7B0260; }
a { background-color: rgb(123,2,96); }
div.DivClassName
{
background-color: #7B0260;
}
.BgClassName
{
background-color: #7B0260;
}
</style>
border-color css
<style>
span { border-color: #7B0260; }
span { border-color: rgb(123,2,96); }
td.TdClassName
{
border-color: #7B0260;
}
.TagClassName
{
border-color: #7B0260;
}
</style>