#821580

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

Shades of Dark Purple #821580

Tints of Dark Purple #821580

Color information

#821580 (or 0x821580) is unknown color: approx Dark Purple. HEX triplet: 82, 15 and 80. RGB value is (130,21,128). Sum of RGB (Red+Green+Blue) = 130+21+128=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 128 (50.39% from 255 or 45.88% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #821580 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821580 is #7DEA7F. Grayscale: #414141. Windows color (decimal): -8252032 or 8394114. OLE color: 8394114.

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

Color convert

RGB13021128-
CMYK00.840.020.49
HSL301.1º72.19%29.61%-
HSV(B)301.1º83.85%50.98%-
XYZ13.376.8421.04-
YUV65.79163.11173.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.59%
GREEN value IS 21 (8.59% from 255) = 7.53%
BLUE value IS 128 (50.39% from 255) = 45.88%
R=46.59%
G=7.53%
B=45.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1302112800.840.020.49301.172.1929.61
Hex82158005423112d481e
Octal20225200012426145511036
Binary1000001010101100000000101010010110001100101101100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821580; }

 p { color: rgb(130,21,128); }

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

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

 a { background-color: rgb(130,21,128); }

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

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

 span { border-color: rgb(130,21,128); }

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