#832173

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

Shades of Dark Purple #832173

Tints of Dark Purple #832173

Color information

#832173 (or 0x832173) is unknown color: approx Dark Purple. HEX triplet: 83, 21 and 73. RGB value is (131,33,115). Sum of RGB (Red+Green+Blue) = 131+33+115=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #832173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832173 is #7CDE8C. Grayscale: #474747. Windows color (decimal): -8183437 or 7545219. OLE color: 7545219.

HSL color Cylindrical-coordinate representation of color #832173: hue angle of 309.8º 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 #832173 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB13133115-
CMYK00.750.120.49
HSL309.8º59.76%32.16%-
HSV(B)309.8º74.81%51.37%-
XYZ137.1516.91-
YUV71.65152.47170.33-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.95%
GREEN value IS 33 (13.28% from 255) = 11.83%
BLUE value IS 115 (45.31% from 255) = 41.22%
R=46.95%
G=11.83%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1313311500.750.120.49309.859.7632.16
Hex83217304BC311363c20
Octal20341163011314614667440
Binary100000111000011110011010010111100110001100110110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832173; }

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

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

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

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

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

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

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

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