#83297C

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

Shades of Dark Purple #83297C

Tints of Dark Purple #83297C

Color information

#83297C (or 0x83297C) is unknown color: approx Dark Purple. HEX triplet: 83, 29 and 7C. RGB value is (131,41,124). Sum of RGB (Red+Green+Blue) = 131+41+124=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 131 - color contains mainly: red. Hex color #83297C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83297C is #7CD683. Grayscale: #4D4D4D. Windows color (decimal): -8181380 or 8137091. OLE color: 8137091.

HSL color Cylindrical-coordinate representation of color #83297C: hue angle of 304.67º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83297C is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB13141124-
CMYK00.690.050.49
HSL304.67º52.33%33.73%-
HSV(B)304.67º68.7%51.37%-
XYZ13.797.8719.86-
YUV77.37154.32166.25-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.26%
GREEN value IS 41 (16.41% from 255) = 13.85%
BLUE value IS 124 (48.83% from 255) = 41.89%
R=44.26%
G=13.85%
B=41.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1314112400.690.050.49304.6752.3333.73
Hex83297C0455311313422
Octal2035117401055614616442
Binary10000011101001111110001000101101110001100110001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83297C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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