#800455

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

Shades of Eggplant #800455

Tints of Eggplant #800455

Color information

#800455 (or 0x800455) is unknown color: approx Eggplant. HEX triplet: 80, 04 and 55. RGB value is (128,4,85). Sum of RGB (Red+Green+Blue) = 128+4+85=217 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.99% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 128 - color contains mainly: red. Hex color #800455 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800455 is #7FFBAA. Grayscale: #323232. Windows color (decimal): -8387499 or 5571712. OLE color: 5571712.

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

Color convert

RGB128485-
CMYK00.970.340.50
HSL320.81º93.94%25.88%-
HSV(B)320.81º96.88%50.2%-
XYZ10.595.339.07-
YUV50.31147.58183.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 58.99%
GREEN value IS 4 (1.95% from 255) = 1.84%
BLUE value IS 85 (33.59% from 255) = 39.17%
R=58.99%
G=1.84%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.34
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12848500.970.340.50320.8193.9425.88
Hex8045506122321415e1a
Octal20041250141426250113632
Binary10000000100101010101100001100010110010101000001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800455; }

 p { color: rgb(128,4,85); }

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

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

 a { background-color: rgb(128,4,85); }

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

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

 span { border-color: rgb(128,4,85); }

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