#84326C

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

Shades of Dark Purple #84326C

Tints of Dark Purple #84326C

Color information

#84326C (or 0x84326C) is unknown color: approx Dark Purple. HEX triplet: 84, 32 and 6C. RGB value is (132,50,108). Sum of RGB (Red+Green+Blue) = 132+50+108=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 132 - color contains mainly: red. Hex color #84326C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84326C is #7BCD93. Grayscale: #505050. Windows color (decimal): -8113556 or 7090820. OLE color: 7090820.

HSL color Cylindrical-coordinate representation of color #84326C: hue angle of 317.56º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #84326C is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB13250108-
CMYK00.620.180.48
HSL317.56º45.05%35.69%-
HSV(B)317.56º62.12%51.76%-
XYZ13.368.2715.08-
YUV81.13143.17164.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.52%
GREEN value IS 50 (19.92% from 255) = 17.24%
BLUE value IS 108 (42.58% from 255) = 37.24%
R=45.52%
G=17.24%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1325010800.620.180.48317.5645.0535.69
Hex84326C03E123013e2d24
Octal2046215407622604765544
Binary100001001100101101100011111010010110000100111110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84326C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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