Shades of Purple Heart #501FAB
Tints of Purple Heart #501FAB
RGB
CMYK
RGB Variations
Color information
#501FAB (or 0x501FAB) is known color: Purple Heart. HEX triplet: 50, 1F and AB. RGB value is (80,31,171). Sum of RGB (Red+Green+Blue) = 80+31+171=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 31 (12.5% from 255 or 10.99% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #501FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501FAB is #AFE054. Grayscale: #3D3D3D. Windows color (decimal): -11526229 or 11214672. OLE color: 11214672.
HSL color Cylindrical-coordinate representation of color #501FAB: hue angle of 261º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #501FAB is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 31 | 171 | - |
| CMYK | 0.53 | 0.82 | 0 | 0.33 |
| HSL | 261º | 0.69% | 0.4% | - |
| HSV(B) | 261º | 0.82% | 0.67% | - |
| XYZ | 11.15 | 5.63 | 39.03 | - |
| YUV | 61.61 | 189.73 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 31 | 171 | 0.53 | 0.82 | 0 | 0.33 | 261 | 0.69 | 0.4 |
| Hex | 50 | 1F | AB | 35 | 52 | 0 | 21 | 105 | 45 | 28 |
| Octal | 120 | 37 | 253 | 65 | 122 | 0 | 41 | 405 | 105 | 50 |
| Binary | 1010000 | 11111 | 10101011 | 110101 | 1010010 | 0 | 100001 | 100000101 | 1000101 | 101000 |
Color Harmonies of #501FAB
Complementary color
Monochromatic Colors of #501FAB
Black with #501FAB
Text Example
Text Example
White with #501FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501FAB; }
p { color: rgb(80,31,171); }
H1.HeaderClassName
{
color: #501FAB;
}
.AnyTagClassName
{
color: #501FAB;
}
</style>
background-color css
<style>
a { background-color: #501FAB; }
a { background-color: rgb(80,31,171); }
div.DivClassName
{
background-color: #501FAB;
}
.BgClassName
{
background-color: #501FAB;
}
</style>
border-color css
<style>
span { border-color: #501FAB; }
span { border-color: rgb(80,31,171); }
td.TdClassName
{
border-color: #501FAB;
}
.TagClassName
{
border-color: #501FAB;
}
</style>