Shades of Eggplant #800257
Tints of Eggplant #800257
RGB
CMYK
RGB Variations
Color information
#800257 (or 0x800257) is known color: Eggplant. HEX triplet: 80, 02 and 57. RGB value is (128,2,87). Sum of RGB (Red+Green+Blue) = 128+2+87=217 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.99% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 87 (34.38% from 255 or 40.09% from 217); Max value from RGB is 128 - color contains mainly: red. Hex color #800257 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800257 is #7FFDA8. Grayscale: #313131. Windows color (decimal): -8388009 or 5702272. OLE color: 5702272.
HSL color Cylindrical-coordinate representation of color #800257: hue angle of 319.52º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #800257 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 2 | 87 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.50 |
| HSL | 319.52º | 0.97% | 0.25% | - |
| HSV(B) | 319.52º | 0.98% | 0.5% | - |
| XYZ | 10.64 | 5.32 | 9.48 | - |
| YUV | 49.36 | 149.24 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 2 | 87 | 0 | 0.98 | 0.32 | 0.50 | 319.52 | 0.97 | 0.25 |
| Hex | 80 | 2 | 57 | 0 | 62 | 20 | 32 | 140 | 61 | 19 |
| Octal | 200 | 2 | 127 | 0 | 142 | 40 | 62 | 500 | 141 | 31 |
| Binary | 10000000 | 10 | 1010111 | 0 | 1100010 | 100000 | 110010 | 101000000 | 1100001 | 11001 |
Color Harmonies of #800257
Complementary color
Monochromatic Colors of #800257
Black with #800257
Text Example
Text Example
White with #800257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800257; }
p { color: rgb(128,2,87); }
H1.HeaderClassName
{
color: #800257;
}
.AnyTagClassName
{
color: #800257;
}
</style>
background-color css
<style>
a { background-color: #800257; }
a { background-color: rgb(128,2,87); }
div.DivClassName
{
background-color: #800257;
}
.BgClassName
{
background-color: #800257;
}
</style>
border-color css
<style>
span { border-color: #800257; }
span { border-color: rgb(128,2,87); }
td.TdClassName
{
border-color: #800257;
}
.TagClassName
{
border-color: #800257;
}
</style>