#821680

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

Shades of Dark Purple #821680

Tints of Dark Purple #821680

Color information

#821680 (or 0x821680) is unknown color: approx Dark Purple. HEX triplet: 82, 16 and 80. RGB value is (130,22,128). Sum of RGB (Red+Green+Blue) = 130+22+128=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #821680 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821680 is #7DE97F. Grayscale: #424242. Windows color (decimal): -8251776 or 8394370. OLE color: 8394370.

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

Color convert

RGB13022128-
CMYK00.830.020.49
HSL301.11º71.05%29.8%-
HSV(B)301.11º83.08%50.98%-
XYZ13.396.8821.04-
YUV66.38162.78173.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.43%
GREEN value IS 22 (8.98% from 255) = 7.86%
BLUE value IS 128 (50.39% from 255) = 45.71%
R=46.43%
G=7.86%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1302212800.830.020.49301.1171.0529.8
Hex82168005323112d471e
Octal20226200012326145510736
Binary1000001010110100000000101001110110001100101101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821680; }

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

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

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

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

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

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

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

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