#832D6C

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

Shades of Dark Purple #832D6C

Tints of Dark Purple #832D6C

Color information

#832D6C (or 0x832D6C) is unknown color: approx Dark Purple. HEX triplet: 83, 2D and 6C. RGB value is (131,45,108). Sum of RGB (Red+Green+Blue) = 131+45+108=284 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.13% from 284); Green value is 45 (17.97% from 255 or 15.85% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 131 - color contains mainly: red. Hex color #832D6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832D6C is #7CD293. Grayscale: #4D4D4D. Windows color (decimal): -8180372 or 7089539. OLE color: 7089539.

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

Color convert

RGB13145108-
CMYK00.660.180.49
HSL316.05º48.86%34.51%-
HSV(B)316.05º65.65%51.37%-
XYZ13.017.7815-
YUV77.9144.99165.88-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.13%
GREEN value IS 45 (17.97% from 255) = 15.85%
BLUE value IS 108 (42.58% from 255) = 38.03%
R=46.13%
G=15.85%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1314510800.660.180.49316.0548.8634.51
Hex832D6C042123113c3123
Octal20355154010222614746143
Binary1000001110110111011000100001010010110001100111100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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