#821572

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

Shades of Dark Purple #821572

Tints of Dark Purple #821572

Color information

#821572 (or 0x821572) is unknown color: approx Dark Purple. HEX triplet: 82, 15 and 72. RGB value is (130,21,114). Sum of RGB (Red+Green+Blue) = 130+21+114=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 130 - color contains mainly: red. Hex color #821572 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821572 is #7DEA8D. Grayscale: #3F3F3F. Windows color (decimal): -8252046 or 7476610. OLE color: 7476610.

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

Color convert

RGB13021114-
CMYK00.840.120.49
HSL308.81º72.19%29.61%-
HSV(B)308.81º83.85%50.98%-
XYZ12.516.516.51-
YUV64.19156.11174.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.06%
GREEN value IS 21 (8.59% from 255) = 7.92%
BLUE value IS 114 (44.92% from 255) = 43.02%
R=49.06%
G=7.92%
B=43.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1302111400.840.120.49308.8172.1929.61
Hex821572054C31135481e
Octal202251620124146146511036
Binary10000010101011110010010101001100110001100110101100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821572; }

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

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

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

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

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

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

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

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