#842564

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

Shades of Dark Purple #842564

Tints of Dark Purple #842564

Color information

#842564 (or 0x842564) is unknown color: approx Dark Purple. HEX triplet: 84, 25 and 64. RGB value is (132,37,100). Sum of RGB (Red+Green+Blue) = 132+37+100=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 132 - color contains mainly: red. Hex color #842564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842564 is #7BDA9B. Grayscale: #484848. Windows color (decimal): -8116892 or 6563204. OLE color: 6563204.

HSL color Cylindrical-coordinate representation of color #842564: hue angle of 320.21º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #842564 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB13237100-
CMYK00.720.240.48
HSL320.21º56.21%33.14%-
HSV(B)320.21º71.97%51.76%-
XYZ12.487.1512.78-
YUV72.59143.47170.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.07%
GREEN value IS 37 (14.84% from 255) = 13.75%
BLUE value IS 100 (39.45% from 255) = 37.17%
R=49.07%
G=13.75%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323710000.720.240.48320.2156.2133.14
Hex84256404818301403821
Octal20445144011030605007041
Binary1000010010010111001000100100011000110000101000000111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842564; }

 p { color: rgb(132,37,100); }

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

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

 a { background-color: rgb(132,37,100); }

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

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

 span { border-color: rgb(132,37,100); }

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