Shades of Purple Heart #501DAE
Tints of Purple Heart #501DAE
RGB
CMYK
RGB Variations
Color information
#501DAE (or 0x501DAE) is known color: Purple Heart. HEX triplet: 50, 1D and AE. RGB value is (80,29,174). Sum of RGB (Red+Green+Blue) = 80+29+174=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 174 (68.36% from 255 or 61.48% from 283); Max value from RGB is 174 - color contains mainly: blue. Hex color #501DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501DAE is #AFE251. Grayscale: #3C3C3C. Windows color (decimal): -11526738 or 11410768. OLE color: 11410768.
HSL color Cylindrical-coordinate representation of color #501DAE: hue angle of 261.1º 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 #501DAE is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 29 | 174 | - |
| CMYK | 0.54 | 0.83 | 0 | 0.32 |
| HSL | 261.1º | 0.71% | 0.4% | - |
| HSV(B) | 261.1º | 0.83% | 0.68% | - |
| XYZ | 11.39 | 5.64 | 40.53 | - |
| YUV | 60.78 | 191.9 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 174 | 0.54 | 0.83 | 0 | 0.32 | 261.1 | 0.71 | 0.4 |
| Hex | 50 | 1D | AE | 36 | 53 | 0 | 20 | 105 | 47 | 28 |
| Octal | 120 | 35 | 256 | 66 | 123 | 0 | 40 | 405 | 107 | 50 |
| Binary | 1010000 | 11101 | 10101110 | 110110 | 1010011 | 0 | 100000 | 100000101 | 1000111 | 101000 |
Color Harmonies of #501DAE
Complementary color
Monochromatic Colors of #501DAE
Black with #501DAE
Text Example
Text Example
White with #501DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501DAE; }
p { color: rgb(80,29,174); }
H1.HeaderClassName
{
color: #501DAE;
}
.AnyTagClassName
{
color: #501DAE;
}
</style>
background-color css
<style>
a { background-color: #501DAE; }
a { background-color: rgb(80,29,174); }
div.DivClassName
{
background-color: #501DAE;
}
.BgClassName
{
background-color: #501DAE;
}
</style>
border-color css
<style>
span { border-color: #501DAE; }
span { border-color: rgb(80,29,174); }
td.TdClassName
{
border-color: #501DAE;
}
.TagClassName
{
border-color: #501DAE;
}
</style>