#83297A

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

Shades of Dark Purple #83297A

Tints of Dark Purple #83297A

Color information

#83297A (or 0x83297A) is unknown color: approx Dark Purple. HEX triplet: 83, 29 and 7A. RGB value is (131,41,122). Sum of RGB (Red+Green+Blue) = 131+41+122=294 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.56% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 131 - color contains mainly: red. Hex color #83297A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83297A is #7CD685. Grayscale: #4C4C4C. Windows color (decimal): -8181382 or 8006019. OLE color: 8006019.

HSL color Cylindrical-coordinate representation of color #83297A: hue angle of 306º 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 #83297A is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB13141122-
CMYK00.690.070.49
HSL306º52.33%33.73%-
HSV(B)306º68.7%51.37%-
XYZ13.677.8219.2-
YUV77.14153.32166.41-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.56%
GREEN value IS 41 (16.41% from 255) = 13.95%
BLUE value IS 122 (48.05% from 255) = 41.50%
R=44.56%
G=13.95%
B=41.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1314112200.690.070.4930652.3333.73
Hex83297A0457311323422
Octal2035117201057614626442
Binary10000011101001111101001000101111110001100110010110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83297A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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