Shades of Purple Heart #561CB7
Tints of Purple Heart #561CB7
RGB
CMYK
RGB Variations
Color information
#561CB7 (or 0x561CB7) is known color: Purple Heart. HEX triplet: 56, 1C and B7. RGB value is (86,28,183). Sum of RGB (Red+Green+Blue) = 86+28+183=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 183 (71.88% from 255 or 61.62% from 297); Max value from RGB is 183 - color contains mainly: blue. Hex color #561CB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561CB7 is #A9E348. Grayscale: #3E3E3E. Windows color (decimal): -11133769 or 12000342. OLE color: 12000342.
HSL color Cylindrical-coordinate representation of color #561CB7: hue angle of 262.45º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #561CB7 is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 86 | 28 | 183 | - |
| CMYK | 0.53 | 0.85 | 0 | 0.28 |
| HSL | 262.45º | 0.73% | 0.41% | - |
| HSV(B) | 262.45º | 0.85% | 0.72% | - |
| XYZ | 12.8 | 6.23 | 45.33 | - |
| YUV | 63.01 | 195.72 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 28 | 183 | 0.53 | 0.85 | 0 | 0.28 | 262.45 | 0.73 | 0.41 |
| Hex | 56 | 1C | B7 | 35 | 55 | 0 | 1C | 106 | 49 | 29 |
| Octal | 126 | 34 | 267 | 65 | 125 | 0 | 34 | 406 | 111 | 51 |
| Binary | 1010110 | 11100 | 10110111 | 110101 | 1010101 | 0 | 11100 | 100000110 | 1001001 | 101001 |
Color Harmonies of #561CB7
Complementary color
Monochromatic Colors of #561CB7
Black with #561CB7
Text Example
Text Example
White with #561CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561CB7; }
p { color: rgb(86,28,183); }
H1.HeaderClassName
{
color: #561CB7;
}
.AnyTagClassName
{
color: #561CB7;
}
</style>
background-color css
<style>
a { background-color: #561CB7; }
a { background-color: rgb(86,28,183); }
div.DivClassName
{
background-color: #561CB7;
}
.BgClassName
{
background-color: #561CB7;
}
</style>
border-color css
<style>
span { border-color: #561CB7; }
span { border-color: rgb(86,28,183); }
td.TdClassName
{
border-color: #561CB7;
}
.TagClassName
{
border-color: #561CB7;
}
</style>