Shades of Purple Heart #501DCD
Tints of Purple Heart #501DCD
RGB
CMYK
RGB Variations
Color information
#501DCD (or 0x501DCD) is known color: Purple Heart. HEX triplet: 50, 1D and CD. RGB value is (80,29,205). Sum of RGB (Red+Green+Blue) = 80+29+205=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 29 (11.72% from 255 or 9.24% from 314); Blue value is 205 (80.47% from 255 or 65.29% from 314); Max value from RGB is 205 - color contains mainly: blue. Hex color #501DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501DCD is #AFE232. Grayscale: #3F3F3F. Windows color (decimal): -11526707 or 13442384. OLE color: 13442384.
HSL color Cylindrical-coordinate representation of color #501DCD: hue angle of 257.39º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #501DCD is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 29 | 205 | - |
| CMYK | 0.61 | 0.86 | 0 | 0.20 |
| HSL | 257.39º | 0.75% | 0.46% | - |
| HSV(B) | 257.39º | 0.86% | 0.8% | - |
| XYZ | 14.77 | 6.99 | 58.33 | - |
| YUV | 64.31 | 207.4 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 205 | 0.61 | 0.86 | 0 | 0.20 | 257.39 | 0.75 | 0.46 |
| Hex | 50 | 1D | CD | 3D | 56 | 0 | 14 | 101 | 4B | 2E |
| Octal | 120 | 35 | 315 | 75 | 126 | 0 | 24 | 401 | 113 | 56 |
| Binary | 1010000 | 11101 | 11001101 | 111101 | 1010110 | 0 | 10100 | 100000001 | 1001011 | 101110 |
Color Harmonies of #501DCD
Complementary color
Monochromatic Colors of #501DCD
Black with #501DCD
Text Example
Text Example
White with #501DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501DCD; }
p { color: rgb(80,29,205); }
H1.HeaderClassName
{
color: #501DCD;
}
.AnyTagClassName
{
color: #501DCD;
}
</style>
background-color css
<style>
a { background-color: #501DCD; }
a { background-color: rgb(80,29,205); }
div.DivClassName
{
background-color: #501DCD;
}
.BgClassName
{
background-color: #501DCD;
}
</style>
border-color css
<style>
span { border-color: #501DCD; }
span { border-color: rgb(80,29,205); }
td.TdClassName
{
border-color: #501DCD;
}
.TagClassName
{
border-color: #501DCD;
}
</style>