Shades of Purple Heart #501DAD
Tints of Purple Heart #501DAD
RGB
CMYK
RGB Variations
Color information
#501DAD (or 0x501DAD) is known color: Purple Heart. HEX triplet: 50, 1D and AD. RGB value is (80,29,173). Sum of RGB (Red+Green+Blue) = 80+29+173=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 29 (11.72% from 255 or 10.28% from 282); Blue value is 173 (67.97% from 255 or 61.35% from 282); Max value from RGB is 173 - color contains mainly: blue. Hex color #501DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501DAD is #AFE252. Grayscale: #3C3C3C. Windows color (decimal): -11526739 or 11345232. OLE color: 11345232.
HSL color Cylindrical-coordinate representation of color #501DAD: hue angle of 261.25º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #501DAD is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 29 | 173 | - |
| CMYK | 0.54 | 0.83 | 0 | 0.32 |
| HSL | 261.25º | 0.71% | 0.4% | - |
| HSV(B) | 261.25º | 0.83% | 0.68% | - |
| XYZ | 11.29 | 5.6 | 40.02 | - |
| YUV | 60.67 | 191.4 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 173 | 0.54 | 0.83 | 0 | 0.32 | 261.25 | 0.71 | 0.4 |
| Hex | 50 | 1D | AD | 36 | 53 | 0 | 20 | 105 | 47 | 28 |
| Octal | 120 | 35 | 255 | 66 | 123 | 0 | 40 | 405 | 107 | 50 |
| Binary | 1010000 | 11101 | 10101101 | 110110 | 1010011 | 0 | 100000 | 100000101 | 1000111 | 101000 |
Color Harmonies of #501DAD
Complementary color
Monochromatic Colors of #501DAD
Black with #501DAD
Text Example
Text Example
White with #501DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501DAD; }
p { color: rgb(80,29,173); }
H1.HeaderClassName
{
color: #501DAD;
}
.AnyTagClassName
{
color: #501DAD;
}
</style>
background-color css
<style>
a { background-color: #501DAD; }
a { background-color: rgb(80,29,173); }
div.DivClassName
{
background-color: #501DAD;
}
.BgClassName
{
background-color: #501DAD;
}
</style>
border-color css
<style>
span { border-color: #501DAD; }
span { border-color: rgb(80,29,173); }
td.TdClassName
{
border-color: #501DAD;
}
.TagClassName
{
border-color: #501DAD;
}
</style>