#801259

Color #801259 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #801259

Tints of Eggplant #801259

Color information

#801259 (or 0x801259) is unknown color: approx Eggplant. HEX triplet: 80, 12 and 59. RGB value is (128,18,89). Sum of RGB (Red+Green+Blue) = 128+18+89=235 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.47% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 89 (35.16% from 255 or 37.87% from 235); Max value from RGB is 128 - color contains mainly: red. Hex color #801259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801259 is #7FEDA6. Grayscale: #3A3A3A. Windows color (decimal): -8383911 or 5837440. OLE color: 5837440.

HSL color Cylindrical-coordinate representation of color #801259: hue angle of 321.27º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #801259 is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB1281889-
CMYK00.860.300.50
HSL321.27º75.34%28.63%-
HSV(B)321.27º85.94%50.2%-
XYZ10.925.749.98-
YUV58.98144.94177.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 128 (50.39% from 255) = 54.47%
GREEN value IS 18 (7.42% from 255) = 7.66%
BLUE value IS 89 (35.16% from 255) = 37.87%
R=54.47%
G=7.66%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128188900.860.300.50321.2775.3428.63
Hex8012590561E321414b1d
Octal200221310126366250111335
Binary100000001001010110010101011011110110010101000001100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801259; }

 p { color: rgb(128,18,89); }

 H1.HeaderClassName
 {
   color: #801259;
 }
 .AnyTagClassName
 {
   color: #801259;
 }
</style>
background-color css

<style>
 a { background-color: #801259; }

 a { background-color: rgb(128,18,89); }

 div.DivClassName
 {
   background-color: #801259;
 }
 .BgClassName
 {
   background-color: #801259;
 }
</style>
border-color css

<style>
 span { border-color: #801259; }

 span { border-color: rgb(128,18,89); }

 td.TdClassName
 {
   border-color: #801259;
 }
 .TagClassName
 {
   border-color: #801259;
 }
</style>