Shades of Purple Heart #561AAA
Tints of Purple Heart #561AAA
RGB
CMYK
RGB Variations
Color information
#561AAA (or 0x561AAA) is known color: Purple Heart. HEX triplet: 56, 1A and AA. RGB value is (86,26,170). Sum of RGB (Red+Green+Blue) = 86+26+170=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #561AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561AAA is #A9E555. Grayscale: #3B3B3B. Windows color (decimal): -11134294 or 11147862. OLE color: 11147862.
HSL color Cylindrical-coordinate representation of color #561AAA: hue angle of 265º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #561AAA is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 26 | 170 | - |
| CMYK | 0.49 | 0.85 | 0 | 0.33 |
| HSL | 265º | 0.73% | 0.38% | - |
| HSV(B) | 265º | 0.85% | 0.67% | - |
| XYZ | 11.46 | 5.62 | 38.51 | - |
| YUV | 60.36 | 189.88 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 26 | 170 | 0.49 | 0.85 | 0 | 0.33 | 265 | 0.73 | 0.38 |
| Hex | 56 | 1A | AA | 31 | 55 | 0 | 21 | 109 | 49 | 26 |
| Octal | 126 | 32 | 252 | 61 | 125 | 0 | 41 | 411 | 111 | 46 |
| Binary | 1010110 | 11010 | 10101010 | 110001 | 1010101 | 0 | 100001 | 100001001 | 1001001 | 100110 |
Color Harmonies of #561AAA
Complementary color
Monochromatic Colors of #561AAA
Black with #561AAA
Text Example
Text Example
White with #561AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561AAA; }
p { color: rgb(86,26,170); }
H1.HeaderClassName
{
color: #561AAA;
}
.AnyTagClassName
{
color: #561AAA;
}
</style>
background-color css
<style>
a { background-color: #561AAA; }
a { background-color: rgb(86,26,170); }
div.DivClassName
{
background-color: #561AAA;
}
.BgClassName
{
background-color: #561AAA;
}
</style>
border-color css
<style>
span { border-color: #561AAA; }
span { border-color: rgb(86,26,170); }
td.TdClassName
{
border-color: #561AAA;
}
.TagClassName
{
border-color: #561AAA;
}
</style>