Html Css Color HEX #83376A Dark Purple

📋 copy color: '#83376A'

red 131 ◦ green 55 ◦ blue 106

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

Shades of Dark Purple #83376A

Tints of Dark Purple #83376A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 36.3%

R = 44.86%
G = 18.84%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#83376A (or 0x83376A) is known color: Dark Purple. HEX triplet: 83, 37 and 6A. RGB value is (131,55,106). Sum of RGB (Red+Green+Blue) = 131+55+106=292 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.86% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 131 - color contains mainly: red. Hex color #83376A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83376A is #7CC895. Grayscale: #535353. Windows color (decimal): -8177814 or 6961027. OLE color: 6961027.

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

Color convert

RGB 131 55 106 -
CMYK 0 0.58 0.19 0.49
HSL 319.74º 0.41% 0.36% -
HSV(B) 319.74º 0.58% 0.51% -
XYZ 13.33 8.6 14.59 -
YUV 83.54 140.68 161.85 -
System Red Green Blue C M Y K H S L
Decimal 131 55 106 0 0.58 0.19 0.49 319.74 0.41 0.36
Hex 83 37 6A 0 3A 13 31 140 29 24
Octal 203 67 152 0 72 23 61 500 51 44
Binary 10000011 110111 1101010 0 111010 10011 110001 101000000 101001 100100

Color Harmonies of #83376A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83376A

Black with #83376A

Text Example


Text Example

White with #83376A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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