#820064

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

Shades of Eggplant #820064

Tints of Eggplant #820064

Color information

#820064 (or 0x820064) is unknown color: approx Eggplant. HEX triplet: 82, 00 and 64. RGB value is (130,0,100). Sum of RGB (Red+Green+Blue) = 130+0+100=230 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.52% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 100 (39.45% from 255 or 43.48% from 230); Max value from RGB is 130 - color contains mainly: red. Hex color #820064 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820064 is #7DFF9B. Grayscale: #323232. Windows color (decimal): -8257436 or 6553730. OLE color: 6553730.

HSL color Cylindrical-coordinate representation of color #820064: hue angle of 313.85º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #820064 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB1300100-
CMYK010.230.49
HSL313.85º100%25.49%-
HSV(B)313.85º100%50.98%-
XYZ11.515.6712.54-
YUV50.27156.07184.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 100 (39.45% from 255) = 43.48%
R=56.52%
G=0%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1300100010.230.49313.8510025.49
Hex82064064173113a6419
Octal20201440144276147214431
Binary10000010011001000110010010111110001100111010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820064; }

 p { color: rgb(130,0,100); }

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

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

 a { background-color: rgb(130,0,100); }

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

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

 span { border-color: rgb(130,0,100); }

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