#821682

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

Shades of Dark Purple #821682

Tints of Dark Purple #821682

Color information

#821682 (or 0x821682) is unknown color: approx Dark Purple. HEX triplet: 82, 16 and 82. RGB value is (130,22,130). Sum of RGB (Red+Green+Blue) = 130+22+130=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 130 - color contains mainly: red, blue. Hex color #821682 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821682 is #7DE97D. Grayscale: #424242. Windows color (decimal): -8251774 or 8525442. OLE color: 8525442.

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

Color convert

RGB13022130-
CMYK00.8300.49
HSL300º71.05%29.8%-
HSV(B)300º83.08%50.98%-
XYZ13.526.9321.74-
YUV66.6163.78173.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.10%
GREEN value IS 22 (8.98% from 255) = 7.80%
BLUE value IS 130 (51.17% from 255) = 46.10%
R=46.10%
G=7.80%
B=46.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1302213000.8300.4930071.0529.8
Hex82168205303112c471e
Octal20226202012306145410736
Binary100000101011010000010010100110110001100101100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821682; }

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

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

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

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

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

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

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

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