#82016D

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

Shades of Purple #82016D

Tints of Purple #82016D

Color information

#82016D (or 0x82016D) is unknown color: approx Purple. HEX triplet: 82, 01 and 6D. RGB value is (130,1,109). Sum of RGB (Red+Green+Blue) = 130+1+109=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #82016D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82016D is #7DFE92. Grayscale: #333333. Windows color (decimal): -8257171 or 7143810. OLE color: 7143810.

HSL color Cylindrical-coordinate representation of color #82016D: hue angle of 309.77º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #82016D is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB1301109-
CMYK00.990.160.49
HSL309.77º98.47%25.69%-
HSV(B)309.77º99.23%50.98%-
XYZ11.985.8714.97-
YUV51.88160.24183.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.17%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 109 (42.97% from 255) = 45.42%
R=54.17%
G=0.42%
B=45.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130110900.990.160.49309.7798.4725.69
Hex8216D0631031136621a
Octal20211550143206146614232
Binary10000010111011010110001110000110001100110110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82016D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,1,109); }

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

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

 a { background-color: rgb(130,1,109); }

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

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

 span { border-color: rgb(130,1,109); }

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