#821577

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

Shades of Dark Purple #821577

Tints of Dark Purple #821577

Color information

#821577 (or 0x821577) is unknown color: approx Dark Purple. HEX triplet: 82, 15 and 77. RGB value is (130,21,119). Sum of RGB (Red+Green+Blue) = 130+21+119=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #821577 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821577 is #7DEA88. Grayscale: #404040. Windows color (decimal): -8252041 or 7804290. OLE color: 7804290.

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

Color convert

RGB13021119-
CMYK00.840.080.49
HSL306.06º72.19%29.61%-
HSV(B)306.06º83.85%50.98%-
XYZ12.86.6118.05-
YUV64.76158.61174.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.15%
GREEN value IS 21 (8.59% from 255) = 7.78%
BLUE value IS 119 (46.88% from 255) = 44.07%
R=48.15%
G=7.78%
B=44.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1302111900.840.080.49306.0672.1929.61
Hex821577054831132481e
Octal202251670124106146211036
Binary10000010101011110111010101001000110001100110010100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821577; }

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

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

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

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

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

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

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

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