#800359

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

Shades of Eggplant #800359

Tints of Eggplant #800359

Color information

#800359 (or 0x800359) is unknown color: approx Eggplant. HEX triplet: 80, 03 and 59. RGB value is (128,3,89). Sum of RGB (Red+Green+Blue) = 128+3+89=220 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.18% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 128 - color contains mainly: red. Hex color #800359 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800359 is #7FFCA6. Grayscale: #313131. Windows color (decimal): -8387751 or 5833600. OLE color: 5833600.

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

Color convert

RGB128389-
CMYK00.980.300.50
HSL318.72º95.42%25.69%-
HSV(B)318.72º97.66%50.2%-
XYZ10.745.389.92-
YUV50.18149.91183.51-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 58.18%
GREEN value IS 3 (1.56% from 255) = 1.36%
BLUE value IS 89 (35.16% from 255) = 40.45%
R=58.18%
G=1.36%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12838900.980.300.50318.7295.4225.69
Hex803590621E3213f5f1a
Octal20031310142366247713732
Binary100000001110110010110001011110110010100111111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800359; }

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

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

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

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

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

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

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

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