#840658

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

Shades of Eggplant #840658

Tints of Eggplant #840658

Color information

#840658 (or 0x840658) is unknown color: approx Eggplant. HEX triplet: 84, 06 and 58. RGB value is (132,6,88). Sum of RGB (Red+Green+Blue) = 132+6+88=226 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.41% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 132 - color contains mainly: red. Hex color #840658 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840658 is #7BF9A7. Grayscale: #343434. Windows color (decimal): -8124840 or 5768836. OLE color: 5768836.

HSL color Cylindrical-coordinate representation of color #840658: hue angle of 320.95º 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 #840658 is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB132688-
CMYK00.950.330.48
HSL320.95º91.3%27.06%-
HSV(B)320.95º95.45%51.76%-
XYZ11.345.749.74-
YUV53.02147.74184.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.41%
GREEN value IS 6 (2.73% from 255) = 2.65%
BLUE value IS 88 (34.77% from 255) = 38.94%
R=58.41%
G=2.65%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13268800.950.330.48320.9591.327.06
Hex8465805F21301415b1b
Octal20461300137416050113333
Binary10000100110101100001011111100001110000101000001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840658; }

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

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

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

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

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

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

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

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