#832062

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

Shades of Dark Purple #832062

Tints of Dark Purple #832062

Color information

#832062 (or 0x832062) is unknown color: approx Dark Purple. HEX triplet: 83, 20 and 62. RGB value is (131,32,98). Sum of RGB (Red+Green+Blue) = 131+32+98=261 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.19% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 131 - color contains mainly: red. Hex color #832062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832062 is #7CDF9D. Grayscale: #444444. Windows color (decimal): -8183710 or 6430851. OLE color: 6430851.

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

Color convert

RGB1313298-
CMYK00.760.250.49
HSL320º60.74%31.96%-
HSV(B)320º75.57%51.37%-
XYZ12.086.7412.22-
YUV69.12144.3172.13-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50.19%
GREEN value IS 32 (12.89% from 255) = 12.26%
BLUE value IS 98 (38.67% from 255) = 37.55%
R=50.19%
G=12.26%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131329800.760.250.4932060.7431.96
Hex83206204C19311403d20
Octal20340142011431615007540
Binary1000001110000011000100100110011001110001101000000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832062; }

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

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

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

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

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

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

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

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