#822171

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

Shades of Dark Purple #822171

Tints of Dark Purple #822171

Color information

#822171 (or 0x822171) is unknown color: approx Dark Purple. HEX triplet: 82, 21 and 71. RGB value is (130,33,113). Sum of RGB (Red+Green+Blue) = 130+33+113=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #822171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822171 is #7DDE8E. Grayscale: #464646. Windows color (decimal): -8248975 or 7414146. OLE color: 7414146.

HSL color Cylindrical-coordinate representation of color #822171: hue angle of 310.52º 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 #822171 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB13033113-
CMYK00.750.130.49
HSL310.52º59.51%31.96%-
HSV(B)310.52º74.62%50.98%-
XYZ12.737.0316.31-
YUV71.12151.64170-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.10%
GREEN value IS 33 (13.28% from 255) = 11.96%
BLUE value IS 113 (44.53% from 255) = 40.94%
R=47.10%
G=11.96%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1303311300.750.130.49310.5259.5131.96
Hex82217104BD311373c20
Octal20241161011315614677440
Binary100000101000011110001010010111101110001100110111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822171; }

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

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

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

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

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

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

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

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