Shades of Eggplant #800068
Tints of Eggplant #800068
RGB
CMYK
RGB Variations
Color information
#800068 (or 0x800068) is known color: Eggplant. HEX triplet: 80, 00 and 68. RGB value is (128,0,104). Sum of RGB (Red+Green+Blue) = 128+0+104=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #800068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800068 is #7FFF97. Grayscale: #313131. Windows color (decimal): -8388504 or 6815872. OLE color: 6815872.
HSL color Cylindrical-coordinate representation of color #800068: hue angle of 311.25º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #800068 is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 0 | 104 | - |
| CMYK | 0 | 1 | 0.19 | 0.50 |
| HSL | 311.25º | 1% | 0.25% | - |
| HSV(B) | 311.25º | 1% | 0.5% | - |
| XYZ | 11.4 | 5.59 | 13.57 | - |
| YUV | 50.13 | 158.41 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 104 | 0 | 1 | 0.19 | 0.50 | 311.25 | 1 | 0.25 |
| Hex | 80 | 0 | 68 | 0 | 64 | 13 | 32 | 137 | 64 | 19 |
| Octal | 200 | 0 | 150 | 0 | 144 | 23 | 62 | 467 | 144 | 31 |
| Binary | 10000000 | 0 | 1101000 | 0 | 1100100 | 10011 | 110010 | 100110111 | 1100100 | 11001 |
Color Harmonies of #800068
Complementary color
Monochromatic Colors of #800068
Black with #800068
Text Example
Text Example
White with #800068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800068; }
p { color: rgb(128,0,104); }
H1.HeaderClassName
{
color: #800068;
}
.AnyTagClassName
{
color: #800068;
}
</style>
background-color css
<style>
a { background-color: #800068; }
a { background-color: rgb(128,0,104); }
div.DivClassName
{
background-color: #800068;
}
.BgClassName
{
background-color: #800068;
}
</style>
border-color css
<style>
span { border-color: #800068; }
span { border-color: rgb(128,0,104); }
td.TdClassName
{
border-color: #800068;
}
.TagClassName
{
border-color: #800068;
}
</style>