Html Css Color HEX #84376B Dark Purple

📋 copy color: '#84376B'

red 132 ◦ green 55 ◦ blue 107

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

Shades of Dark Purple #84376B

Tints of Dark Purple #84376B

RGB

 RED value IS 132 (51.95% from 255) = 44.9%

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

 BLUE value IS 107 (42.19% from 255) = 36.39%

R = 44.9%
G = 18.71%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#84376B (or 0x84376B) is known color: Dark Purple. HEX triplet: 84, 37 and 6B. RGB value is (132,55,107). Sum of RGB (Red+Green+Blue) = 132+55+107=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 132 - color contains mainly: red. Hex color #84376B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84376B is #7BC894. Grayscale: #535353. Windows color (decimal): -8112277 or 7026564. OLE color: 7026564.

HSL color Cylindrical-coordinate representation of color #84376B: hue angle of 319.48º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #84376B is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 55 107 -
CMYK 0 0.58 0.19 0.48
HSL 319.48º 0.41% 0.37% -
HSV(B) 319.48º 0.58% 0.52% -
XYZ 13.54 8.7 14.88 -
YUV 83.95 141.01 162.27 -
System Red Green Blue C M Y K H S L
Decimal 132 55 107 0 0.58 0.19 0.48 319.48 0.41 0.37
Hex 84 37 6B 0 3A 13 30 13F 29 25
Octal 204 67 153 0 72 23 60 477 51 45
Binary 10000100 110111 1101011 0 111010 10011 110000 100111111 101001 100101

Color Harmonies of #84376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84376B

Black with #84376B

Text Example


Text Example

White with #84376B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84376B;
 }
 .AnyTagClassName
 {
   color: #84376B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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