#832376

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

Shades of Dark Purple #832376

Tints of Dark Purple #832376

Color information

#832376 (or 0x832376) is unknown color: approx Dark Purple. HEX triplet: 83, 23 and 76. RGB value is (131,35,118). Sum of RGB (Red+Green+Blue) = 131+35+118=284 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.13% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 131 - color contains mainly: red. Hex color #832376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832376 is #7CDC89. Grayscale: #484848. Windows color (decimal): -8182922 or 7742339. OLE color: 7742339.

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

Color convert

RGB13135118-
CMYK00.730.100.49
HSL308.12º57.83%32.55%-
HSV(B)308.12º73.28%51.37%-
XYZ13.237.3417.86-
YUV73.17153.3169.25-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.13%
GREEN value IS 35 (14.06% from 255) = 12.32%
BLUE value IS 118 (46.48% from 255) = 41.55%
R=46.13%
G=12.32%
B=41.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1313511800.730.100.49308.1257.8332.55
Hex832376049A311343a21
Octal20343166011112614647241
Binary100000111000111110110010010011010110001100110100111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832376; }

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

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

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

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

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

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

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

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