Shades of Eggplant #7B0258
Tints of Eggplant #7B0258
RGB
CMYK
RGB Variations
Color information
#7B0258 (or 0x7B0258) is known color: Eggplant. HEX triplet: 7B, 02 and 58. RGB value is (123,2,88). Sum of RGB (Red+Green+Blue) = 123+2+88=213 (28% of max value = 765). Red value is 123 (48.44% from 255 or 57.75% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0258 is #84FDA7. Grayscale: #2F2F2F. Windows color (decimal): -8715688 or 5767803. OLE color: 5767803.
HSL color Cylindrical-coordinate representation of color #7B0258: hue angle of 317.36º 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 #7B0258 is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 2 | 88 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.52 |
| HSL | 317.36º | 0.97% | 0.25% | - |
| HSV(B) | 317.36º | 0.98% | 0.48% | - |
| XYZ | 9.95 | 4.96 | 9.67 | - |
| YUV | 47.98 | 150.59 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 2 | 88 | 0 | 0.98 | 0.28 | 0.52 | 317.36 | 0.97 | 0.25 |
| Hex | 7B | 2 | 58 | 0 | 62 | 1C | 34 | 13D | 61 | 19 |
| Octal | 173 | 2 | 130 | 0 | 142 | 34 | 64 | 475 | 141 | 31 |
| Binary | 1111011 | 10 | 1011000 | 0 | 1100010 | 11100 | 110100 | 100111101 | 1100001 | 11001 |
Color Harmonies of #7B0258
Complementary color
Monochromatic Colors of #7B0258
Black with #7B0258
Text Example
Text Example
White with #7B0258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0258; }
p { color: rgb(123,2,88); }
H1.HeaderClassName
{
color: #7B0258;
}
.AnyTagClassName
{
color: #7B0258;
}
</style>
background-color css
<style>
a { background-color: #7B0258; }
a { background-color: rgb(123,2,88); }
div.DivClassName
{
background-color: #7B0258;
}
.BgClassName
{
background-color: #7B0258;
}
</style>
border-color css
<style>
span { border-color: #7B0258; }
span { border-color: rgb(123,2,88); }
td.TdClassName
{
border-color: #7B0258;
}
.TagClassName
{
border-color: #7B0258;
}
</style>