Shades of Purple Heart #501DBC
Tints of Purple Heart #501DBC
RGB
CMYK
RGB Variations
Color information
#501DBC (or 0x501DBC) is known color: Purple Heart. HEX triplet: 50, 1D and BC. RGB value is (80,29,188). Sum of RGB (Red+Green+Blue) = 80+29+188=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 29 (11.72% from 255 or 9.76% from 297); Blue value is 188 (73.83% from 255 or 63.30% from 297); Max value from RGB is 188 - color contains mainly: blue. Hex color #501DBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501DBC is #AFE243. Grayscale: #3D3D3D. Windows color (decimal): -11526724 or 12328272. OLE color: 12328272.
HSL color Cylindrical-coordinate representation of color #501DBC: hue angle of 259.25º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #501DBC is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 29 | 188 | - |
| CMYK | 0.57 | 0.85 | 0 | 0.26 |
| HSL | 259.25º | 0.73% | 0.43% | - |
| HSV(B) | 259.25º | 0.85% | 0.74% | - |
| XYZ | 12.82 | 6.22 | 48.1 | - |
| YUV | 62.38 | 198.9 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 188 | 0.57 | 0.85 | 0 | 0.26 | 259.25 | 0.73 | 0.43 |
| Hex | 50 | 1D | BC | 39 | 55 | 0 | 1A | 103 | 49 | 2B |
| Octal | 120 | 35 | 274 | 71 | 125 | 0 | 32 | 403 | 111 | 53 |
| Binary | 1010000 | 11101 | 10111100 | 111001 | 1010101 | 0 | 11010 | 100000011 | 1001001 | 101011 |
Color Harmonies of #501DBC
Complementary color
Monochromatic Colors of #501DBC
Black with #501DBC
Text Example
Text Example
White with #501DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501DBC; }
p { color: rgb(80,29,188); }
H1.HeaderClassName
{
color: #501DBC;
}
.AnyTagClassName
{
color: #501DBC;
}
</style>
background-color css
<style>
a { background-color: #501DBC; }
a { background-color: rgb(80,29,188); }
div.DivClassName
{
background-color: #501DBC;
}
.BgClassName
{
background-color: #501DBC;
}
</style>
border-color css
<style>
span { border-color: #501DBC; }
span { border-color: rgb(80,29,188); }
td.TdClassName
{
border-color: #501DBC;
}
.TagClassName
{
border-color: #501DBC;
}
</style>