Shades of Purple Heart #501FAE
Tints of Purple Heart #501FAE
RGB
CMYK
RGB Variations
Color information
#501FAE (or 0x501FAE) is known color: Purple Heart. HEX triplet: 50, 1F and AE. RGB value is (80,31,174). Sum of RGB (Red+Green+Blue) = 80+31+174=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 31 (12.5% from 255 or 10.88% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #501FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501FAE is #AFE051. Grayscale: #3D3D3D. Windows color (decimal): -11526226 or 11411280. OLE color: 11411280.
HSL color Cylindrical-coordinate representation of color #501FAE: hue angle of 260.56º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #501FAE is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 31 | 174 | - |
| CMYK | 0.54 | 0.82 | 0 | 0.32 |
| HSL | 260.56º | 0.7% | 0.4% | - |
| HSV(B) | 260.56º | 0.82% | 0.68% | - |
| XYZ | 11.44 | 5.74 | 40.55 | - |
| YUV | 61.95 | 191.23 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 31 | 174 | 0.54 | 0.82 | 0 | 0.32 | 260.56 | 0.7 | 0.4 |
| Hex | 50 | 1F | AE | 36 | 52 | 0 | 20 | 105 | 46 | 28 |
| Octal | 120 | 37 | 256 | 66 | 122 | 0 | 40 | 405 | 106 | 50 |
| Binary | 1010000 | 11111 | 10101110 | 110110 | 1010010 | 0 | 100000 | 100000101 | 1000110 | 101000 |
Color Harmonies of #501FAE
Complementary color
Monochromatic Colors of #501FAE
Black with #501FAE
Text Example
Text Example
White with #501FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501FAE; }
p { color: rgb(80,31,174); }
H1.HeaderClassName
{
color: #501FAE;
}
.AnyTagClassName
{
color: #501FAE;
}
</style>
background-color css
<style>
a { background-color: #501FAE; }
a { background-color: rgb(80,31,174); }
div.DivClassName
{
background-color: #501FAE;
}
.BgClassName
{
background-color: #501FAE;
}
</style>
border-color css
<style>
span { border-color: #501FAE; }
span { border-color: rgb(80,31,174); }
td.TdClassName
{
border-color: #501FAE;
}
.TagClassName
{
border-color: #501FAE;
}
</style>