#82007E

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

Shades of Purple #82007E

Tints of Purple #82007E

Color information

#82007E (or 0x82007E) is unknown color: approx Purple. HEX triplet: 82, 00 and 7E. RGB value is (130,0,126). Sum of RGB (Red+Green+Blue) = 130+0+126=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 126 (49.61% from 255 or 49.22% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #82007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82007E is #7DFF81. Grayscale: #343434. Windows color (decimal): -8257410 or 8257666. OLE color: 8257666.

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

Color convert

RGB1300126-
CMYK010.030.49
HSL301.85º100%25.49%-
HSV(B)301.85º100%50.98%-
XYZ12.976.2520.26-
YUV53.23169.07182.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 126 (49.61% from 255) = 49.22%
R=50.78%
G=0%
B=49.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1300126010.030.49301.8510025.49
Hex8207E06433112e6419
Octal2020176014436145614431
Binary10000010011111100110010011110001100101110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82007E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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