#832C78

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

Shades of Dark Purple #832C78

Tints of Dark Purple #832C78

Color information

#832C78 (or 0x832C78) is unknown color: approx Dark Purple. HEX triplet: 83, 2C and 78. RGB value is (131,44,120). Sum of RGB (Red+Green+Blue) = 131+44+120=295 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.41% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 131 - color contains mainly: red. Hex color #832C78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832C78 is #7CD387. Grayscale: #4E4E4E. Windows color (decimal): -8180616 or 7875715. OLE color: 7875715.

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

Color convert

RGB13144120-
CMYK00.660.080.49
HSL307.59º49.71%34.31%-
HSV(B)307.59º66.41%51.37%-
XYZ13.657.9818.59-
YUV78.68151.32165.32-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.41%
GREEN value IS 44 (17.58% from 255) = 14.92%
BLUE value IS 120 (47.27% from 255) = 40.68%
R=44.41%
G=14.92%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1314412000.660.080.49307.5949.7134.31
Hex832C780428311343222
Octal20354170010210614646242
Binary100000111011001111000010000101000110001100110100110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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