#832364

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

Shades of Dark Purple #832364

Tints of Dark Purple #832364

Color information

#832364 (or 0x832364) is unknown color: approx Dark Purple. HEX triplet: 83, 23 and 64. RGB value is (131,35,100). Sum of RGB (Red+Green+Blue) = 131+35+100=266 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.25% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 100 (39.45% from 255 or 37.59% from 266); Max value from RGB is 131 - color contains mainly: red. Hex color #832364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832364 is #7CDC9B. Grayscale: #464646. Windows color (decimal): -8182940 or 6562691. OLE color: 6562691.

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

Color convert

RGB13135100-
CMYK00.730.240.49
HSL319.38º57.83%32.55%-
HSV(B)319.38º73.28%51.37%-
XYZ12.266.9512.75-
YUV71.11144.3170.71-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.25%
GREEN value IS 35 (14.06% from 255) = 13.16%
BLUE value IS 100 (39.45% from 255) = 37.59%
R=49.25%
G=13.16%
B=37.59%

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
Decimal1313510000.730.240.49319.3857.8332.55
Hex832364049183113f3a21
Octal20343144011130614777241
Binary1000001110001111001000100100111000110001100111111111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832364; }

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

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

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

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

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

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

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

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