#82216B

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

Shades of Dark Purple #82216B

Tints of Dark Purple #82216B

Color information

#82216B (or 0x82216B) is unknown color: approx Dark Purple. HEX triplet: 82, 21 and 6B. RGB value is (130,33,107). Sum of RGB (Red+Green+Blue) = 130+33+107=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #82216B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82216B is #7DDE94. Grayscale: #464646. Windows color (decimal): -8248981 or 7020930. OLE color: 7020930.

HSL color Cylindrical-coordinate representation of color #82216B: hue angle of 314.23º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #82216B is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB13033107-
CMYK00.750.180.49
HSL314.23º59.51%31.96%-
HSV(B)314.23º74.62%50.98%-
XYZ12.46.914.59-
YUV70.44148.64170.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.15%
GREEN value IS 33 (13.28% from 255) = 12.22%
BLUE value IS 107 (42.19% from 255) = 39.63%
R=48.15%
G=12.22%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1303310700.750.180.49314.2359.5131.96
Hex82216B04B123113a3c20
Octal20241153011322614727440
Binary1000001010000111010110100101110010110001100111010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82216B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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