#84346D

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

Shades of Dark Purple #84346D

Tints of Dark Purple #84346D

Color information

#84346D (or 0x84346D) is unknown color: approx Dark Purple. HEX triplet: 84, 34 and 6D. RGB value is (132,52,109). Sum of RGB (Red+Green+Blue) = 132+52+109=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 132 - color contains mainly: red. Hex color #84346D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84346D is #7BCB92. Grayscale: #525252. Windows color (decimal): -8113043 or 7156868. OLE color: 7156868.

HSL color Cylindrical-coordinate representation of color #84346D: hue angle of 317.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #84346D is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB13252109-
CMYK00.610.170.48
HSL317.25º43.48%36.08%-
HSV(B)317.25º60.61%51.76%-
XYZ13.58.4715.39-
YUV82.42143163.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.05%
GREEN value IS 52 (20.70% from 255) = 17.75%
BLUE value IS 109 (42.97% from 255) = 37.20%
R=45.05%
G=17.75%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1325210900.610.170.48317.2543.4836.08
Hex84346D03D113013d2b24
Octal2046415507521604755344
Binary100001001101001101101011110110001110000100111101101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84346D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84346D; }

 p { color: rgb(132,52,109); }

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

<style>
 a { background-color: #84346D; }

 a { background-color: rgb(132,52,109); }

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

<style>
 span { border-color: #84346D; }

 span { border-color: rgb(132,52,109); }

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