#832069

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

Shades of Dark Purple #832069

Tints of Dark Purple #832069

Color information

#832069 (or 0x832069) is unknown color: approx Dark Purple. HEX triplet: 83, 20 and 69. RGB value is (131,32,105). Sum of RGB (Red+Green+Blue) = 131+32+105=268 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.88% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 105 (41.41% from 255 or 39.18% from 268); Max value from RGB is 131 - color contains mainly: red. Hex color #832069 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832069 is #7CDF96. Grayscale: #454545. Windows color (decimal): -8183703 or 6889603. OLE color: 6889603.

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

Color convert

RGB13132105-
CMYK00.760.200.49
HSL315.76º60.74%31.96%-
HSV(B)315.76º75.57%51.37%-
XYZ12.436.8814.04-
YUV69.92147.8171.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.88%
GREEN value IS 32 (12.89% from 255) = 11.94%
BLUE value IS 105 (41.41% from 255) = 39.18%
R=48.88%
G=11.94%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1313210500.760.200.49315.7660.7431.96
Hex83206904C143113c3d20
Octal20340151011424614747540
Binary1000001110000011010010100110010100110001100111100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832069; }

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

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

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

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

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

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

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

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