#832E78

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

Shades of Dark Purple #832E78

Tints of Dark Purple #832E78

Color information

#832E78 (or 0x832E78) is unknown color: approx Dark Purple. HEX triplet: 83, 2E and 78. RGB value is (131,46,120). Sum of RGB (Red+Green+Blue) = 131+46+120=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 46 (18.36% from 255 or 15.49% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 131 - color contains mainly: red. Hex color #832E78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832E78 is #7CD187. Grayscale: #4F4F4F. Windows color (decimal): -8180104 or 7876227. OLE color: 7876227.

HSL color Cylindrical-coordinate representation of color #832E78: hue angle of 307.76º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #832E78 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB13146120-
CMYK00.650.080.49
HSL307.76º48.02%34.71%-
HSV(B)307.76º64.89%51.37%-
XYZ13.738.1418.62-
YUV79.85150.66164.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.11%
GREEN value IS 46 (18.36% from 255) = 15.49%
BLUE value IS 120 (47.27% from 255) = 40.40%
R=44.11%
G=15.49%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1314612000.650.080.49307.7648.0234.71
Hex832E780418311343023
Octal20356170010110614646043
Binary100000111011101111000010000011000110001100110100110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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