Shades of Purple Heart #501DCF
Tints of Purple Heart #501DCF
RGB
CMYK
RGB Variations
Color information
#501DCF (or 0x501DCF) is known color: Purple Heart. HEX triplet: 50, 1D and CF. RGB value is (80,29,207). Sum of RGB (Red+Green+Blue) = 80+29+207=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 29 (11.72% from 255 or 9.18% from 316); Blue value is 207 (81.25% from 255 or 65.51% from 316); Max value from RGB is 207 - color contains mainly: blue. Hex color #501DCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501DCF is #AFE230. Grayscale: #3F3F3F. Windows color (decimal): -11526705 or 13573456. OLE color: 13573456.
HSL color Cylindrical-coordinate representation of color #501DCF: hue angle of 257.19º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #501DCF is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 29 | 207 | - |
| CMYK | 0.61 | 0.86 | 0 | 0.19 |
| HSL | 257.19º | 0.75% | 0.46% | - |
| HSV(B) | 257.19º | 0.86% | 0.81% | - |
| XYZ | 15.01 | 7.09 | 59.61 | - |
| YUV | 64.54 | 208.4 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 207 | 0.61 | 0.86 | 0 | 0.19 | 257.19 | 0.75 | 0.46 |
| Hex | 50 | 1D | CF | 3D | 56 | 0 | 13 | 101 | 4B | 2E |
| Octal | 120 | 35 | 317 | 75 | 126 | 0 | 23 | 401 | 113 | 56 |
| Binary | 1010000 | 11101 | 11001111 | 111101 | 1010110 | 0 | 10011 | 100000001 | 1001011 | 101110 |
Color Harmonies of #501DCF
Complementary color
Monochromatic Colors of #501DCF
Black with #501DCF
Text Example
Text Example
White with #501DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501DCF; }
p { color: rgb(80,29,207); }
H1.HeaderClassName
{
color: #501DCF;
}
.AnyTagClassName
{
color: #501DCF;
}
</style>
background-color css
<style>
a { background-color: #501DCF; }
a { background-color: rgb(80,29,207); }
div.DivClassName
{
background-color: #501DCF;
}
.BgClassName
{
background-color: #501DCF;
}
</style>
border-color css
<style>
span { border-color: #501DCF; }
span { border-color: rgb(80,29,207); }
td.TdClassName
{
border-color: #501DCF;
}
.TagClassName
{
border-color: #501DCF;
}
</style>