Shades of Purple Heart #501FAC
Tints of Purple Heart #501FAC
RGB
CMYK
RGB Variations
Color information
#501FAC (or 0x501FAC) is known color: Purple Heart. HEX triplet: 50, 1F and AC. RGB value is (80,31,172). Sum of RGB (Red+Green+Blue) = 80+31+172=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 31 (12.5% from 255 or 10.95% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #501FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501FAC is #AFE053. Grayscale: #3D3D3D. Windows color (decimal): -11526228 or 11280208. OLE color: 11280208.
HSL color Cylindrical-coordinate representation of color #501FAC: hue angle of 260.85º 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 #501FAC is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 31 | 172 | - |
| CMYK | 0.53 | 0.82 | 0 | 0.33 |
| HSL | 260.85º | 0.69% | 0.4% | - |
| HSV(B) | 260.85º | 0.82% | 0.67% | - |
| XYZ | 11.24 | 5.66 | 39.53 | - |
| YUV | 61.73 | 190.23 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 31 | 172 | 0.53 | 0.82 | 0 | 0.33 | 260.85 | 0.69 | 0.4 |
| Hex | 50 | 1F | AC | 35 | 52 | 0 | 21 | 105 | 45 | 28 |
| Octal | 120 | 37 | 254 | 65 | 122 | 0 | 41 | 405 | 105 | 50 |
| Binary | 1010000 | 11111 | 10101100 | 110101 | 1010010 | 0 | 100001 | 100000101 | 1000101 | 101000 |
Color Harmonies of #501FAC
Complementary color
Monochromatic Colors of #501FAC
Black with #501FAC
Text Example
Text Example
White with #501FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501FAC; }
p { color: rgb(80,31,172); }
H1.HeaderClassName
{
color: #501FAC;
}
.AnyTagClassName
{
color: #501FAC;
}
</style>
background-color css
<style>
a { background-color: #501FAC; }
a { background-color: rgb(80,31,172); }
div.DivClassName
{
background-color: #501FAC;
}
.BgClassName
{
background-color: #501FAC;
}
</style>
border-color css
<style>
span { border-color: #501FAC; }
span { border-color: rgb(80,31,172); }
td.TdClassName
{
border-color: #501FAC;
}
.TagClassName
{
border-color: #501FAC;
}
</style>