Html Css Color HEX #84376F Dark Purple

📋 copy color: '#84376F'

red 132 ◦ green 55 ◦ blue 111

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

Shades of Dark Purple #84376F

Tints of Dark Purple #84376F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.25%

R = 44.3%
G = 18.46%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#84376F (or 0x84376F) is known color: Dark Purple. HEX triplet: 84, 37 and 6F. RGB value is (132,55,111). Sum of RGB (Red+Green+Blue) = 132+55+111=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 132 - color contains mainly: red. Hex color #84376F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84376F is #7BC890. Grayscale: #545454. Windows color (decimal): -8112273 or 7288708. OLE color: 7288708.

HSL color Cylindrical-coordinate representation of color #84376F: hue angle of 316.36º 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 #84376F is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 55 111 -
CMYK 0 0.58 0.16 0.48
HSL 316.36º 0.41% 0.37% -
HSV(B) 316.36º 0.58% 0.52% -
XYZ 13.75 8.79 16.01 -
YUV 84.41 143.01 161.95 -
System Red Green Blue C M Y K H S L
Decimal 132 55 111 0 0.58 0.16 0.48 316.36 0.41 0.37
Hex 84 37 6F 0 3A 10 30 13C 29 25
Octal 204 67 157 0 72 20 60 474 51 45
Binary 10000100 110111 1101111 0 111010 10000 110000 100111100 101001 100101

Color Harmonies of #84376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84376F

Black with #84376F

Text Example


Text Example

White with #84376F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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