#832073

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

Shades of Dark Purple #832073

Tints of Dark Purple #832073

Color information

#832073 (or 0x832073) is unknown color: approx Dark Purple. HEX triplet: 83, 20 and 73. RGB value is (131,32,115). Sum of RGB (Red+Green+Blue) = 131+32+115=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 115 (45.31% from 255 or 41.37% from 278); Max value from RGB is 131 - color contains mainly: red. Hex color #832073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832073 is #7CDF8C. Grayscale: #464646. Windows color (decimal): -8183693 or 7544963. OLE color: 7544963.

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

Color convert

RGB13132115-
CMYK00.760.120.49
HSL309.7º60.74%31.96%-
HSV(B)309.7º75.57%51.37%-
XYZ12.977.116.91-
YUV71.06152.8170.75-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.12%
GREEN value IS 32 (12.89% from 255) = 11.51%
BLUE value IS 115 (45.31% from 255) = 41.37%
R=47.12%
G=11.51%
B=41.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1313211500.760.120.49309.760.7431.96
Hex83207304CC311363d20
Octal20340163011414614667540
Binary100000111000001110011010011001100110001100110110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832073; }

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

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

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

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

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

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

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

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