#832682

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

Shades of Dark Purple #832682

Tints of Dark Purple #832682

Color information

#832682 (or 0x832682) is unknown color: approx Dark Purple. HEX triplet: 83, 26 and 82. RGB value is (131,38,130). Sum of RGB (Red+Green+Blue) = 131+38+130=299 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.81% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 131 - color contains mainly: red. Hex color #832682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832682 is #7CD97D. Grayscale: #4C4C4C. Windows color (decimal): -8182142 or 8529539. OLE color: 8529539.

HSL color Cylindrical-coordinate representation of color #832682: hue angle of 300.65º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #832682 is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB13138130-
CMYK00.710.010.49
HSL300.65º55.03%33.14%-
HSV(B)300.65º70.99%51.37%-
XYZ14.087.8221.89-
YUV76.29158.31167.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.81%
GREEN value IS 38 (15.23% from 255) = 12.71%
BLUE value IS 130 (51.17% from 255) = 43.48%
R=43.81%
G=12.71%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1313813000.710.010.49300.6555.0333.14
Hex83268204713112d3721
Octal2034620201071614556741
Binary1000001110011010000010010001111110001100101101110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832682; }

 p { color: rgb(131,38,130); }

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

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

 a { background-color: rgb(131,38,130); }

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

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

 span { border-color: rgb(131,38,130); }

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