#832D70

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

Shades of Dark Purple #832D70

Tints of Dark Purple #832D70

Color information

#832D70 (or 0x832D70) is unknown color: approx Dark Purple. HEX triplet: 83, 2D and 70. RGB value is (131,45,112). Sum of RGB (Red+Green+Blue) = 131+45+112=288 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.49% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 131 - color contains mainly: red. Hex color #832D70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832D70 is #7CD28F. Grayscale: #4E4E4E. Windows color (decimal): -8180368 or 7351683. OLE color: 7351683.

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

Color convert

RGB13145112-
CMYK00.660.150.49
HSL313.26º48.86%34.51%-
HSV(B)313.26º65.65%51.37%-
XYZ13.227.8716.15-
YUV78.35146.99165.55-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.49%
GREEN value IS 45 (17.97% from 255) = 15.62%
BLUE value IS 112 (44.14% from 255) = 38.89%
R=45.49%
G=15.62%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1314511200.660.150.49313.2648.8634.51
Hex832D70042F311393123
Octal20355160010217614716143
Binary100000111011011110000010000101111110001100111001110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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