#840560

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

Shades of Eggplant #840560

Tints of Eggplant #840560

Color information

#840560 (or 0x840560) is unknown color: approx Eggplant. HEX triplet: 84, 05 and 60. RGB value is (132,5,96). Sum of RGB (Red+Green+Blue) = 132+5+96=233 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.65% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 132 - color contains mainly: red. Hex color #840560 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840560 is #7BFA9F. Grayscale: #353535. Windows color (decimal): -8125088 or 6292868. OLE color: 6292868.

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

Color convert

RGB132596-
CMYK00.960.270.48
HSL317.01º92.7%26.86%-
HSV(B)317.01º96.21%51.76%-
XYZ11.685.8611.58-
YUV53.35152.08184.1-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.65%
GREEN value IS 5 (2.34% from 255) = 2.15%
BLUE value IS 96 (37.89% from 255) = 41.20%
R=56.65%
G=2.15%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13259600.960.270.48317.0192.726.86
Hex845600601B3013d5d1b
Octal20451400140336047513533
Binary1000010010111000000110000011011110000100111101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840560; }

 p { color: rgb(132,5,96); }

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

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

 a { background-color: rgb(132,5,96); }

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

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

 span { border-color: rgb(132,5,96); }

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