#832D6F

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

Shades of Dark Purple #832D6F

Tints of Dark Purple #832D6F

Color information

#832D6F (or 0x832D6F) is unknown color: approx Dark Purple. HEX triplet: 83, 2D and 6F. RGB value is (131,45,111). Sum of RGB (Red+Green+Blue) = 131+45+111=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 131 - color contains mainly: red. Hex color #832D6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832D6F is #7CD290. Grayscale: #4E4E4E. Windows color (decimal): -8180369 or 7286147. OLE color: 7286147.

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

Color convert

RGB13145111-
CMYK00.660.150.49
HSL313.95º48.86%34.51%-
HSV(B)313.95º65.65%51.37%-
XYZ13.177.8515.86-
YUV78.24146.49165.63-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.64%
GREEN value IS 45 (17.97% from 255) = 15.68%
BLUE value IS 111 (43.75% from 255) = 38.68%
R=45.64%
G=15.68%
B=38.68%

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
Decimal1314511100.660.150.49313.9548.8634.51
Hex832D6F042F3113a3123
Octal20355157010217614726143
Binary100000111011011101111010000101111110001100111010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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