Shades of Eggplant #B30078
Tints of Eggplant #B30078
RGB
CMYK
RGB Variations
Color information
#B30078 (or 0xB30078) is known color: Eggplant. HEX triplet: B3, 00 and 78. RGB value is (179,0,120). Sum of RGB (Red+Green+Blue) = 179+0+120=299 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.87% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 179 - color contains mainly: red. Hex color #B30078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30078 is #4CFF87. Grayscale: #424242. Windows color (decimal): -5046152 or 7864499. OLE color: 7864499.
HSL color Cylindrical-coordinate representation of color #B30078: hue angle of 319.78º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B30078 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.33 | 0.30 |
| HSL | 319.78º | 1% | 0.35% | - |
| HSV(B) | 319.78º | 1% | 0.7% | - |
| XYZ | 21.98 | 10.94 | 18.72 | - |
| YUV | 67.2 | 157.8 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 0 | 120 | 0 | 1 | 0.33 | 0.30 | 319.78 | 1 | 0.35 |
| Hex | B3 | 0 | 78 | 0 | 64 | 21 | 1E | 140 | 64 | 23 |
| Octal | 263 | 0 | 170 | 0 | 144 | 41 | 36 | 500 | 144 | 43 |
| Binary | 10110011 | 0 | 1111000 | 0 | 1100100 | 100001 | 11110 | 101000000 | 1100100 | 100011 |
Color Harmonies of #B30078
Complementary color
Monochromatic Colors of #B30078
Black with #B30078
Text Example
Text Example
White with #B30078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30078; }
p { color: rgb(179,0,120); }
H1.HeaderClassName
{
color: #B30078;
}
.AnyTagClassName
{
color: #B30078;
}
</style>
background-color css
<style>
a { background-color: #B30078; }
a { background-color: rgb(179,0,120); }
div.DivClassName
{
background-color: #B30078;
}
.BgClassName
{
background-color: #B30078;
}
</style>
border-color css
<style>
span { border-color: #B30078; }
span { border-color: rgb(179,0,120); }
td.TdClassName
{
border-color: #B30078;
}
.TagClassName
{
border-color: #B30078;
}
</style>