Shades of Eggplant #7B065A
Tints of Eggplant #7B065A
RGB
CMYK
RGB Variations
Color information
#7B065A (or 0x7B065A) is known color: Eggplant. HEX triplet: 7B, 06 and 5A. RGB value is (123,6,90). Sum of RGB (Red+Green+Blue) = 123+6+90=219 (29% of max value = 765). Red value is 123 (48.44% from 255 or 56.16% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 123 - color contains mainly: red. Hex color #7B065A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B065A is #84F9A5. Grayscale: #323232. Windows color (decimal): -8714662 or 5899899. OLE color: 5899899.
HSL color Cylindrical-coordinate representation of color #7B065A: hue angle of 316.92º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B065A is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 6 | 90 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.52 |
| HSL | 316.92º | 0.91% | 0.25% | - |
| HSV(B) | 316.92º | 0.95% | 0.48% | - |
| XYZ | 10.08 | 5.08 | 10.12 | - |
| YUV | 50.56 | 150.26 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 6 | 90 | 0 | 0.95 | 0.27 | 0.52 | 316.92 | 0.91 | 0.25 |
| Hex | 7B | 6 | 5A | 0 | 5F | 1B | 34 | 13D | 5B | 19 |
| Octal | 173 | 6 | 132 | 0 | 137 | 33 | 64 | 475 | 133 | 31 |
| Binary | 1111011 | 110 | 1011010 | 0 | 1011111 | 11011 | 110100 | 100111101 | 1011011 | 11001 |
Color Harmonies of #7B065A
Complementary color
Monochromatic Colors of #7B065A
Black with #7B065A
Text Example
Text Example
White with #7B065A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B065A; }
p { color: rgb(123,6,90); }
H1.HeaderClassName
{
color: #7B065A;
}
.AnyTagClassName
{
color: #7B065A;
}
</style>
background-color css
<style>
a { background-color: #7B065A; }
a { background-color: rgb(123,6,90); }
div.DivClassName
{
background-color: #7B065A;
}
.BgClassName
{
background-color: #7B065A;
}
</style>
border-color css
<style>
span { border-color: #7B065A; }
span { border-color: rgb(123,6,90); }
td.TdClassName
{
border-color: #7B065A;
}
.TagClassName
{
border-color: #7B065A;
}
</style>