#842565

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

Shades of Dark Purple #842565

Tints of Dark Purple #842565

Color information

#842565 (or 0x842565) is unknown color: approx Dark Purple. HEX triplet: 84, 25 and 65. RGB value is (132,37,101). Sum of RGB (Red+Green+Blue) = 132+37+101=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 132 - color contains mainly: red. Hex color #842565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842565 is #7BDA9A. Grayscale: #484848. Windows color (decimal): -8116891 or 6628740. OLE color: 6628740.

HSL color Cylindrical-coordinate representation of color #842565: hue angle of 319.58º 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 #842565 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB13237101-
CMYK00.720.230.48
HSL319.58º56.21%33.14%-
HSV(B)319.58º71.97%51.76%-
XYZ12.537.1713.04-
YUV72.7143.97170.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.89%
GREEN value IS 37 (14.84% from 255) = 13.70%
BLUE value IS 101 (39.84% from 255) = 37.41%
R=48.89%
G=13.70%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323710100.720.230.48319.5856.2133.14
Hex84256504817301403821
Octal20445145011027605007041
Binary1000010010010111001010100100010111110000101000000111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842565; }

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

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

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

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

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

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

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

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