Shades of Purple Heart #561BAA
Tints of Purple Heart #561BAA
RGB
CMYK
RGB Variations
Color information
#561BAA (or 0x561BAA) is known color: Purple Heart. HEX triplet: 56, 1B and AA. RGB value is (86,27,170). Sum of RGB (Red+Green+Blue) = 86+27+170=283 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.39% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #561BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561BAA is #A9E455. Grayscale: #3C3C3C. Windows color (decimal): -11134038 or 11148118. OLE color: 11148118.
HSL color Cylindrical-coordinate representation of color #561BAA: hue angle of 264.76º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #561BAA is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 27 | 170 | - |
| CMYK | 0.49 | 0.84 | 0 | 0.33 |
| HSL | 264.76º | 0.73% | 0.39% | - |
| HSV(B) | 264.76º | 0.84% | 0.67% | - |
| XYZ | 11.49 | 5.66 | 38.52 | - |
| YUV | 60.94 | 189.55 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 27 | 170 | 0.49 | 0.84 | 0 | 0.33 | 264.76 | 0.73 | 0.39 |
| Hex | 56 | 1B | AA | 31 | 54 | 0 | 21 | 109 | 49 | 27 |
| Octal | 126 | 33 | 252 | 61 | 124 | 0 | 41 | 411 | 111 | 47 |
| Binary | 1010110 | 11011 | 10101010 | 110001 | 1010100 | 0 | 100001 | 100001001 | 1001001 | 100111 |
Color Harmonies of #561BAA
Complementary color
Monochromatic Colors of #561BAA
Black with #561BAA
Text Example
Text Example
White with #561BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561BAA; }
p { color: rgb(86,27,170); }
H1.HeaderClassName
{
color: #561BAA;
}
.AnyTagClassName
{
color: #561BAA;
}
</style>
background-color css
<style>
a { background-color: #561BAA; }
a { background-color: rgb(86,27,170); }
div.DivClassName
{
background-color: #561BAA;
}
.BgClassName
{
background-color: #561BAA;
}
</style>
border-color css
<style>
span { border-color: #561BAA; }
span { border-color: rgb(86,27,170); }
td.TdClassName
{
border-color: #561BAA;
}
.TagClassName
{
border-color: #561BAA;
}
</style>