Shades of Eggplant #7B035C
Tints of Eggplant #7B035C
RGB
CMYK
RGB Variations
Color information
#7B035C (or 0x7B035C) is known color: Eggplant. HEX triplet: 7B, 03 and 5C. RGB value is (123,3,92). Sum of RGB (Red+Green+Blue) = 123+3+92=218 (28% of max value = 765). Red value is 123 (48.44% from 255 or 56.42% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 123 - color contains mainly: red. Hex color #7B035C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B035C is #84FCA3. Grayscale: #303030. Windows color (decimal): -8715428 or 6030203. OLE color: 6030203.
HSL color Cylindrical-coordinate representation of color #7B035C: hue angle of 315.5º degrees, saturation: 0.95, 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 #7B035C is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 3 | 92 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.52 |
| HSL | 315.5º | 0.95% | 0.25% | - |
| HSV(B) | 315.5º | 0.98% | 0.48% | - |
| XYZ | 10.13 | 5.05 | 10.57 | - |
| YUV | 49.03 | 152.26 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 3 | 92 | 0 | 0.98 | 0.25 | 0.52 | 315.5 | 0.95 | 0.25 |
| Hex | 7B | 3 | 5C | 0 | 62 | 19 | 34 | 13C | 5F | 19 |
| Octal | 173 | 3 | 134 | 0 | 142 | 31 | 64 | 474 | 137 | 31 |
| Binary | 1111011 | 11 | 1011100 | 0 | 1100010 | 11001 | 110100 | 100111100 | 1011111 | 11001 |
Color Harmonies of #7B035C
Complementary color
Monochromatic Colors of #7B035C
Black with #7B035C
Text Example
Text Example
White with #7B035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B035C; }
p { color: rgb(123,3,92); }
H1.HeaderClassName
{
color: #7B035C;
}
.AnyTagClassName
{
color: #7B035C;
}
</style>
background-color css
<style>
a { background-color: #7B035C; }
a { background-color: rgb(123,3,92); }
div.DivClassName
{
background-color: #7B035C;
}
.BgClassName
{
background-color: #7B035C;
}
</style>
border-color css
<style>
span { border-color: #7B035C; }
span { border-color: rgb(123,3,92); }
td.TdClassName
{
border-color: #7B035C;
}
.TagClassName
{
border-color: #7B035C;
}
</style>