#82007D

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

Shades of Purple #82007D

Tints of Purple #82007D

Color information

#82007D (or 0x82007D) is unknown color: approx Purple. HEX triplet: 82, 00 and 7D. RGB value is (130,0,125). Sum of RGB (Red+Green+Blue) = 130+0+125=255 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.98% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 130 - color contains mainly: red. Hex color #82007D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82007D is #7DFF82. Grayscale: #343434. Windows color (decimal): -8257411 or 8192130. OLE color: 8192130.

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

Color convert

RGB1300125-
CMYK010.040.49
HSL302.31º100%25.49%-
HSV(B)302.31º100%50.98%-
XYZ12.916.2319.92-
YUV53.12168.57182.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 125 (49.22% from 255) = 49.02%
R=50.98%
G=0%
B=49.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1300125010.040.49302.3110025.49
Hex8207D06443112e6419
Octal2020175014446145614431
Binary100000100111110101100100100110001100101110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82007D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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