#83287F

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

Shades of Dark Purple #83287F

Tints of Dark Purple #83287F

Color information

#83287F (or 0x83287F) is unknown color: approx Dark Purple. HEX triplet: 83, 28 and 7F. RGB value is (131,40,127). Sum of RGB (Red+Green+Blue) = 131+40+127=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 127 (50% from 255 or 42.62% from 298); Max value from RGB is 131 - color contains mainly: red. Hex color #83287F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83287F is #7CD780. Grayscale: #4C4C4C. Windows color (decimal): -8181633 or 8333443. OLE color: 8333443.

HSL color Cylindrical-coordinate representation of color #83287F: hue angle of 302.64º degrees, saturation: 0.53, 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 #83287F is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB13140127-
CMYK00.690.030.49
HSL302.64º53.22%33.53%-
HSV(B)302.64º69.47%51.37%-
XYZ13.957.8820.86-
YUV77.13156.15166.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.96%
GREEN value IS 40 (16.02% from 255) = 13.42%
BLUE value IS 127 (50% from 255) = 42.62%
R=43.96%
G=13.42%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1314012700.690.030.49302.6453.2233.53
Hex83287F04533112f3522
Octal2035017701053614576542
Binary1000001110100011111110100010111110001100101111110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83287F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83287F; }

 p { color: rgb(131,40,127); }

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

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

 a { background-color: rgb(131,40,127); }

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

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

 span { border-color: rgb(131,40,127); }

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