#82016B

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

Shades of Purple #82016B

Tints of Purple #82016B

Color information

#82016B (or 0x82016B) is unknown color: approx Purple. HEX triplet: 82, 01 and 6B. RGB value is (130,1,107). Sum of RGB (Red+Green+Blue) = 130+1+107=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #82016B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82016B is #7DFE94. Grayscale: #333333. Windows color (decimal): -8257173 or 7012738. OLE color: 7012738.

HSL color Cylindrical-coordinate representation of color #82016B: hue angle of 310.7º 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 #82016B is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB1301107-
CMYK00.990.180.49
HSL310.7º98.47%25.69%-
HSV(B)310.7º99.23%50.98%-
XYZ11.875.8314.41-
YUV51.66159.24183.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.62%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 107 (42.19% from 255) = 44.96%
R=54.62%
G=0.42%
B=44.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130110700.990.180.49310.798.4725.69
Hex8216B0631231137621a
Octal20211530143226146714232
Binary10000010111010110110001110010110001100110111110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82016B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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