Shades of Purple Heart #561DCB
Tints of Purple Heart #561DCB
RGB
CMYK
RGB Variations
Color information
#561DCB (or 0x561DCB) is known color: Purple Heart. HEX triplet: 56, 1D and CB. RGB value is (86,29,203). Sum of RGB (Red+Green+Blue) = 86+29+203=318 (42% of max value = 765). Red value is 86 (33.98% from 255 or 27.04% from 318); Green value is 29 (11.72% from 255 or 9.12% from 318); Blue value is 203 (79.69% from 255 or 63.84% from 318); Max value from RGB is 203 - color contains mainly: blue. Hex color #561DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561DCB is #A9E234. Grayscale: #414141. Windows color (decimal): -11133493 or 13311318. OLE color: 13311318.
HSL color Cylindrical-coordinate representation of color #561DCB: hue angle of 259.66º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #561DCB is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 29 | 203 | - |
| CMYK | 0.58 | 0.86 | 0 | 0.20 |
| HSL | 259.66º | 0.75% | 0.45% | - |
| HSV(B) | 259.66º | 0.86% | 0.8% | - |
| XYZ | 15.06 | 7.17 | 57.09 | - |
| YUV | 65.88 | 205.38 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 29 | 203 | 0.58 | 0.86 | 0 | 0.20 | 259.66 | 0.75 | 0.45 |
| Hex | 56 | 1D | CB | 3A | 56 | 0 | 14 | 104 | 4B | 2D |
| Octal | 126 | 35 | 313 | 72 | 126 | 0 | 24 | 404 | 113 | 55 |
| Binary | 1010110 | 11101 | 11001011 | 111010 | 1010110 | 0 | 10100 | 100000100 | 1001011 | 101101 |
Color Harmonies of #561DCB
Complementary color
Monochromatic Colors of #561DCB
Black with #561DCB
Text Example
Text Example
White with #561DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561DCB; }
p { color: rgb(86,29,203); }
H1.HeaderClassName
{
color: #561DCB;
}
.AnyTagClassName
{
color: #561DCB;
}
</style>
background-color css
<style>
a { background-color: #561DCB; }
a { background-color: rgb(86,29,203); }
div.DivClassName
{
background-color: #561DCB;
}
.BgClassName
{
background-color: #561DCB;
}
</style>
border-color css
<style>
span { border-color: #561DCB; }
span { border-color: rgb(86,29,203); }
td.TdClassName
{
border-color: #561DCB;
}
.TagClassName
{
border-color: #561DCB;
}
</style>