#501CD1

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

Shades of Purple Heart #501CD1

Tints of Purple Heart #501CD1

Color information

#501CD1 (or 0x501CD1) is unknown color: approx Purple Heart. HEX triplet: 50, 1C and D1. RGB value is (80,28,209). Sum of RGB (Red+Green+Blue) = 80+28+209=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 209 (82.03% from 255 or 65.93% from 317); Max value from RGB is 209 - color contains mainly: blue. Hex color #501CD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501CD1 is #AFE32E. Grayscale: #3F3F3F. Windows color (decimal): -11526959 or 13704272. OLE color: 13704272.

HSL color Cylindrical-coordinate representation of color #501CD1: hue angle of 257.24º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #501CD1 is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8028209-
CMYK0.620.8700.18
HSL257.24º76.37%46.47%-
HSV(B)257.24º86.6%81.96%-
XYZ15.237.1460.9-
YUV64.18209.73139.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.24%
GREEN value IS 28 (11.33% from 255) = 8.83%
BLUE value IS 209 (82.03% from 255) = 65.93%
R=25.24%
G=8.83%
B=65.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal80282090.620.8700.18257.2476.3746.47
Hex501CD13E570121014c2e
Octal120343217612702240111456
Binary1010000111001101000111111010101110100101000000011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501CD1; }

 p { color: rgb(80,28,209); }

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

<style>
 a { background-color: #501CD1; }

 a { background-color: rgb(80,28,209); }

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

<style>
 span { border-color: #501CD1; }

 span { border-color: rgb(80,28,209); }

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