#831782

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

Shades of Dark Purple #831782

Tints of Dark Purple #831782

Color information

#831782 (or 0x831782) is unknown color: approx Dark Purple. HEX triplet: 83, 17 and 82. RGB value is (131,23,130). Sum of RGB (Red+Green+Blue) = 131+23+130=284 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.13% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 131 - color contains mainly: red. Hex color #831782 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831782 is #7CE87D. Grayscale: #434343. Windows color (decimal): -8185982 or 8525699. OLE color: 8525699.

HSL color Cylindrical-coordinate representation of color #831782: hue angle of 300.56º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #831782 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB13123130-
CMYK00.820.010.49
HSL300.56º70.13%30.2%-
HSV(B)300.56º82.44%51.37%-
XYZ13.77.0521.76-
YUV67.49163.28173.3-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.13%
GREEN value IS 23 (9.38% from 255) = 8.10%
BLUE value IS 130 (51.17% from 255) = 45.77%
R=46.13%
G=8.10%
B=45.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1312313000.820.010.49300.5670.1330.2
Hex83178205213112d461e
Octal20327202012216145510636
Binary100000111011110000010010100101110001100101101100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831782; }

 p { color: rgb(131,23,130); }

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

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

 a { background-color: rgb(131,23,130); }

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

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

 span { border-color: rgb(131,23,130); }

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