#832C6D

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

Shades of Dark Purple #832C6D

Tints of Dark Purple #832C6D

Color information

#832C6D (or 0x832C6D) is unknown color: approx Dark Purple. HEX triplet: 83, 2C and 6D. RGB value is (131,44,109). Sum of RGB (Red+Green+Blue) = 131+44+109=284 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.13% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 131 - color contains mainly: red. Hex color #832C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832C6D is #7CD392. Grayscale: #4D4D4D. Windows color (decimal): -8180627 or 7154819. OLE color: 7154819.

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

Color convert

RGB13144109-
CMYK00.660.170.49
HSL315.17º49.71%34.31%-
HSV(B)315.17º66.41%51.37%-
XYZ13.027.7315.27-
YUV77.42145.82166.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.13%
GREEN value IS 44 (17.58% from 255) = 15.49%
BLUE value IS 109 (42.97% from 255) = 38.38%
R=46.13%
G=15.49%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1314410900.660.170.49315.1749.7134.31
Hex832C6D042113113b3222
Octal20354155010221614736242
Binary1000001110110011011010100001010001110001100111011110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,44,109); }

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

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

 a { background-color: rgb(131,44,109); }

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

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

 span { border-color: rgb(131,44,109); }

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