#500fa9

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

Shades of Purple Heart #500FA9

Tints of Purple Heart #500FA9

Color information

#500FA9 (or 0x500FA9) is unknown color: approx Purple Heart. HEX triplet: 50, 0F and A9. RGB value is (80,15,169). Sum of RGB (Red+Green+Blue) = 80+15+169=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 15 (6.25% from 255 or 5.68% from 264); Blue value is 169 (66.41% from 255 or 64.02% from 264); Max value from RGB is 169 - color contains mainly: blue. Hex color #500FA9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500FA9 is #AFF056. Grayscale: #333333. Windows color (decimal): -11530327 or 11079504. OLE color: 11079504.

HSL color Cylindrical-coordinate representation of color #500FA9: hue angle of 265.32º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #500FA9 is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8015169-
CMYK0.530.9100.34
HSL265.32º83.7%36.08%-
HSV(B)265.32º91.12%66.27%-
XYZ10.644.9137.92-
YUV51.99194.03147.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.30%
GREEN value IS 15 (6.25% from 255) = 5.68%
BLUE value IS 169 (66.41% from 255) = 64.02%
R=30.30%
G=5.68%
B=64.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal80151690.530.9100.34265.3283.736.08
Hex50FA9355B0221095424
Octal120172516513304241112444
Binary1010000111110101001110101101101101000101000010011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500fa9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500fa9; }

 p { color: rgb(80,15,169); }

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

<style>
 a { background-color: #500fa9; }

 a { background-color: rgb(80,15,169); }

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

<style>
 span { border-color: #500fa9; }

 span { border-color: rgb(80,15,169); }

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