Shades of Purple Heart #561DB1
Tints of Purple Heart #561DB1
RGB
CMYK
RGB Variations
Color information
#561DB1 (or 0x561DB1) is known color: Purple Heart. HEX triplet: 56, 1D and B1. RGB value is (86,29,177). Sum of RGB (Red+Green+Blue) = 86+29+177=292 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.45% from 292); Green value is 29 (11.72% from 255 or 9.93% from 292); Blue value is 177 (69.53% from 255 or 60.62% from 292); Max value from RGB is 177 - color contains mainly: blue. Hex color #561DB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561DB1 is #A9E24E. Grayscale: #3E3E3E. Windows color (decimal): -11133519 or 11607382. OLE color: 11607382.
HSL color Cylindrical-coordinate representation of color #561DB1: hue angle of 263.11º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #561DB1 is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 29 | 177 | - |
| CMYK | 0.51 | 0.84 | 0 | 0.31 |
| HSL | 263.11º | 0.72% | 0.4% | - |
| HSV(B) | 263.11º | 0.84% | 0.69% | - |
| XYZ | 12.21 | 6.03 | 42.12 | - |
| YUV | 62.92 | 192.38 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 29 | 177 | 0.51 | 0.84 | 0 | 0.31 | 263.11 | 0.72 | 0.4 |
| Hex | 56 | 1D | B1 | 33 | 54 | 0 | 1F | 107 | 48 | 28 |
| Octal | 126 | 35 | 261 | 63 | 124 | 0 | 37 | 407 | 110 | 50 |
| Binary | 1010110 | 11101 | 10110001 | 110011 | 1010100 | 0 | 11111 | 100000111 | 1001000 | 101000 |
Color Harmonies of #561DB1
Complementary color
Monochromatic Colors of #561DB1
Black with #561DB1
Text Example
Text Example
White with #561DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561DB1; }
p { color: rgb(86,29,177); }
H1.HeaderClassName
{
color: #561DB1;
}
.AnyTagClassName
{
color: #561DB1;
}
</style>
background-color css
<style>
a { background-color: #561DB1; }
a { background-color: rgb(86,29,177); }
div.DivClassName
{
background-color: #561DB1;
}
.BgClassName
{
background-color: #561DB1;
}
</style>
border-color css
<style>
span { border-color: #561DB1; }
span { border-color: rgb(86,29,177); }
td.TdClassName
{
border-color: #561DB1;
}
.TagClassName
{
border-color: #561DB1;
}
</style>