#84326B

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

Shades of Dark Purple #84326B

Tints of Dark Purple #84326B

Color information

#84326B (or 0x84326B) is unknown color: approx Dark Purple. HEX triplet: 84, 32 and 6B. RGB value is (132,50,107). Sum of RGB (Red+Green+Blue) = 132+50+107=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 132 - color contains mainly: red. Hex color #84326B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84326B is #7BCD94. Grayscale: #505050. Windows color (decimal): -8113557 or 7025284. OLE color: 7025284.

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

Color convert

RGB13250107-
CMYK00.620.190.48
HSL318.29º45.05%35.69%-
HSV(B)318.29º62.12%51.76%-
XYZ13.318.2514.8-
YUV81.02142.67164.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.67%
GREEN value IS 50 (19.92% from 255) = 17.30%
BLUE value IS 107 (42.19% from 255) = 37.02%
R=45.67%
G=17.30%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1325010700.620.190.48318.2945.0535.69
Hex84326B03E133013e2d24
Octal2046215307623604765544
Binary100001001100101101011011111010011110000100111110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84326B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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