Shades of Purple Heart #561BBA
Tints of Purple Heart #561BBA
RGB
CMYK
RGB Variations
Color information
#561BBA (or 0x561BBA) is known color: Purple Heart. HEX triplet: 56, 1B and BA. RGB value is (86,27,186). Sum of RGB (Red+Green+Blue) = 86+27+186=299 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.76% from 299); Green value is 27 (10.94% from 255 or 9.03% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #561BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561BBA is #A9E445. Grayscale: #3E3E3E. Windows color (decimal): -11134022 or 12196694. OLE color: 12196694.
HSL color Cylindrical-coordinate representation of color #561BBA: hue angle of 262.26º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #561BBA is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 27 | 186 | - |
| CMYK | 0.54 | 0.85 | 0 | 0.27 |
| HSL | 262.26º | 0.75% | 0.42% | - |
| HSV(B) | 262.26º | 0.85% | 0.73% | - |
| XYZ | 13.09 | 6.31 | 46.98 | - |
| YUV | 62.77 | 197.55 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 27 | 186 | 0.54 | 0.85 | 0 | 0.27 | 262.26 | 0.75 | 0.42 |
| Hex | 56 | 1B | BA | 36 | 55 | 0 | 1B | 106 | 4B | 2A |
| Octal | 126 | 33 | 272 | 66 | 125 | 0 | 33 | 406 | 113 | 52 |
| Binary | 1010110 | 11011 | 10111010 | 110110 | 1010101 | 0 | 11011 | 100000110 | 1001011 | 101010 |
Color Harmonies of #561BBA
Complementary color
Monochromatic Colors of #561BBA
Black with #561BBA
Text Example
Text Example
White with #561BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561BBA; }
p { color: rgb(86,27,186); }
H1.HeaderClassName
{
color: #561BBA;
}
.AnyTagClassName
{
color: #561BBA;
}
</style>
background-color css
<style>
a { background-color: #561BBA; }
a { background-color: rgb(86,27,186); }
div.DivClassName
{
background-color: #561BBA;
}
.BgClassName
{
background-color: #561BBA;
}
</style>
border-color css
<style>
span { border-color: #561BBA; }
span { border-color: rgb(86,27,186); }
td.TdClassName
{
border-color: #561BBA;
}
.TagClassName
{
border-color: #561BBA;
}
</style>