#83377E

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

Shades of Dark Purple #83377E

Tints of Dark Purple #83377E

Color information

#83377E (or 0x83377E) is unknown color: approx Dark Purple. HEX triplet: 83, 37 and 7E. RGB value is (131,55,126). Sum of RGB (Red+Green+Blue) = 131+55+126=312 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.99% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 131 - color contains mainly: red. Hex color #83377E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83377E is #7CC881. Grayscale: #555555. Windows color (decimal): -8177794 or 8271747. OLE color: 8271747.

HSL color Cylindrical-coordinate representation of color #83377E: hue angle of 303.95º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #83377E is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB13155126-
CMYK00.580.040.49
HSL303.95º40.86%36.47%-
HSV(B)303.95º58.02%51.37%-
XYZ14.499.0620.72-
YUV85.82150.68160.23-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.99%
GREEN value IS 55 (21.88% from 255) = 17.63%
BLUE value IS 126 (49.61% from 255) = 40.38%
R=41.99%
G=17.63%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1315512600.580.040.49303.9540.8636.47
Hex83377E03A4311302924
Octal203671760724614605144
Binary1000001111011111111100111010100110001100110000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83377E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83377E; }

 p { color: rgb(131,55,126); }

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

<style>
 a { background-color: #83377E; }

 a { background-color: rgb(131,55,126); }

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

<style>
 span { border-color: #83377E; }

 span { border-color: rgb(131,55,126); }

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