#832B72

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

Shades of Dark Purple #832B72

Tints of Dark Purple #832B72

Color information

#832B72 (or 0x832B72) is unknown color: approx Dark Purple. HEX triplet: 83, 2B and 72. RGB value is (131,43,114). Sum of RGB (Red+Green+Blue) = 131+43+114=288 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.49% from 288); Green value is 43 (17.19% from 255 or 14.93% from 288); Blue value is 114 (44.92% from 255 or 39.58% from 288); Max value from RGB is 131 - color contains mainly: red. Hex color #832B72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832B72 is #7CD48D. Grayscale: #4D4D4D. Windows color (decimal): -8180878 or 7482243. OLE color: 7482243.

HSL color Cylindrical-coordinate representation of color #832B72: hue angle of 311.59º 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 #832B72 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB13143114-
CMYK00.670.130.49
HSL311.59º50.57%34.12%-
HSV(B)311.59º67.18%51.37%-
XYZ13.267.7716.72-
YUV77.41148.65166.23-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.49%
GREEN value IS 43 (17.19% from 255) = 14.93%
BLUE value IS 114 (44.92% from 255) = 39.58%
R=45.49%
G=14.93%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1314311400.670.130.49311.5950.5734.12
Hex832B72043D311383322
Octal20353162010315614706342
Binary100000111010111110010010000111101110001100111000110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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