#831F76

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

Shades of Dark Purple #831F76

Tints of Dark Purple #831F76

Color information

#831F76 (or 0x831F76) is unknown color: approx Dark Purple. HEX triplet: 83, 1F and 76. RGB value is (131,31,118). Sum of RGB (Red+Green+Blue) = 131+31+118=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 31 (12.5% from 255 or 11.07% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 131 - color contains mainly: red. Hex color #831F76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #831F76 is #7CE089. Grayscale: #464646. Windows color (decimal): -8183946 or 7741315. OLE color: 7741315.

HSL color Cylindrical-coordinate representation of color #831F76: hue angle of 307.8º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #831F76 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB13131118-
CMYK00.760.100.49
HSL307.8º61.73%31.76%-
HSV(B)307.8º76.34%51.37%-
XYZ13.127.1117.82-
YUV70.82154.63170.93-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.79%
GREEN value IS 31 (12.5% from 255) = 11.07%
BLUE value IS 118 (46.48% from 255) = 42.14%
R=46.79%
G=11.07%
B=42.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1313111800.760.100.49307.861.7331.76
Hex831F7604CA311343e20
Octal20337166011412614647640
Binary10000011111111110110010011001010110001100110100111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831F76; }

 p { color: rgb(131,31,118); }

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

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

 a { background-color: rgb(131,31,118); }

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

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

 span { border-color: rgb(131,31,118); }

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