Shades of Purple Heart #561FAC
Tints of Purple Heart #561FAC
RGB
CMYK
RGB Variations
Color information
#561FAC (or 0x561FAC) is known color: Purple Heart. HEX triplet: 56, 1F and AC. RGB value is (86,31,172). Sum of RGB (Red+Green+Blue) = 86+31+172=289 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.76% from 289); Green value is 31 (12.5% from 255 or 10.73% from 289); Blue value is 172 (67.58% from 255 or 59.52% from 289); Max value from RGB is 172 - color contains mainly: blue. Hex color #561FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561FAC is #A9E053. Grayscale: #3F3F3F. Windows color (decimal): -11133012 or 11280214. OLE color: 11280214.
HSL color Cylindrical-coordinate representation of color #561FAC: hue angle of 263.4º 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 #561FAC is Cyan = 0.5, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 31 | 172 | - |
| CMYK | 0.5 | 0.82 | 0 | 0.33 |
| HSL | 263.4º | 0.69% | 0.4% | - |
| HSV(B) | 263.4º | 0.82% | 0.67% | - |
| XYZ | 11.77 | 5.94 | 39.56 | - |
| YUV | 63.52 | 189.22 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 31 | 172 | 0.5 | 0.82 | 0 | 0.33 | 263.4 | 0.69 | 0.4 |
| Hex | 56 | 1F | AC | 32 | 52 | 0 | 21 | 107 | 45 | 28 |
| Octal | 126 | 37 | 254 | 62 | 122 | 0 | 41 | 407 | 105 | 50 |
| Binary | 1010110 | 11111 | 10101100 | 110010 | 1010010 | 0 | 100001 | 100000111 | 1000101 | 101000 |
Color Harmonies of #561FAC
Complementary color
Monochromatic Colors of #561FAC
Black with #561FAC
Text Example
Text Example
White with #561FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561FAC; }
p { color: rgb(86,31,172); }
H1.HeaderClassName
{
color: #561FAC;
}
.AnyTagClassName
{
color: #561FAC;
}
</style>
background-color css
<style>
a { background-color: #561FAC; }
a { background-color: rgb(86,31,172); }
div.DivClassName
{
background-color: #561FAC;
}
.BgClassName
{
background-color: #561FAC;
}
</style>
border-color css
<style>
span { border-color: #561FAC; }
span { border-color: rgb(86,31,172); }
td.TdClassName
{
border-color: #561FAC;
}
.TagClassName
{
border-color: #561FAC;
}
</style>