Shades of Purple Heart #501DD4
Tints of Purple Heart #501DD4
RGB
CMYK
RGB Variations
Color information
#501DD4 (or 0x501DD4) is known color: Purple Heart. HEX triplet: 50, 1D and D4. RGB value is (80,29,212). Sum of RGB (Red+Green+Blue) = 80+29+212=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 29 (11.72% from 255 or 9.03% from 321); Blue value is 212 (83.20% from 255 or 66.04% from 321); Max value from RGB is 212 - color contains mainly: blue. Hex color #501DD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501DD4 is #AFE22B. Grayscale: #404040. Windows color (decimal): -11526700 or 13901136. OLE color: 13901136.
HSL color Cylindrical-coordinate representation of color #501DD4: hue angle of 256.72º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #501DD4 is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 80 | 29 | 212 | - |
| CMYK | 0.62 | 0.86 | 0 | 0.17 |
| HSL | 256.72º | 0.76% | 0.47% | - |
| HSV(B) | 256.72º | 0.86% | 0.83% | - |
| XYZ | 15.63 | 7.34 | 62.88 | - |
| YUV | 65.11 | 210.9 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 212 | 0.62 | 0.86 | 0 | 0.17 | 256.72 | 0.76 | 0.47 |
| Hex | 50 | 1D | D4 | 3E | 56 | 0 | 11 | 101 | 4C | 2F |
| Octal | 120 | 35 | 324 | 76 | 126 | 0 | 21 | 401 | 114 | 57 |
| Binary | 1010000 | 11101 | 11010100 | 111110 | 1010110 | 0 | 10001 | 100000001 | 1001100 | 101111 |
Color Harmonies of #501DD4
Complementary color
Monochromatic Colors of #501DD4
Black with #501DD4
Text Example
Text Example
White with #501DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501DD4; }
p { color: rgb(80,29,212); }
H1.HeaderClassName
{
color: #501DD4;
}
.AnyTagClassName
{
color: #501DD4;
}
</style>
background-color css
<style>
a { background-color: #501DD4; }
a { background-color: rgb(80,29,212); }
div.DivClassName
{
background-color: #501DD4;
}
.BgClassName
{
background-color: #501DD4;
}
</style>
border-color css
<style>
span { border-color: #501DD4; }
span { border-color: rgb(80,29,212); }
td.TdClassName
{
border-color: #501DD4;
}
.TagClassName
{
border-color: #501DD4;
}
</style>