Shades of Purple Heart #561DB9
Tints of Purple Heart #561DB9
RGB
CMYK
RGB Variations
Color information
#561DB9 (or 0x561DB9) is known color: Purple Heart. HEX triplet: 56, 1D and B9. RGB value is (86,29,185). Sum of RGB (Red+Green+Blue) = 86+29+185=300 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.67% from 300); Green value is 29 (11.72% from 255 or 9.67% from 300); Blue value is 185 (72.66% from 255 or 61.67% from 300); Max value from RGB is 185 - color contains mainly: blue. Hex color #561DB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561DB9 is #A9E246. Grayscale: #3F3F3F. Windows color (decimal): -11133511 or 12131670. OLE color: 12131670.
HSL color Cylindrical-coordinate representation of color #561DB9: hue angle of 261.92º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #561DB9 is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 29 | 185 | - |
| CMYK | 0.54 | 0.84 | 0 | 0.27 |
| HSL | 261.92º | 0.73% | 0.42% | - |
| HSV(B) | 261.92º | 0.84% | 0.73% | - |
| XYZ | 13.03 | 6.36 | 46.44 | - |
| YUV | 63.83 | 196.38 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 29 | 185 | 0.54 | 0.84 | 0 | 0.27 | 261.92 | 0.73 | 0.42 |
| Hex | 56 | 1D | B9 | 36 | 54 | 0 | 1B | 106 | 49 | 2A |
| Octal | 126 | 35 | 271 | 66 | 124 | 0 | 33 | 406 | 111 | 52 |
| Binary | 1010110 | 11101 | 10111001 | 110110 | 1010100 | 0 | 11011 | 100000110 | 1001001 | 101010 |
Color Harmonies of #561DB9
Complementary color
Monochromatic Colors of #561DB9
Black with #561DB9
Text Example
Text Example
White with #561DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561DB9; }
p { color: rgb(86,29,185); }
H1.HeaderClassName
{
color: #561DB9;
}
.AnyTagClassName
{
color: #561DB9;
}
</style>
background-color css
<style>
a { background-color: #561DB9; }
a { background-color: rgb(86,29,185); }
div.DivClassName
{
background-color: #561DB9;
}
.BgClassName
{
background-color: #561DB9;
}
</style>
border-color css
<style>
span { border-color: #561DB9; }
span { border-color: rgb(86,29,185); }
td.TdClassName
{
border-color: #561DB9;
}
.TagClassName
{
border-color: #561DB9;
}
</style>