#832782

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

Shades of Dark Purple #832782

Tints of Dark Purple #832782

Color information

#832782 (or 0x832782) is unknown color: approx Dark Purple. HEX triplet: 83, 27 and 82. RGB value is (131,39,130). Sum of RGB (Red+Green+Blue) = 131+39+130=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 131 - color contains mainly: red. Hex color #832782 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832782 is #7CD87D. Grayscale: #4C4C4C. Windows color (decimal): -8181886 or 8529795. OLE color: 8529795.

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

Color convert

RGB13139130-
CMYK00.700.010.49
HSL300.65º54.12%33.33%-
HSV(B)300.65º70.23%51.37%-
XYZ14.117.8921.9-
YUV76.88157.98166.6-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.67%
GREEN value IS 39 (15.62% from 255) = 13%
BLUE value IS 130 (51.17% from 255) = 43.33%
R=43.67%
G=13%
B=43.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1313913000.700.010.49300.6554.1233.33
Hex83278204613112d3621
Octal2034720201061614556641
Binary1000001110011110000010010001101110001100101101110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832782; }

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

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

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

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

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

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

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

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