Shades of Purple Heart #561AAB
Tints of Purple Heart #561AAB
RGB
CMYK
RGB Variations
Color information
#561AAB (or 0x561AAB) is known color: Purple Heart. HEX triplet: 56, 1A and AB. RGB value is (86,26,171). Sum of RGB (Red+Green+Blue) = 86+26+171=283 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.39% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #561AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561AAB is #A9E554. Grayscale: #3B3B3B. Windows color (decimal): -11134293 or 11213398. OLE color: 11213398.
HSL color Cylindrical-coordinate representation of color #561AAB: hue angle of 264.83º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #561AAB is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 26 | 171 | - |
| CMYK | 0.50 | 0.85 | 0 | 0.33 |
| HSL | 264.83º | 0.74% | 0.39% | - |
| HSV(B) | 264.83º | 0.85% | 0.67% | - |
| XYZ | 11.56 | 5.66 | 39.01 | - |
| YUV | 60.47 | 190.38 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 26 | 171 | 0.50 | 0.85 | 0 | 0.33 | 264.83 | 0.74 | 0.39 |
| Hex | 56 | 1A | AB | 32 | 55 | 0 | 21 | 109 | 4A | 27 |
| Octal | 126 | 32 | 253 | 62 | 125 | 0 | 41 | 411 | 112 | 47 |
| Binary | 1010110 | 11010 | 10101011 | 110010 | 1010101 | 0 | 100001 | 100001001 | 1001010 | 100111 |
Color Harmonies of #561AAB
Complementary color
Monochromatic Colors of #561AAB
Black with #561AAB
Text Example
Text Example
White with #561AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561AAB; }
p { color: rgb(86,26,171); }
H1.HeaderClassName
{
color: #561AAB;
}
.AnyTagClassName
{
color: #561AAB;
}
</style>
background-color css
<style>
a { background-color: #561AAB; }
a { background-color: rgb(86,26,171); }
div.DivClassName
{
background-color: #561AAB;
}
.BgClassName
{
background-color: #561AAB;
}
</style>
border-color css
<style>
span { border-color: #561AAB; }
span { border-color: rgb(86,26,171); }
td.TdClassName
{
border-color: #561AAB;
}
.TagClassName
{
border-color: #561AAB;
}
</style>