#5021A8

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

Shades of Purple Heart #5021A8

Tints of Purple Heart #5021A8

Color information

#5021A8 (or 0x5021A8) is unknown color: approx Purple Heart. HEX triplet: 50, 21 and A8. RGB value is (80,33,168). Sum of RGB (Red+Green+Blue) = 80+33+168=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 168 (66.02% from 255 or 59.79% from 281); Max value from RGB is 168 - color contains mainly: blue. Hex color #5021A8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5021A8 is #AFDE57. Grayscale: #3D3D3D. Windows color (decimal): -11525720 or 11018576. OLE color: 11018576.

HSL color Cylindrical-coordinate representation of color #5021A8: hue angle of 260.89º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5021A8 is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8033168-
CMYK0.520.8000.34
HSL260.89º67.16%39.41%-
HSV(B)260.89º80.36%65.88%-
XYZ10.925.6237.56-
YUV62.44187.57140.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.47%
GREEN value IS 33 (13.28% from 255) = 11.74%
BLUE value IS 168 (66.02% from 255) = 59.79%
R=28.47%
G=11.74%
B=59.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal80331680.520.8000.34260.8967.1639.41
Hex5021A834500221054327
Octal120412506412004240510347
Binary101000010000110101000110100101000001000101000001011000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5021A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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