Shades of Purple Heart #501AAF
Tints of Purple Heart #501AAF
RGB
CMYK
RGB Variations
Color information
#501AAF (or 0x501AAF) is known color: Purple Heart. HEX triplet: 50, 1A and AF. RGB value is (80,26,175). Sum of RGB (Red+Green+Blue) = 80+26+175=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 175 (68.75% from 255 or 62.28% from 281); Max value from RGB is 175 - color contains mainly: blue. Hex color #501AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501AAF is #AFE550. Grayscale: #3A3A3A. Windows color (decimal): -11527505 or 11475536. OLE color: 11475536.
HSL color Cylindrical-coordinate representation of color #501AAF: hue angle of 261.74º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #501AAF is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 26 | 175 | - |
| CMYK | 0.54 | 0.85 | 0 | 0.31 |
| HSL | 261.75º | 0.74% | 0.39% | - |
| HSV(B) | 261.75º | 0.85% | 0.69% | - |
| XYZ | 11.42 | 5.54 | 41.02 | - |
| YUV | 59.13 | 193.39 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 26 | 175 | 0.54 | 0.85 | 0 | 0.31 | 261.75 | 0.74 | 0.39 |
| Hex | 50 | 1A | AF | 36 | 55 | 0 | 1F | 106 | 4A | 27 |
| Octal | 120 | 32 | 257 | 66 | 125 | 0 | 37 | 406 | 112 | 47 |
| Binary | 1010000 | 11010 | 10101111 | 110110 | 1010101 | 0 | 11111 | 100000110 | 1001010 | 100111 |
Color Harmonies of #501AAF
Complementary color
Monochromatic Colors of #501AAF
Black with #501AAF
Text Example
Text Example
White with #501AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501AAF; }
p { color: rgb(80,26,175); }
H1.HeaderClassName
{
color: #501AAF;
}
.AnyTagClassName
{
color: #501AAF;
}
</style>
background-color css
<style>
a { background-color: #501AAF; }
a { background-color: rgb(80,26,175); }
div.DivClassName
{
background-color: #501AAF;
}
.BgClassName
{
background-color: #501AAF;
}
</style>
border-color css
<style>
span { border-color: #501AAF; }
span { border-color: rgb(80,26,175); }
td.TdClassName
{
border-color: #501AAF;
}
.TagClassName
{
border-color: #501AAF;
}
</style>