#840059

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

Shades of Eggplant #840059

Tints of Eggplant #840059

Color information

#840059 (or 0x840059) is unknown color: approx Eggplant. HEX triplet: 84, 00 and 59. RGB value is (132,0,89). Sum of RGB (Red+Green+Blue) = 132+0+89=221 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.73% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 89 (35.16% from 255 or 40.27% from 221); Max value from RGB is 132 - color contains mainly: red. Hex color #840059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840059 is #7BFFA6. Grayscale: #313131. Windows color (decimal): -8126375 or 5832836. OLE color: 5832836.

HSL color Cylindrical-coordinate representation of color #840059: hue angle of 319.55º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #840059 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB132089-
CMYK010.330.48
HSL319.55º100%25.88%-
HSV(B)319.55º100%51.76%-
XYZ11.325.639.94-
YUV49.61150.23186.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 59.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 89 (35.16% from 255) = 40.27%
R=59.73%
G=0%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132089010.330.48319.5510025.88
Hex840590642130140641a
Octal20401310144416050014432
Binary100001000101100101100100100001110000101000000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840059; }

 p { color: rgb(132,0,89); }

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

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

 a { background-color: rgb(132,0,89); }

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

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

 span { border-color: rgb(132,0,89); }

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