#832d77

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

Shades of Dark Purple #832D77

Tints of Dark Purple #832D77

Color information

#832D77 (or 0x832D77) is unknown color: approx Dark Purple. HEX triplet: 83, 2D and 77. RGB value is (131,45,119). Sum of RGB (Red+Green+Blue) = 131+45+119=295 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.41% from 295); Green value is 45 (17.97% from 255 or 15.25% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 131 - color contains mainly: red. Hex color #832D77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832D77 is #7CD288. Grayscale: #4E4E4E. Windows color (decimal): -8180361 or 7810435. OLE color: 7810435.

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

Color convert

RGB13145119-
CMYK00.660.090.49
HSL308.37º48.86%34.51%-
HSV(B)308.37º65.65%51.37%-
XYZ13.638.0318.29-
YUV79.15150.49164.98-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.41%
GREEN value IS 45 (17.97% from 255) = 15.25%
BLUE value IS 119 (46.88% from 255) = 40.34%
R=44.41%
G=15.25%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1314511900.660.090.49308.3748.8634.51
Hex832D770429311343123
Octal20355167010211614646143
Binary100000111011011110111010000101001110001100110100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832d77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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