#5021AE

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

Shades of Purple Heart #5021AE

Tints of Purple Heart #5021AE

Color information

#5021AE (or 0x5021AE) is unknown color: approx Purple Heart. HEX triplet: 50, 21 and AE. RGB value is (80,33,174). Sum of RGB (Red+Green+Blue) = 80+33+174=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 174 (68.36% from 255 or 60.63% from 287); Max value from RGB is 174 - color contains mainly: blue. Hex color #5021AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5021AE is #AFDE51. Grayscale: #3E3E3E. Windows color (decimal): -11525714 or 11411792. OLE color: 11411792.

HSL color Cylindrical-coordinate representation of color #5021AE: hue angle of 260º 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 #5021AE is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8033174-
CMYK0.540.8100.32
HSL260º68.12%40.59%-
HSV(B)260º81.03%68.24%-
XYZ11.495.8540.57-
YUV63.13190.57140.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.87%
GREEN value IS 33 (13.28% from 255) = 11.50%
BLUE value IS 174 (68.36% from 255) = 60.63%
R=27.87%
G=11.50%
B=60.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal80331740.540.8100.3226068.1240.59
Hex5021AE36510201044429
Octal120412566612104040410451
Binary101000010000110101110110110101000101000001000001001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5021AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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