#831F75

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

Shades of Dark Purple #831F75

Tints of Dark Purple #831F75

Color information

#831F75 (or 0x831F75) is unknown color: approx Dark Purple. HEX triplet: 83, 1F and 75. RGB value is (131,31,117). Sum of RGB (Red+Green+Blue) = 131+31+117=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #831F75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #831F75 is #7CE08A. Grayscale: #464646. Windows color (decimal): -8183947 or 7675779. OLE color: 7675779.

HSL color Cylindrical-coordinate representation of color #831F75: hue angle of 308.4º 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 #831F75 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB13131117-
CMYK00.760.110.49
HSL308.4º61.73%31.76%-
HSV(B)308.4º76.34%51.37%-
XYZ13.067.0917.51-
YUV70.7154.13171.01-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.95%
GREEN value IS 31 (12.5% from 255) = 11.11%
BLUE value IS 117 (46.09% from 255) = 41.94%
R=46.95%
G=11.11%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1313111700.760.110.49308.461.7331.76
Hex831F7504CB311343e20
Octal20337165011413614647640
Binary10000011111111110101010011001011110001100110100111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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