#832772

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

Shades of Dark Purple #832772

Tints of Dark Purple #832772

Color information

#832772 (or 0x832772) is unknown color: approx Dark Purple. HEX triplet: 83, 27 and 72. RGB value is (131,39,114). Sum of RGB (Red+Green+Blue) = 131+39+114=284 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.13% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 131 - color contains mainly: red. Hex color #832772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832772 is #7CD88D. Grayscale: #4A4A4A. Windows color (decimal): -8181902 or 7481219. OLE color: 7481219.

HSL color Cylindrical-coordinate representation of color #832772: hue angle of 311.09º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #832772 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB13139114-
CMYK00.700.130.49
HSL311.09º54.12%33.33%-
HSV(B)311.09º70.23%51.37%-
XYZ13.127.4916.67-
YUV75.06149.98167.9-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.13%
GREEN value IS 39 (15.62% from 255) = 13.73%
BLUE value IS 114 (44.92% from 255) = 40.14%
R=46.13%
G=13.73%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1313911400.700.130.49311.0954.1233.33
Hex832772046D311373621
Octal20347162010615614676641
Binary100000111001111110010010001101101110001100110111110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832772; }

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

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

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

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

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

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

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

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