Html Css Color HEX #83376C Dark Purple

📋 copy color: '#83376C'

red 131 ◦ green 55 ◦ blue 108

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

Shades of Dark Purple #83376C

Tints of Dark Purple #83376C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.73%

R = 44.56%
G = 18.71%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#83376C (or 0x83376C) is known color: Dark Purple. HEX triplet: 83, 37 and 6C. RGB value is (131,55,108). Sum of RGB (Red+Green+Blue) = 131+55+108=294 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.56% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 131 - color contains mainly: red. Hex color #83376C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83376C is #7CC893. Grayscale: #535353. Windows color (decimal): -8177812 or 7092099. OLE color: 7092099.

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

Color convert

RGB 131 55 108 -
CMYK 0 0.58 0.18 0.49
HSL 318.16º 0.41% 0.36% -
HSV(B) 318.16º 0.58% 0.51% -
XYZ 13.43 8.64 15.15 -
YUV 83.77 141.68 161.69 -
System Red Green Blue C M Y K H S L
Decimal 131 55 108 0 0.58 0.18 0.49 318.16 0.41 0.36
Hex 83 37 6C 0 3A 12 31 13E 29 24
Octal 203 67 154 0 72 22 61 476 51 44
Binary 10000011 110111 1101100 0 111010 10010 110001 100111110 101001 100100

Color Harmonies of #83376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83376C

Black with #83376C

Text Example


Text Example

White with #83376C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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