#84326E

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

Shades of Dark Purple #84326E

Tints of Dark Purple #84326E

Color information

#84326E (or 0x84326E) is unknown color: approx Dark Purple. HEX triplet: 84, 32 and 6E. RGB value is (132,50,110). Sum of RGB (Red+Green+Blue) = 132+50+110=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 132 - color contains mainly: red. Hex color #84326E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84326E is #7BCD91. Grayscale: #515151. Windows color (decimal): -8113554 or 7221892. OLE color: 7221892.

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

Color convert

RGB13250110-
CMYK00.620.170.48
HSL316.1º45.05%35.69%-
HSV(B)316.1º62.12%51.76%-
XYZ13.478.3115.65-
YUV81.36144.17164.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.21%
GREEN value IS 50 (19.92% from 255) = 17.12%
BLUE value IS 110 (43.36% from 255) = 37.67%
R=45.21%
G=17.12%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1325011000.620.170.48316.145.0535.69
Hex84326E03E113013c2d24
Octal2046215607621604745544
Binary100001001100101101110011111010001110000100111100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84326E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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