#82006F

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

Shades of Purple #82006F

Tints of Purple #82006F

Color information

#82006F (or 0x82006F) is unknown color: approx Purple. HEX triplet: 82, 00 and 6F. RGB value is (130,0,111). Sum of RGB (Red+Green+Blue) = 130+0+111=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 111 (43.75% from 255 or 46.06% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #82006F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82006F is #7DFF90. Grayscale: #333333. Windows color (decimal): -8257425 or 7274626. OLE color: 7274626.

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

Color convert

RGB1300111-
CMYK010.150.49
HSL308.77º100%25.49%-
HSV(B)308.77º100%50.98%-
XYZ12.085.8915.54-
YUV51.52161.57183.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 111 (43.75% from 255) = 46.06%
R=53.94%
G=0%
B=46.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1300111010.150.49308.7710025.49
Hex8206F064F311356419
Octal20201570144176146514431
Binary1000001001101111011001001111110001100110101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82006F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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