#84376E

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

Shades of Dark Purple #84376E

Tints of Dark Purple #84376E

Color information

#84376E (or 0x84376E) is unknown color: approx Dark Purple. HEX triplet: 84, 37 and 6E. RGB value is (132,55,110). Sum of RGB (Red+Green+Blue) = 132+55+110=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #84376E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84376E is #7BC891. Grayscale: #545454. Windows color (decimal): -8112274 or 7223172. OLE color: 7223172.

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

Color convert

RGB13255110-
CMYK00.580.170.48
HSL317.14º41.18%36.67%-
HSV(B)317.14º58.33%51.76%-
XYZ13.78.7615.72-
YUV84.29142.51162.03-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.44%
GREEN value IS 55 (21.88% from 255) = 18.52%
BLUE value IS 110 (43.36% from 255) = 37.04%
R=44.44%
G=18.52%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1325511000.580.170.48317.1441.1836.67
Hex84376E03A113013d2925
Octal2046715607221604755145
Binary100001001101111101110011101010001110000100111101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84376E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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