#5921AE

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

Shades of Purple Heart #5921AE

Tints of Purple Heart #5921AE

Color information

#5921AE (or 0x5921AE) is unknown color: approx Purple Heart. HEX triplet: 59, 21 and AE. RGB value is (89,33,174). Sum of RGB (Red+Green+Blue) = 89+33+174=296 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.07% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 174 (68.36% from 255 or 58.78% from 296); Max value from RGB is 174 - color contains mainly: blue. Hex color #5921AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5921AE is #A6DE51. Grayscale: #414141. Windows color (decimal): -10935890 or 11411801. OLE color: 11411801.

HSL color Cylindrical-coordinate representation of color #5921AE: hue angle of 263.83º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5921AE is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8933174-
CMYK0.490.8100.32
HSL263.83º68.12%40.59%-
HSV(B)263.83º81.03%68.24%-
XYZ12.36.2740.61-
YUV65.82189.05144.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.07%
GREEN value IS 33 (13.28% from 255) = 11.15%
BLUE value IS 174 (68.36% from 255) = 58.78%
R=30.07%
G=11.15%
B=58.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal89331740.490.8100.32263.8368.1240.59
Hex5921AE31510201084429
Octal131412566112104041010451
Binary101100110000110101110110001101000101000001000010001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5921AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5921AE; }

 p { color: rgb(89,33,174); }

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

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

 a { background-color: rgb(89,33,174); }

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

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

 span { border-color: rgb(89,33,174); }

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