#831271

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

Shades of Dark Purple #831271

Tints of Dark Purple #831271

Color information

#831271 (or 0x831271) is unknown color: approx Dark Purple. HEX triplet: 83, 12 and 71. RGB value is (131,18,113). Sum of RGB (Red+Green+Blue) = 131+18+113=262 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 131 - color contains mainly: red. Hex color #831271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831271 is #7CED8E. Grayscale: #3E3E3E. Windows color (decimal): -8187279 or 7410307. OLE color: 7410307.

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

Color convert

RGB13118113-
CMYK00.860.140.49
HSL309.56º75.84%29.22%-
HSV(B)309.56º86.26%51.37%-
XYZ12.566.4516.21-
YUV62.62156.44176.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50%
GREEN value IS 18 (7.42% from 255) = 6.87%
BLUE value IS 113 (44.53% from 255) = 43.13%
R=50%
G=6.87%
B=43.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311811300.860.140.49309.5675.8429.22
Hex831271056E311364c1d
Octal203221610126166146611435
Binary10000011100101110001010101101110110001100110110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831271; }

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

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

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

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

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

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

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

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