#840653

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

Shades of Eggplant #840653

Tints of Eggplant #840653

Color information

#840653 (or 0x840653) is unknown color: approx Eggplant. HEX triplet: 84, 06 and 53. RGB value is (132,6,83). Sum of RGB (Red+Green+Blue) = 132+6+83=221 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.73% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 132 - color contains mainly: red. Hex color #840653 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840653 is #7BF9AC. Grayscale: #343434. Windows color (decimal): -8124845 or 5441156. OLE color: 5441156.

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

Color convert

RGB132683-
CMYK00.950.370.48
HSL323.33º91.3%27.06%-
HSV(B)323.33º95.45%51.76%-
XYZ11.145.668.69-
YUV52.45145.24184.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 59.73%
GREEN value IS 6 (2.73% from 255) = 2.71%
BLUE value IS 83 (32.81% from 255) = 37.56%
R=59.73%
G=2.71%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13268300.950.370.48323.3391.327.06
Hex8465305F25301435b1b
Octal20461230137456050313333
Binary10000100110101001101011111100101110000101000011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840653; }

 p { color: rgb(132,6,83); }

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

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

 a { background-color: rgb(132,6,83); }

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

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

 span { border-color: rgb(132,6,83); }

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