#832464

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

Shades of Dark Purple #832464

Tints of Dark Purple #832464

Color information

#832464 (or 0x832464) is unknown color: approx Dark Purple. HEX triplet: 83, 24 and 64. RGB value is (131,36,100). Sum of RGB (Red+Green+Blue) = 131+36+100=267 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.06% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 131 - color contains mainly: red. Hex color #832464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832464 is #7CDB9B. Grayscale: #474747. Windows color (decimal): -8182684 or 6562947. OLE color: 6562947.

HSL color Cylindrical-coordinate representation of color #832464: hue angle of 319.58º degrees, saturation: 0.57, 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 #832464 is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB13136100-
CMYK00.730.240.49
HSL319.58º56.89%32.75%-
HSV(B)319.58º72.52%51.37%-
XYZ12.297.0112.76-
YUV71.7143.97170.3-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.06%
GREEN value IS 36 (14.45% from 255) = 13.48%
BLUE value IS 100 (39.45% from 255) = 37.45%
R=49.06%
G=13.48%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1313610000.730.240.49319.5856.8932.75
Hex83246404918311403921
Octal20344144011130615007141
Binary1000001110010011001000100100111000110001101000000111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832464; }

 p { color: rgb(131,36,100); }

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

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

 a { background-color: rgb(131,36,100); }

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

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

 span { border-color: rgb(131,36,100); }

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