#84347D

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

Shades of Dark Purple #84347D

Tints of Dark Purple #84347D

Color information

#84347D (or 0x84347D) is unknown color: approx Dark Purple. HEX triplet: 84, 34 and 7D. RGB value is (132,52,125). Sum of RGB (Red+Green+Blue) = 132+52+125=309 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.72% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 132 - color contains mainly: red. Hex color #84347D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84347D is #7BCB82. Grayscale: #545454. Windows color (decimal): -8113027 or 8205444. OLE color: 8205444.

HSL color Cylindrical-coordinate representation of color #84347D: hue angle of 305.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 #84347D is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB13252125-
CMYK00.610.050.48
HSL305.25º43.48%36.08%-
HSV(B)305.25º60.61%51.76%-
XYZ14.458.8420.35-
YUV84.24151162.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.72%
GREEN value IS 52 (20.70% from 255) = 16.83%
BLUE value IS 125 (49.22% from 255) = 40.45%
R=42.72%
G=16.83%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1325212500.610.050.48305.2543.4836.08
Hex84347D03D5301312b24
Octal204641750755604615344
Binary1000010011010011111010111101101110000100110001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84347D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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