#5022AE

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

Shades of Purple Heart #5022AE

Tints of Purple Heart #5022AE

Color information

#5022AE (or 0x5022AE) is unknown color: approx Purple Heart. HEX triplet: 50, 22 and AE. RGB value is (80,34,174). Sum of RGB (Red+Green+Blue) = 80+34+174=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 174 (68.36% from 255 or 60.42% from 288); Max value from RGB is 174 - color contains mainly: blue. Hex color #5022AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5022AE is #AFDD51. Grayscale: #3F3F3F. Windows color (decimal): -11525458 or 11412048. OLE color: 11412048.

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

Color convert

RGB8034174-
CMYK0.540.8000.32
HSL259.71º67.31%40.78%-
HSV(B)259.71º80.46%68.24%-
XYZ11.525.9140.58-
YUV63.71190.24139.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.78%
GREEN value IS 34 (13.67% from 255) = 11.81%
BLUE value IS 174 (68.36% from 255) = 60.42%
R=27.78%
G=11.81%
B=60.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal80341740.540.8000.32259.7167.3140.78
Hex5022AE36500201044329
Octal120422566612004040410351
Binary101000010001010101110110110101000001000001000001001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5022AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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