#832072

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

Shades of Dark Purple #832072

Tints of Dark Purple #832072

Color information

#832072 (or 0x832072) is unknown color: approx Dark Purple. HEX triplet: 83, 20 and 72. RGB value is (131,32,114). Sum of RGB (Red+Green+Blue) = 131+32+114=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 131 - color contains mainly: red. Hex color #832072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832072 is #7CDF8D. Grayscale: #464646. Windows color (decimal): -8183694 or 7479427. OLE color: 7479427.

HSL color Cylindrical-coordinate representation of color #832072: hue angle of 310.3º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #832072 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB13132114-
CMYK00.760.130.49
HSL310.3º60.74%31.96%-
HSV(B)310.3º75.57%51.37%-
XYZ12.917.0716.6-
YUV70.95152.3170.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.29%
GREEN value IS 32 (12.89% from 255) = 11.55%
BLUE value IS 114 (44.92% from 255) = 41.16%
R=47.29%
G=11.55%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1313211400.760.130.49310.360.7431.96
Hex83207204CD311363d20
Octal20340162011415614667540
Binary100000111000001110010010011001101110001100110110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832072; }

 p { color: rgb(131,32,114); }

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

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

 a { background-color: rgb(131,32,114); }

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

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

 span { border-color: rgb(131,32,114); }

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