#840357

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

Shades of Eggplant #840357

Tints of Eggplant #840357

Color information

#840357 (or 0x840357) is unknown color: approx Eggplant. HEX triplet: 84, 03 and 57. RGB value is (132,3,87). Sum of RGB (Red+Green+Blue) = 132+3+87=222 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.46% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 87 (34.38% from 255 or 39.19% from 222); Max value from RGB is 132 - color contains mainly: red. Hex color #840357 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840357 is #7BFCA8. Grayscale: #323232. Windows color (decimal): -8125609 or 5702532. OLE color: 5702532.

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

Color convert

RGB132387-
CMYK00.980.340.48
HSL320.93º95.56%26.47%-
HSV(B)320.93º97.73%51.76%-
XYZ11.275.669.52-
YUV51.15148.24185.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 59.46%
GREEN value IS 3 (1.56% from 255) = 1.35%
BLUE value IS 87 (34.38% from 255) = 39.19%
R=59.46%
G=1.35%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13238700.980.340.48320.9395.5626.47
Hex843570622230141601a
Octal20431270142426050114032
Binary1000010011101011101100010100010110000101000001110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840357; }

 p { color: rgb(132,3,87); }

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

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

 a { background-color: rgb(132,3,87); }

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

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

 span { border-color: rgb(132,3,87); }

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