#800060

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

Shades of Eggplant #800060

Tints of Eggplant #800060

Color information

#800060 (or 0x800060) is unknown color: approx Eggplant. HEX triplet: 80, 00 and 60. RGB value is (128,0,96). Sum of RGB (Red+Green+Blue) = 128+0+96=224 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.14% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 128 - color contains mainly: red. Hex color #800060 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800060 is #7FFF9F. Grayscale: #303030. Windows color (decimal): -8388512 or 6291584. OLE color: 6291584.

HSL color Cylindrical-coordinate representation of color #800060: hue angle of 315º 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 #800060 is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB128096-
CMYK010.250.50
HSL315º100%25.1%-
HSV(B)315º100%50.2%-
XYZ11.015.4311.53-
YUV49.22154.41184.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 57.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 42.86%
R=57.14%
G=0%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128096010.250.5031510025.1
Hex80060064193213b6419
Octal20001400144316247314431
Binary10000000011000000110010011001110010100111011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800060; }

 p { color: rgb(128,0,96); }

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

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

 a { background-color: rgb(128,0,96); }

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

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

 span { border-color: rgb(128,0,96); }

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