#832E70

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

Shades of Dark Purple #832E70

Tints of Dark Purple #832E70

Color information

#832E70 (or 0x832E70) is unknown color: approx Dark Purple. HEX triplet: 83, 2E and 70. RGB value is (131,46,112). Sum of RGB (Red+Green+Blue) = 131+46+112=289 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.33% from 289); Green value is 46 (18.36% from 255 or 15.92% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 131 - color contains mainly: red. Hex color #832E70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832E70 is #7CD18F. Grayscale: #4E4E4E. Windows color (decimal): -8180112 or 7351939. OLE color: 7351939.

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

Color convert

RGB13146112-
CMYK00.650.150.49
HSL313.41º48.02%34.71%-
HSV(B)313.41º64.89%51.37%-
XYZ13.267.9516.16-
YUV78.94146.66165.13-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.33%
GREEN value IS 46 (18.36% from 255) = 15.92%
BLUE value IS 112 (44.14% from 255) = 38.75%
R=45.33%
G=15.92%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1314611200.650.150.49313.4148.0234.71
Hex832E70041F311393023
Octal20356160010117614716043
Binary100000111011101110000010000011111110001100111001110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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