Html Css Color HEX #83376D Dark Purple

📋 copy color: '#83376D'

red 131 ◦ green 55 ◦ blue 109

#83376D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #83376D

Tints of Dark Purple #83376D

RGB

 RED value IS 131 (51.56% from 255) = 44.41%

 GREEN value IS 55 (21.88% from 255) = 18.64%

 BLUE value IS 109 (42.97% from 255) = 36.95%

R = 44.41%
G = 18.64%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#83376D (or 0x83376D) is known color: Dark Purple. HEX triplet: 83, 37 and 6D. RGB value is (131,55,109). Sum of RGB (Red+Green+Blue) = 131+55+109=295 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.41% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 131 - color contains mainly: red. Hex color #83376D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83376D is #7CC892. Grayscale: #535353. Windows color (decimal): -8177811 or 7157635. OLE color: 7157635.

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

Color convert

RGB 131 55 109 -
CMYK 0 0.58 0.17 0.49
HSL 317.37º 0.41% 0.36% -
HSV(B) 317.37º 0.58% 0.51% -
XYZ 13.49 8.66 15.43 -
YUV 83.88 142.18 161.61 -
System Red Green Blue C M Y K H S L
Decimal 131 55 109 0 0.58 0.17 0.49 317.37 0.41 0.36
Hex 83 37 6D 0 3A 11 31 13D 29 24
Octal 203 67 155 0 72 21 61 475 51 44
Binary 10000011 110111 1101101 0 111010 10001 110001 100111101 101001 100100

Color Harmonies of #83376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83376D

Black with #83376D

Text Example


Text Example

White with #83376D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #83376D;
 }
 .AnyTagClassName
 {
   color: #83376D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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