#83287B

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

Shades of Dark Purple #83287B

Tints of Dark Purple #83287B

Color information

#83287B (or 0x83287B) is unknown color: approx Dark Purple. HEX triplet: 83, 28 and 7B. RGB value is (131,40,123). Sum of RGB (Red+Green+Blue) = 131+40+123=294 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.56% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 131 - color contains mainly: red. Hex color #83287B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83287B is #7CD784. Grayscale: #4C4C4C. Windows color (decimal): -8181637 or 8071299. OLE color: 8071299.

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

Color convert

RGB13140123-
CMYK00.690.060.49
HSL305.27º53.22%33.53%-
HSV(B)305.27º69.47%51.37%-
XYZ13.697.7719.52-
YUV76.67154.15166.75-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.56%
GREEN value IS 40 (16.02% from 255) = 13.61%
BLUE value IS 123 (48.44% from 255) = 41.84%
R=44.56%
G=13.61%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1314012300.690.060.49305.2753.2233.53
Hex83287B0456311313522
Octal2035017301056614616542
Binary10000011101000111101101000101110110001100110001110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83287B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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