Shades of Purple Heart #561AAF
Tints of Purple Heart #561AAF
RGB
CMYK
RGB Variations
Color information
#561AAF (or 0x561AAF) is known color: Purple Heart. HEX triplet: 56, 1A and AF. RGB value is (86,26,175). Sum of RGB (Red+Green+Blue) = 86+26+175=287 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.97% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 175 (68.75% from 255 or 60.98% from 287); Max value from RGB is 175 - color contains mainly: blue. Hex color #561AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561AAF is #A9E550. Grayscale: #3C3C3C. Windows color (decimal): -11134289 or 11475542. OLE color: 11475542.
HSL color Cylindrical-coordinate representation of color #561AAF: hue angle of 264.16º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #561AAF is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 26 | 175 | - |
| CMYK | 0.51 | 0.85 | 0 | 0.31 |
| HSL | 264.16º | 0.74% | 0.39% | - |
| HSV(B) | 264.16º | 0.85% | 0.69% | - |
| XYZ | 11.95 | 5.81 | 41.05 | - |
| YUV | 60.93 | 192.38 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 26 | 175 | 0.51 | 0.85 | 0 | 0.31 | 264.16 | 0.74 | 0.39 |
| Hex | 56 | 1A | AF | 33 | 55 | 0 | 1F | 108 | 4A | 27 |
| Octal | 126 | 32 | 257 | 63 | 125 | 0 | 37 | 410 | 112 | 47 |
| Binary | 1010110 | 11010 | 10101111 | 110011 | 1010101 | 0 | 11111 | 100001000 | 1001010 | 100111 |
Color Harmonies of #561AAF
Complementary color
Monochromatic Colors of #561AAF
Black with #561AAF
Text Example
Text Example
White with #561AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561AAF; }
p { color: rgb(86,26,175); }
H1.HeaderClassName
{
color: #561AAF;
}
.AnyTagClassName
{
color: #561AAF;
}
</style>
background-color css
<style>
a { background-color: #561AAF; }
a { background-color: rgb(86,26,175); }
div.DivClassName
{
background-color: #561AAF;
}
.BgClassName
{
background-color: #561AAF;
}
</style>
border-color css
<style>
span { border-color: #561AAF; }
span { border-color: rgb(86,26,175); }
td.TdClassName
{
border-color: #561AAF;
}
.TagClassName
{
border-color: #561AAF;
}
</style>