Shades of Purple Heart #501DAF
Tints of Purple Heart #501DAF
RGB
CMYK
RGB Variations
Color information
#501DAF (or 0x501DAF) is known color: Purple Heart. HEX triplet: 50, 1D and AF. RGB value is (80,29,175). Sum of RGB (Red+Green+Blue) = 80+29+175=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 29 (11.72% from 255 or 10.21% from 284); Blue value is 175 (68.75% from 255 or 61.62% from 284); Max value from RGB is 175 - color contains mainly: blue. Hex color #501DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501DAF is #AFE250. Grayscale: #3C3C3C. Windows color (decimal): -11526737 or 11476304. OLE color: 11476304.
HSL color Cylindrical-coordinate representation of color #501DAF: hue angle of 260.96º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #501DAF is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 29 | 175 | - |
| CMYK | 0.54 | 0.83 | 0 | 0.31 |
| HSL | 260.96º | 0.72% | 0.4% | - |
| HSV(B) | 260.96º | 0.83% | 0.69% | - |
| XYZ | 11.49 | 5.68 | 41.05 | - |
| YUV | 60.89 | 192.4 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 175 | 0.54 | 0.83 | 0 | 0.31 | 260.96 | 0.72 | 0.4 |
| Hex | 50 | 1D | AF | 36 | 53 | 0 | 1F | 105 | 48 | 28 |
| Octal | 120 | 35 | 257 | 66 | 123 | 0 | 37 | 405 | 110 | 50 |
| Binary | 1010000 | 11101 | 10101111 | 110110 | 1010011 | 0 | 11111 | 100000101 | 1001000 | 101000 |
Color Harmonies of #501DAF
Complementary color
Monochromatic Colors of #501DAF
Black with #501DAF
Text Example
Text Example
White with #501DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501DAF; }
p { color: rgb(80,29,175); }
H1.HeaderClassName
{
color: #501DAF;
}
.AnyTagClassName
{
color: #501DAF;
}
</style>
background-color css
<style>
a { background-color: #501DAF; }
a { background-color: rgb(80,29,175); }
div.DivClassName
{
background-color: #501DAF;
}
.BgClassName
{
background-color: #501DAF;
}
</style>
border-color css
<style>
span { border-color: #501DAF; }
span { border-color: rgb(80,29,175); }
td.TdClassName
{
border-color: #501DAF;
}
.TagClassName
{
border-color: #501DAF;
}
</style>