#84376C

Color #84376C Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #84376C

Tints of Dark Purple #84376C

Color information

#84376C (or 0x84376C) is unknown color: approx Dark Purple. HEX triplet: 84, 37 and 6C. RGB value is (132,55,108). Sum of RGB (Red+Green+Blue) = 132+55+108=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #84376C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84376C is #7BC893. Grayscale: #535353. Windows color (decimal): -8112276 or 7092100. OLE color: 7092100.

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

Color convert

RGB13255108-
CMYK00.580.180.48
HSL318.7º41.18%36.67%-
HSV(B)318.7º58.33%51.76%-
XYZ13.598.7215.15-
YUV84.06141.51162.19-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.75%
GREEN value IS 55 (21.88% from 255) = 18.64%
BLUE value IS 108 (42.58% from 255) = 36.61%
R=44.75%
G=18.64%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1325510800.580.180.48318.741.1836.67
Hex84376C03A123013f2925
Octal2046715407222604775145
Binary100001001101111101100011101010010110000100111111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84376C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84376C;
 }
 .AnyTagClassName
 {
   color: #84376C;
 }
</style>
background-color css

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

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

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

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

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

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