#83376B

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

Shades of Dark Purple #83376B

Tints of Dark Purple #83376B

Color information

#83376B (or 0x83376B) is unknown color: approx Dark Purple. HEX triplet: 83, 37 and 6B. RGB value is (131,55,107). Sum of RGB (Red+Green+Blue) = 131+55+107=293 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.71% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 131 - color contains mainly: red. Hex color #83376B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83376B is #7CC894. Grayscale: #535353. Windows color (decimal): -8177813 or 7026563. OLE color: 7026563.

HSL color Cylindrical-coordinate representation of color #83376B: hue angle of 318.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 #83376B is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB13155107-
CMYK00.580.180.49
HSL318.95º40.86%36.47%-
HSV(B)318.95º58.02%51.37%-
XYZ13.388.6214.87-
YUV83.65141.18161.77-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.71%
GREEN value IS 55 (21.88% from 255) = 18.77%
BLUE value IS 107 (42.19% from 255) = 36.52%
R=44.71%
G=18.77%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1315510700.580.180.49318.9540.8636.47
Hex83376B03A123113f2924
Octal2036715307222614775144
Binary100000111101111101011011101010010110001100111111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83376B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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