#5920a9

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

Shades of Purple Heart #5920A9

Tints of Purple Heart #5920A9

Color information

#5920A9 (or 0x5920A9) is unknown color: approx Purple Heart. HEX triplet: 59, 20 and A9. RGB value is (89,32,169). Sum of RGB (Red+Green+Blue) = 89+32+169=290 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.69% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 169 (66.41% from 255 or 58.28% from 290); Max value from RGB is 169 - color contains mainly: blue. Hex color #5920A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5920A9 is #A6DF56. Grayscale: #404040. Windows color (decimal): -10936151 or 11083865. OLE color: 11083865.

HSL color Cylindrical-coordinate representation of color #5920A9: hue angle of 264.96º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5920A9 is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8932169-
CMYK0.470.8100.34
HSL264.96º68.16%39.41%-
HSV(B)264.96º81.07%66.27%-
XYZ11.86.0238.08-
YUV64.66186.88145.36-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.69%
GREEN value IS 32 (12.89% from 255) = 11.03%
BLUE value IS 169 (66.41% from 255) = 58.28%
R=30.69%
G=11.03%
B=58.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal89321690.470.8100.34264.9668.1639.41
Hex5920A92F510221094427
Octal131402515712104241110447
Binary101100110000010101001101111101000101000101000010011000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5920a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5920a9; }

 p { color: rgb(89,32,169); }

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

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

 a { background-color: rgb(89,32,169); }

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

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

 span { border-color: rgb(89,32,169); }

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