#831171

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

Shades of Dark Purple #831171

Tints of Dark Purple #831171

Color information

#831171 (or 0x831171) is unknown color: approx Dark Purple. HEX triplet: 83, 11 and 71. RGB value is (131,17,113). Sum of RGB (Red+Green+Blue) = 131+17+113=261 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.19% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 131 - color contains mainly: red. Hex color #831171 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831171 is #7CEE8E. Grayscale: #3D3D3D. Windows color (decimal): -8187535 or 7410051. OLE color: 7410051.

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

Color convert

RGB13117113-
CMYK00.870.140.49
HSL309.47º77.03%29.02%-
HSV(B)309.47º87.02%51.37%-
XYZ12.546.4216.2-
YUV62.03156.77177.19-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50.19%
GREEN value IS 17 (7.03% from 255) = 6.51%
BLUE value IS 113 (44.53% from 255) = 43.30%
R=50.19%
G=6.51%
B=43.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311711300.870.140.49309.4777.0329.02
Hex831171057E311354d1d
Octal203211610127166146511535
Binary10000011100011110001010101111110110001100110101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831171; }

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

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

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

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

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

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

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

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