#821661

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

Shades of Dark Purple #821661

Tints of Dark Purple #821661

Color information

#821661 (or 0x821661) is unknown color: approx Dark Purple. HEX triplet: 82, 16 and 61. RGB value is (130,22,97). Sum of RGB (Red+Green+Blue) = 130+22+97=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #821661 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821661 is #7DE99E. Grayscale: #3E3E3E. Windows color (decimal): -8251807 or 6362754. OLE color: 6362754.

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

Color convert

RGB1302297-
CMYK00.830.250.49
HSL318.33º71.05%29.8%-
HSV(B)318.33º83.08%50.98%-
XYZ11.656.1811.89-
YUV62.84147.28175.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.21%
GREEN value IS 22 (8.98% from 255) = 8.84%
BLUE value IS 97 (38.28% from 255) = 38.96%
R=52.21%
G=8.84%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130229700.830.250.49318.3371.0529.8
Hex821661053193113e471e
Octal202261410123316147610736
Binary100000101011011000010101001111001110001100111110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821661; }

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

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

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

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

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

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

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

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