#82006E

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

Shades of Purple #82006E

Tints of Purple #82006E

Color information

#82006E (or 0x82006E) is unknown color: approx Purple. HEX triplet: 82, 00 and 6E. RGB value is (130,0,110). Sum of RGB (Red+Green+Blue) = 130+0+110=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 110 (43.36% from 255 or 45.83% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #82006E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82006E is #7DFF91. Grayscale: #333333. Windows color (decimal): -8257426 or 7209090. OLE color: 7209090.

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

Color convert

RGB1300110-
CMYK010.150.49
HSL309.23º100%25.49%-
HSV(B)309.23º100%50.98%-
XYZ12.025.8715.25-
YUV51.41161.07184.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 110 (43.36% from 255) = 45.83%
R=54.17%
G=0%
B=45.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1300110010.150.49309.2310025.49
Hex8206E064F311356419
Octal20201560144176146514431
Binary1000001001101110011001001111110001100110101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82006E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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