#82007F

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

Shades of Purple #82007F

Tints of Purple #82007F

Color information

#82007F (or 0x82007F) is unknown color: approx Purple. HEX triplet: 82, 00 and 7F. RGB value is (130,0,127). Sum of RGB (Red+Green+Blue) = 130+0+127=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 127 (50% from 255 or 49.42% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #82007F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82007F is #7DFF80. Grayscale: #343434. Windows color (decimal): -8257409 or 8323202. OLE color: 8323202.

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

Color convert

RGB1300127-
CMYK010.020.49
HSL301.38º100%25.49%-
HSV(B)301.38º100%50.98%-
XYZ13.046.2820.6-
YUV53.35169.57182.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1300127010.020.49301.3810025.49
Hex8207F06423112d6419
Octal2020177014426145514431
Binary10000010011111110110010010110001100101101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82007F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82007F; }

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

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

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

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

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

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

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

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