#84327D

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

Shades of Dark Purple #84327D

Tints of Dark Purple #84327D

Color information

#84327D (or 0x84327D) is unknown color: approx Dark Purple. HEX triplet: 84, 32 and 7D. RGB value is (132,50,125). Sum of RGB (Red+Green+Blue) = 132+50+125=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 132 - color contains mainly: red. Hex color #84327D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84327D is #7BCD82. Grayscale: #525252. Windows color (decimal): -8113539 or 8204932. OLE color: 8204932.

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

Color convert

RGB13250125-
CMYK00.620.050.48
HSL305.12º45.05%35.69%-
HSV(B)305.12º62.12%51.76%-
XYZ14.368.6720.32-
YUV83.07151.67162.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.00%
GREEN value IS 50 (19.92% from 255) = 16.29%
BLUE value IS 125 (49.22% from 255) = 40.72%
R=43.00%
G=16.29%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1325012500.620.050.48305.1245.0535.69
Hex84327D03E5301312d24
Octal204621750765604615544
Binary1000010011001011111010111110101110000100110001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84327D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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