#832172

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

Shades of Dark Purple #832172

Tints of Dark Purple #832172

Color information

#832172 (or 0x832172) is unknown color: approx Dark Purple. HEX triplet: 83, 21 and 72. RGB value is (131,33,114). Sum of RGB (Red+Green+Blue) = 131+33+114=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 131 - color contains mainly: red. Hex color #832172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832172 is #7CDE8D. Grayscale: #474747. Windows color (decimal): -8183438 or 7479683. OLE color: 7479683.

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

Color convert

RGB13133114-
CMYK00.750.130.49
HSL310.41º59.76%32.16%-
HSV(B)310.41º74.81%51.37%-
XYZ12.947.1316.61-
YUV71.54151.97170.41-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.12%
GREEN value IS 33 (13.28% from 255) = 11.87%
BLUE value IS 114 (44.92% from 255) = 41.01%
R=47.12%
G=11.87%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1313311400.750.130.49310.4159.7632.16
Hex83217204BD311363c20
Octal20341162011315614667440
Binary100000111000011110010010010111101110001100110110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832172; }

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

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

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

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

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

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

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

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