#82006C

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

Shades of Purple #82006C

Tints of Purple #82006C

Color information

#82006C (or 0x82006C) is unknown color: approx Purple. HEX triplet: 82, 00 and 6C. RGB value is (130,0,108). Sum of RGB (Red+Green+Blue) = 130+0+108=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #82006C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82006C is #7DFF93. Grayscale: #323232. Windows color (decimal): -8257428 or 7078018. OLE color: 7078018.

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

Color convert

RGB1300108-
CMYK010.170.49
HSL310.15º100%25.49%-
HSV(B)310.15º100%50.98%-
XYZ11.915.8314.68-
YUV51.18160.07184.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 108 (42.58% from 255) = 45.38%
R=54.62%
G=0%
B=45.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1300108010.170.49310.1510025.49
Hex8206C06411311366419
Octal20201540144216146614431
Binary10000010011011000110010010001110001100110110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82006C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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