Shades of Purple Heart #561FD0
Tints of Purple Heart #561FD0
RGB
CMYK
RGB Variations
Color information
#561FD0 (or 0x561FD0) is known color: Purple Heart. HEX triplet: 56, 1F and D0. RGB value is (86,31,208). Sum of RGB (Red+Green+Blue) = 86+31+208=325 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.46% from 325); Green value is 31 (12.5% from 255 or 9.54% from 325); Blue value is 208 (81.64% from 255 or 64% from 325); Max value from RGB is 208 - color contains mainly: blue. Hex color #561FD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561FD0 is #A9E02F. Grayscale: #424242. Windows color (decimal): -11132976 or 13639510. OLE color: 13639510.
HSL color Cylindrical-coordinate representation of color #561FD0: hue angle of 258.64º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #561FD0 is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 86 | 31 | 208 | - |
| CMYK | 0.59 | 0.85 | 0 | 0.18 |
| HSL | 258.64º | 0.74% | 0.47% | - |
| HSV(B) | 258.64º | 0.85% | 0.82% | - |
| XYZ | 15.71 | 7.51 | 60.3 | - |
| YUV | 67.62 | 207.22 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 31 | 208 | 0.59 | 0.85 | 0 | 0.18 | 258.64 | 0.74 | 0.47 |
| Hex | 56 | 1F | D0 | 3B | 55 | 0 | 12 | 103 | 4A | 2F |
| Octal | 126 | 37 | 320 | 73 | 125 | 0 | 22 | 403 | 112 | 57 |
| Binary | 1010110 | 11111 | 11010000 | 111011 | 1010101 | 0 | 10010 | 100000011 | 1001010 | 101111 |
Color Harmonies of #561FD0
Complementary color
Monochromatic Colors of #561FD0
Black with #561FD0
Text Example
Text Example
White with #561FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561FD0; }
p { color: rgb(86,31,208); }
H1.HeaderClassName
{
color: #561FD0;
}
.AnyTagClassName
{
color: #561FD0;
}
</style>
background-color css
<style>
a { background-color: #561FD0; }
a { background-color: rgb(86,31,208); }
div.DivClassName
{
background-color: #561FD0;
}
.BgClassName
{
background-color: #561FD0;
}
</style>
border-color css
<style>
span { border-color: #561FD0; }
span { border-color: rgb(86,31,208); }
td.TdClassName
{
border-color: #561FD0;
}
.TagClassName
{
border-color: #561FD0;
}
</style>