#83377D

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

Shades of Dark Purple #83377D

Tints of Dark Purple #83377D

Color information

#83377D (or 0x83377D) is unknown color: approx Dark Purple. HEX triplet: 83, 37 and 7D. RGB value is (131,55,125). Sum of RGB (Red+Green+Blue) = 131+55+125=311 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.12% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 131 - color contains mainly: red. Hex color #83377D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83377D is #7CC882. Grayscale: #555555. Windows color (decimal): -8177795 or 8206211. OLE color: 8206211.

HSL color Cylindrical-coordinate representation of color #83377D: hue angle of 304.74º 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 #83377D is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB13155125-
CMYK00.580.050.49
HSL304.74º40.86%36.47%-
HSV(B)304.74º58.02%51.37%-
XYZ14.439.0420.39-
YUV85.7150.18160.31-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.12%
GREEN value IS 55 (21.88% from 255) = 17.68%
BLUE value IS 125 (49.22% from 255) = 40.19%
R=42.12%
G=17.68%
B=40.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1315512500.580.050.49304.7440.8636.47
Hex83377D03A5311312924
Octal203671750725614615144
Binary1000001111011111111010111010101110001100110001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83377D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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