#821871

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

Shades of Dark Purple #821871

Tints of Dark Purple #821871

Color information

#821871 (or 0x821871) is unknown color: approx Dark Purple. HEX triplet: 82, 18 and 71. RGB value is (130,24,113). Sum of RGB (Red+Green+Blue) = 130+24+113=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #821871 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821871 is #7DE78E. Grayscale: #414141. Windows color (decimal): -8251279 or 7411842. OLE color: 7411842.

HSL color Cylindrical-coordinate representation of color #821871: hue angle of 309.62º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #821871 is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB13024113-
CMYK00.820.130.49
HSL309.62º68.83%30.2%-
HSV(B)309.62º81.54%50.98%-
XYZ12.516.5916.24-
YUV65.84154.62173.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.69%
GREEN value IS 24 (9.77% from 255) = 8.99%
BLUE value IS 113 (44.53% from 255) = 42.32%
R=48.69%
G=8.99%
B=42.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1302411300.820.130.49309.6268.8330.2
Hex821871052D31136451e
Octal202301610122156146610536
Binary10000010110001110001010100101101110001100110110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821871; }

 p { color: rgb(130,24,113); }

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

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

 a { background-color: rgb(130,24,113); }

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

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

 span { border-color: rgb(130,24,113); }

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