#84346F

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

Shades of Dark Purple #84346F

Tints of Dark Purple #84346F

Color information

#84346F (or 0x84346F) is unknown color: approx Dark Purple. HEX triplet: 84, 34 and 6F. RGB value is (132,52,111). Sum of RGB (Red+Green+Blue) = 132+52+111=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #84346F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84346F is #7BCB90. Grayscale: #525252. Windows color (decimal): -8113041 or 7287940. OLE color: 7287940.

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

Color convert

RGB13252111-
CMYK00.610.160.48
HSL315.75º43.48%36.08%-
HSV(B)315.75º60.61%51.76%-
XYZ13.618.5115.96-
YUV82.65144163.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.75%
GREEN value IS 52 (20.70% from 255) = 17.63%
BLUE value IS 111 (43.75% from 255) = 37.63%
R=44.75%
G=17.63%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1325211100.610.160.48315.7543.4836.08
Hex84346F03D103013c2b24
Octal2046415707520604745344
Binary100001001101001101111011110110000110000100111100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84346F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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