#821578

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

Shades of Dark Purple #821578

Tints of Dark Purple #821578

Color information

#821578 (or 0x821578) is unknown color: approx Dark Purple. HEX triplet: 82, 15 and 78. RGB value is (130,21,120). Sum of RGB (Red+Green+Blue) = 130+21+120=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #821578 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821578 is #7DEA87. Grayscale: #404040. Windows color (decimal): -8252040 or 7869826. OLE color: 7869826.

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

Color convert

RGB13021120-
CMYK00.840.080.49
HSL305.5º72.19%29.61%-
HSV(B)305.5º83.85%50.98%-
XYZ12.866.6418.37-
YUV64.88159.11174.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.97%
GREEN value IS 21 (8.59% from 255) = 7.75%
BLUE value IS 120 (47.27% from 255) = 44.28%
R=47.97%
G=7.75%
B=44.28%

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
Decimal1302112000.840.080.49305.572.1929.61
Hex821578054831132481e
Octal202251700124106146211036
Binary10000010101011111000010101001000110001100110010100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821578; }

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

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

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

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

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

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

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

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