#832B70

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

Shades of Dark Purple #832B70

Tints of Dark Purple #832B70

Color information

#832B70 (or 0x832B70) is unknown color: approx Dark Purple. HEX triplet: 83, 2B and 70. RGB value is (131,43,112). Sum of RGB (Red+Green+Blue) = 131+43+112=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 43 (17.19% from 255 or 15.03% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 131 - color contains mainly: red. Hex color #832B70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832B70 is #7CD48F. Grayscale: #4C4C4C. Windows color (decimal): -8180880 or 7351171. OLE color: 7351171.

HSL color Cylindrical-coordinate representation of color #832B70: hue angle of 312.95º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #832B70 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB13143112-
CMYK00.670.150.49
HSL312.95º50.57%34.12%-
HSV(B)312.95º67.18%51.37%-
XYZ13.157.7216.13-
YUV77.18147.65166.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.80%
GREEN value IS 43 (17.19% from 255) = 15.03%
BLUE value IS 112 (44.14% from 255) = 39.16%
R=45.80%
G=15.03%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1314311200.670.150.49312.9550.5734.12
Hex832B70043F311393322
Octal20353160010317614716342
Binary100000111010111110000010000111111110001100111001110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832B70; }

 p { color: rgb(131,43,112); }

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

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

 a { background-color: rgb(131,43,112); }

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

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

 span { border-color: rgb(131,43,112); }

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