#832176

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

Shades of Dark Purple #832176

Tints of Dark Purple #832176

Color information

#832176 (or 0x832176) is unknown color: approx Dark Purple. HEX triplet: 83, 21 and 76. RGB value is (131,33,118). Sum of RGB (Red+Green+Blue) = 131+33+118=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 131 - color contains mainly: red. Hex color #832176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832176 is #7CDE89. Grayscale: #474747. Windows color (decimal): -8183434 or 7741827. OLE color: 7741827.

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

Color convert

RGB13133118-
CMYK00.750.100.49
HSL307.96º59.76%32.16%-
HSV(B)307.96º74.81%51.37%-
XYZ13.177.2217.84-
YUV71.99153.97170.09-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.45%
GREEN value IS 33 (13.28% from 255) = 11.70%
BLUE value IS 118 (46.48% from 255) = 41.84%
R=46.45%
G=11.70%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1313311800.750.100.49307.9659.7632.16
Hex83217604BA311343c20
Octal20341166011312614647440
Binary100000111000011110110010010111010110001100110100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832176; }

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

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

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

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

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

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

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

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