#5021AB

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

Shades of Purple Heart #5021AB

Tints of Purple Heart #5021AB

Color information

#5021AB (or 0x5021AB) is unknown color: approx Purple Heart. HEX triplet: 50, 21 and AB. RGB value is (80,33,171). Sum of RGB (Red+Green+Blue) = 80+33+171=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #5021AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5021AB is #AFDE54. Grayscale: #3E3E3E. Windows color (decimal): -11525717 or 11215184. OLE color: 11215184.

HSL color Cylindrical-coordinate representation of color #5021AB: hue angle of 260.43º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5021AB is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8033171-
CMYK0.530.8100.33
HSL260.43º67.65%40%-
HSV(B)260.43º80.7%67.06%-
XYZ11.25.7339.04-
YUV62.78189.07140.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.17%
GREEN value IS 33 (13.28% from 255) = 11.62%
BLUE value IS 171 (67.19% from 255) = 60.21%
R=28.17%
G=11.62%
B=60.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80331710.530.8100.33260.4367.6540
Hex5021AB35510211044428
Octal120412536512104140410450
Binary101000010000110101011110101101000101000011000001001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5021AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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