#820080

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

Shades of Purple #820080

Tints of Purple #820080

Color information

#820080 (or 0x820080) is unknown color: approx Purple. HEX triplet: 82, 00 and 80. RGB value is (130,0,128). Sum of RGB (Red+Green+Blue) = 130+0+128=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 128 (50.39% from 255 or 49.61% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #820080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820080 is #7DFF7F. Grayscale: #353535. Windows color (decimal): -8257408 or 8388738. OLE color: 8388738.

HSL color Cylindrical-coordinate representation of color #820080: hue angle of 300.92º 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 #820080 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB1300128-
CMYK010.020.49
HSL300.92º100%25.49%-
HSV(B)300.92º100%50.98%-
XYZ13.16.320.95-
YUV53.46170.07182.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.39%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 128 (50.39% from 255) = 49.61%
R=50.39%
G=0%
B=49.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1300128010.020.49300.9210025.49
Hex8208006423112d6419
Octal2020200014426145514431
Binary100000100100000000110010010110001100101101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820080; }

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

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

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

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

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

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

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

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