Shades of Purple Heart #501ED1
Tints of Purple Heart #501ED1
RGB
CMYK
RGB Variations
Color information
#501ED1 (or 0x501ED1) is known color: Purple Heart. HEX triplet: 50, 1E and D1. RGB value is (80,30,209). Sum of RGB (Red+Green+Blue) = 80+30+209=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 30 (12.11% from 255 or 9.40% from 319); Blue value is 209 (82.03% from 255 or 65.52% from 319); Max value from RGB is 209 - color contains mainly: blue. Hex color #501ED1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501ED1 is #AFE12E. Grayscale: #404040. Windows color (decimal): -11526447 or 13704784. OLE color: 13704784.
HSL color Cylindrical-coordinate representation of color #501ED1: hue angle of 256.76º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #501ED1 is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 30 | 209 | - |
| CMYK | 0.62 | 0.86 | 0 | 0.18 |
| HSL | 256.76º | 0.75% | 0.47% | - |
| HSV(B) | 256.76º | 0.86% | 0.82% | - |
| XYZ | 15.28 | 7.24 | 60.91 | - |
| YUV | 65.36 | 209.07 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 209 | 0.62 | 0.86 | 0 | 0.18 | 256.76 | 0.75 | 0.47 |
| Hex | 50 | 1E | D1 | 3E | 56 | 0 | 12 | 101 | 4B | 2F |
| Octal | 120 | 36 | 321 | 76 | 126 | 0 | 22 | 401 | 113 | 57 |
| Binary | 1010000 | 11110 | 11010001 | 111110 | 1010110 | 0 | 10010 | 100000001 | 1001011 | 101111 |
Color Harmonies of #501ED1
Complementary color
Monochromatic Colors of #501ED1
Black with #501ED1
Text Example
Text Example
White with #501ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501ED1; }
p { color: rgb(80,30,209); }
H1.HeaderClassName
{
color: #501ED1;
}
.AnyTagClassName
{
color: #501ED1;
}
</style>
background-color css
<style>
a { background-color: #501ED1; }
a { background-color: rgb(80,30,209); }
div.DivClassName
{
background-color: #501ED1;
}
.BgClassName
{
background-color: #501ED1;
}
</style>
border-color css
<style>
span { border-color: #501ED1; }
span { border-color: rgb(80,30,209); }
td.TdClassName
{
border-color: #501ED1;
}
.TagClassName
{
border-color: #501ED1;
}
</style>