#820082

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

Shades of Purple #820082

Tints of Purple #820082

Color information

#820082 (or 0x820082) is unknown color: approx Purple. HEX triplet: 82, 00 and 82. RGB value is (130,0,130). Sum of RGB (Red+Green+Blue) = 130+0+130=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 130 (51.17% from 255 or 50% from 260); Max value from RGB is 130 - color contains mainly: red, blue. Hex color #820082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820082 is #7DFF7D. Grayscale: #353535. Windows color (decimal): -8257406 or 8519810. OLE color: 8519810.

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

Color convert

RGB1300130-
CMYK0100.49
HSL300º100%25.49%-
HSV(B)300º100%50.98%-
XYZ13.246.3621.65-
YUV53.69171.07182.43-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13001300100.4930010025.49
Hex8208206403112c6419
Octal2020202014406145414431
Binary10000010010000010011001000110001100101100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820082; }

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

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

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

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

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

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

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

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