#822481

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

Shades of Dark Purple #822481

Tints of Dark Purple #822481

Color information

#822481 (or 0x822481) is unknown color: approx Dark Purple. HEX triplet: 82, 24 and 81. RGB value is (130,36,129). Sum of RGB (Red+Green+Blue) = 130+36+129=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #822481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822481 is #7DDB7E. Grayscale: #4A4A4A. Windows color (decimal): -8248191 or 8463490. OLE color: 8463490.

HSL color Cylindrical-coordinate representation of color #822481: hue angle of 300.64º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #822481 is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB13036129-
CMYK00.720.010.49
HSL300.64º56.63%32.55%-
HSV(B)300.64º72.31%50.98%-
XYZ13.87.5921.51-
YUV74.71158.64167.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.07%
GREEN value IS 36 (14.45% from 255) = 12.20%
BLUE value IS 129 (50.78% from 255) = 43.73%
R=44.07%
G=12.20%
B=43.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1303612900.720.010.49300.6456.6332.55
Hex82248104813112d3921
Octal2024420101101614557141
Binary1000001010010010000001010010001110001100101101111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822481; }

 p { color: rgb(130,36,129); }

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

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

 a { background-color: rgb(130,36,129); }

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

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

 span { border-color: rgb(130,36,129); }

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