#80035C

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

Shades of Eggplant #80035C

Tints of Eggplant #80035C

Color information

#80035C (or 0x80035C) is unknown color: approx Eggplant. HEX triplet: 80, 03 and 5C. RGB value is (128,3,92). Sum of RGB (Red+Green+Blue) = 128+3+92=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #80035C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80035C is #7FFCA3. Grayscale: #323232. Windows color (decimal): -8387748 or 6030208. OLE color: 6030208.

HSL color Cylindrical-coordinate representation of color #80035C: hue angle of 317.28º 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 #80035C is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB128392-
CMYK00.980.280.50
HSL317.28º95.42%25.69%-
HSV(B)317.28º97.66%50.2%-
XYZ10.875.4310.6-
YUV50.52151.41183.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 57.40%
GREEN value IS 3 (1.56% from 255) = 1.35%
BLUE value IS 92 (36.33% from 255) = 41.26%
R=57.40%
G=1.35%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12839200.980.280.50317.2895.4225.69
Hex8035C0621C3213d5f1a
Octal20031340142346247513732
Binary100000001110111000110001011100110010100111101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80035C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80035C; }

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

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

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

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

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

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

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

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