#841564

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

Shades of Dark Purple #841564

Tints of Dark Purple #841564

Color information

#841564 (or 0x841564) is unknown color: approx Dark Purple. HEX triplet: 84, 15 and 64. RGB value is (132,21,100). Sum of RGB (Red+Green+Blue) = 132+21+100=253 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.17% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 100 (39.45% from 255 or 39.53% from 253); Max value from RGB is 132 - color contains mainly: red. Hex color #841564 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841564 is #7BEA9B. Grayscale: #3E3E3E. Windows color (decimal): -8120988 or 6559108. OLE color: 6559108.

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

Color convert

RGB13221100-
CMYK00.840.240.48
HSL317.3º72.55%30%-
HSV(B)317.3º84.09%51.76%-
XYZ12.086.3612.65-
YUV63.19148.77177.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.17%
GREEN value IS 21 (8.59% from 255) = 8.30%
BLUE value IS 100 (39.45% from 255) = 39.53%
R=52.17%
G=8.30%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1322110000.840.240.48317.372.5530
Hex841564054183013d491e
Octal204251440124306047511136
Binary100001001010111001000101010011000110000100111101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841564; }

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

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

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

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

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

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

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

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