#821561

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

Shades of Dark Purple #821561

Tints of Dark Purple #821561

Color information

#821561 (or 0x821561) is unknown color: approx Dark Purple. HEX triplet: 82, 15 and 61. RGB value is (130,21,97). Sum of RGB (Red+Green+Blue) = 130+21+97=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #821561 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821561 is #7DEA9E. Grayscale: #3E3E3E. Windows color (decimal): -8252063 or 6362498. OLE color: 6362498.

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

Color convert

RGB1302197-
CMYK00.840.250.49
HSL318.17º72.19%29.61%-
HSV(B)318.17º83.85%50.98%-
XYZ11.636.1511.88-
YUV62.26147.61176.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.42%
GREEN value IS 21 (8.59% from 255) = 8.47%
BLUE value IS 97 (38.28% from 255) = 39.11%
R=52.42%
G=8.47%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130219700.840.250.49318.1772.1929.61
Hex821561054193113e481e
Octal202251410124316147611036
Binary100000101010111000010101010011001110001100111110100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821561; }

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

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

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

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

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

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

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

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