#83207C

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

Shades of Dark Purple #83207C

Tints of Dark Purple #83207C

Color information

#83207C (or 0x83207C) is unknown color: approx Dark Purple. HEX triplet: 83, 20 and 7C. RGB value is (131,32,124). Sum of RGB (Red+Green+Blue) = 131+32+124=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 131 - color contains mainly: red. Hex color #83207C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83207C is #7CDF83. Grayscale: #474747. Windows color (decimal): -8183684 or 8134787. OLE color: 8134787.

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

Color convert

RGB13132124-
CMYK00.760.050.49
HSL304.24º60.74%31.96%-
HSV(B)304.24º75.57%51.37%-
XYZ13.517.3119.77-
YUV72.09157.3170.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.64%
GREEN value IS 32 (12.89% from 255) = 11.15%
BLUE value IS 124 (48.83% from 255) = 43.21%
R=45.64%
G=11.15%
B=43.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1313212400.760.050.49304.2460.7431.96
Hex83207C04C5311303d20
Octal2034017401145614607540
Binary10000011100000111110001001100101110001100110000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83207C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83207C; }

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

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

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

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

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

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

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

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