#832D71

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

Shades of Dark Purple #832D71

Tints of Dark Purple #832D71

Color information

#832D71 (or 0x832D71) is unknown color: approx Dark Purple. HEX triplet: 83, 2D and 71. RGB value is (131,45,113). Sum of RGB (Red+Green+Blue) = 131+45+113=289 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.33% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 113 (44.53% from 255 or 39.10% from 289); Max value from RGB is 131 - color contains mainly: red. Hex color #832D71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832D71 is #7CD28E. Grayscale: #4E4E4E. Windows color (decimal): -8180367 or 7417219. OLE color: 7417219.

HSL color Cylindrical-coordinate representation of color #832D71: hue angle of 312.56º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #832D71 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB13145113-
CMYK00.660.140.49
HSL312.56º48.86%34.51%-
HSV(B)312.56º65.65%51.37%-
XYZ13.287.8916.45-
YUV78.47147.49165.47-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.33%
GREEN value IS 45 (17.97% from 255) = 15.57%
BLUE value IS 113 (44.53% from 255) = 39.10%
R=45.33%
G=15.57%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1314511300.660.140.49312.5648.8634.51
Hex832D71042E311393123
Octal20355161010216614716143
Binary100000111011011110001010000101110110001100111001110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832D71; }

 p { color: rgb(131,45,113); }

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

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

 a { background-color: rgb(131,45,113); }

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

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

 span { border-color: rgb(131,45,113); }

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