Shades of Purple Heart #501DCC
Tints of Purple Heart #501DCC
RGB
CMYK
RGB Variations
Color information
#501DCC (or 0x501DCC) is known color: Purple Heart. HEX triplet: 50, 1D and CC. RGB value is (80,29,204). Sum of RGB (Red+Green+Blue) = 80+29+204=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 29 (11.72% from 255 or 9.27% from 313); Blue value is 204 (80.08% from 255 or 65.18% from 313); Max value from RGB is 204 - color contains mainly: blue. Hex color #501DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501DCC is #AFE233. Grayscale: #3F3F3F. Windows color (decimal): -11526708 or 13376848. OLE color: 13376848.
HSL color Cylindrical-coordinate representation of color #501DCC: hue angle of 257.49º 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 #501DCC is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 29 | 204 | - |
| CMYK | 0.61 | 0.86 | 0 | 0.2 |
| HSL | 257.49º | 0.75% | 0.46% | - |
| HSV(B) | 257.49º | 0.86% | 0.8% | - |
| XYZ | 14.65 | 6.94 | 57.7 | - |
| YUV | 64.2 | 206.9 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 204 | 0.61 | 0.86 | 0 | 0.2 | 257.49 | 0.75 | 0.46 |
| Hex | 50 | 1D | CC | 3D | 56 | 0 | 14 | 101 | 4B | 2E |
| Octal | 120 | 35 | 314 | 75 | 126 | 0 | 24 | 401 | 113 | 56 |
| Binary | 1010000 | 11101 | 11001100 | 111101 | 1010110 | 0 | 10100 | 100000001 | 1001011 | 101110 |
Color Harmonies of #501DCC
Complementary color
Monochromatic Colors of #501DCC
Black with #501DCC
Text Example
Text Example
White with #501DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501DCC; }
p { color: rgb(80,29,204); }
H1.HeaderClassName
{
color: #501DCC;
}
.AnyTagClassName
{
color: #501DCC;
}
</style>
background-color css
<style>
a { background-color: #501DCC; }
a { background-color: rgb(80,29,204); }
div.DivClassName
{
background-color: #501DCC;
}
.BgClassName
{
background-color: #501DCC;
}
</style>
border-color css
<style>
span { border-color: #501DCC; }
span { border-color: rgb(80,29,204); }
td.TdClassName
{
border-color: #501DCC;
}
.TagClassName
{
border-color: #501DCC;
}
</style>