Shades of Purple Heart #501FAA
Tints of Purple Heart #501FAA
RGB
CMYK
RGB Variations
Color information
#501FAA (or 0x501FAA) is known color: Purple Heart. HEX triplet: 50, 1F and AA. RGB value is (80,31,170). Sum of RGB (Red+Green+Blue) = 80+31+170=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 31 (12.5% from 255 or 11.03% from 281); Blue value is 170 (66.80% from 255 or 60.50% from 281); Max value from RGB is 170 - color contains mainly: blue. Hex color #501FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501FAA is #AFE055. Grayscale: #3C3C3C. Windows color (decimal): -11526230 or 11149136. OLE color: 11149136.
HSL color Cylindrical-coordinate representation of color #501FAA: hue angle of 261.15º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #501FAA is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 31 | 170 | - |
| CMYK | 0.53 | 0.82 | 0 | 0.33 |
| HSL | 261.15º | 0.69% | 0.39% | - |
| HSV(B) | 261.15º | 0.82% | 0.67% | - |
| XYZ | 11.05 | 5.59 | 38.53 | - |
| YUV | 61.5 | 189.23 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 31 | 170 | 0.53 | 0.82 | 0 | 0.33 | 261.15 | 0.69 | 0.39 |
| Hex | 50 | 1F | AA | 35 | 52 | 0 | 21 | 105 | 45 | 27 |
| Octal | 120 | 37 | 252 | 65 | 122 | 0 | 41 | 405 | 105 | 47 |
| Binary | 1010000 | 11111 | 10101010 | 110101 | 1010010 | 0 | 100001 | 100000101 | 1000101 | 100111 |
Color Harmonies of #501FAA
Complementary color
Monochromatic Colors of #501FAA
Black with #501FAA
Text Example
Text Example
White with #501FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501FAA; }
p { color: rgb(80,31,170); }
H1.HeaderClassName
{
color: #501FAA;
}
.AnyTagClassName
{
color: #501FAA;
}
</style>
background-color css
<style>
a { background-color: #501FAA; }
a { background-color: rgb(80,31,170); }
div.DivClassName
{
background-color: #501FAA;
}
.BgClassName
{
background-color: #501FAA;
}
</style>
border-color css
<style>
span { border-color: #501FAA; }
span { border-color: rgb(80,31,170); }
td.TdClassName
{
border-color: #501FAA;
}
.TagClassName
{
border-color: #501FAA;
}
</style>