#832465

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

Shades of Dark Purple #832465

Tints of Dark Purple #832465

Color information

#832465 (or 0x832465) is unknown color: approx Dark Purple. HEX triplet: 83, 24 and 65. RGB value is (131,36,101). Sum of RGB (Red+Green+Blue) = 131+36+101=268 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.88% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 131 - color contains mainly: red. Hex color #832465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832465 is #7CDB9A. Grayscale: #474747. Windows color (decimal): -8182683 or 6628483. OLE color: 6628483.

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

Color convert

RGB13136101-
CMYK00.730.230.49
HSL318.95º56.89%32.75%-
HSV(B)318.95º72.52%51.37%-
XYZ12.347.0313.02-
YUV71.82144.47170.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.88%
GREEN value IS 36 (14.45% from 255) = 13.43%
BLUE value IS 101 (39.84% from 255) = 37.69%
R=48.88%
G=13.43%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1313610100.730.230.49318.9556.8932.75
Hex832465049173113f3921
Octal20344145011127614777141
Binary1000001110010011001010100100110111110001100111111111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832465; }

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

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

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

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

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

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

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

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