#5015AA

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

Shades of Purple Heart #5015AA

Tints of Purple Heart #5015AA

Color information

#5015AA (or 0x5015AA) is unknown color: approx Purple Heart. HEX triplet: 50, 15 and AA. RGB value is (80,21,170). Sum of RGB (Red+Green+Blue) = 80+21+170=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #5015AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5015AA is #AFEA55. Grayscale: #373737. Windows color (decimal): -11528790 or 11146576. OLE color: 11146576.

HSL color Cylindrical-coordinate representation of color #5015AA: hue angle of 263.76º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5015AA is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8021170-
CMYK0.530.8800.33
HSL263.76º78.01%37.45%-
HSV(B)263.76º87.65%66.67%-
XYZ10.835.1438.45-
YUV55.63192.55145.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.52%
GREEN value IS 21 (8.59% from 255) = 7.75%
BLUE value IS 170 (66.80% from 255) = 62.73%
R=29.52%
G=7.75%
B=62.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80211700.530.8800.33263.7678.0137.45
Hex5015AA35580211084e25
Octal120252526513004141011645
Binary10100001010110101010110101101100001000011000010001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5015AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5015AA; }

 p { color: rgb(80,21,170); }

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

<style>
 a { background-color: #5015AA; }

 a { background-color: rgb(80,21,170); }

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

<style>
 span { border-color: #5015AA; }

 span { border-color: rgb(80,21,170); }

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