Shades of Purple Heart #561CC5
Tints of Purple Heart #561CC5
RGB
CMYK
RGB Variations
Color information
#561CC5 (or 0x561CC5) is known color: Purple Heart. HEX triplet: 56, 1C and C5. RGB value is (86,28,197). Sum of RGB (Red+Green+Blue) = 86+28+197=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 28 (11.33% from 255 or 9.00% from 311); Blue value is 197 (77.34% from 255 or 63.34% from 311); Max value from RGB is 197 - color contains mainly: blue. Hex color #561CC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561CC5 is #A9E33A. Grayscale: #3F3F3F. Windows color (decimal): -11133755 or 12917846. OLE color: 12917846.
HSL color Cylindrical-coordinate representation of color #561CC5: hue angle of 260.59º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #561CC5 is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 86 | 28 | 197 | - |
| CMYK | 0.56 | 0.86 | 0 | 0.23 |
| HSL | 260.59º | 0.75% | 0.44% | - |
| HSV(B) | 260.59º | 0.86% | 0.77% | - |
| XYZ | 14.33 | 6.84 | 53.39 | - |
| YUV | 64.61 | 202.72 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 28 | 197 | 0.56 | 0.86 | 0 | 0.23 | 260.59 | 0.75 | 0.44 |
| Hex | 56 | 1C | C5 | 38 | 56 | 0 | 17 | 105 | 4B | 2C |
| Octal | 126 | 34 | 305 | 70 | 126 | 0 | 27 | 405 | 113 | 54 |
| Binary | 1010110 | 11100 | 11000101 | 111000 | 1010110 | 0 | 10111 | 100000101 | 1001011 | 101100 |
Color Harmonies of #561CC5
Complementary color
Monochromatic Colors of #561CC5
Black with #561CC5
Text Example
Text Example
White with #561CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561CC5; }
p { color: rgb(86,28,197); }
H1.HeaderClassName
{
color: #561CC5;
}
.AnyTagClassName
{
color: #561CC5;
}
</style>
background-color css
<style>
a { background-color: #561CC5; }
a { background-color: rgb(86,28,197); }
div.DivClassName
{
background-color: #561CC5;
}
.BgClassName
{
background-color: #561CC5;
}
</style>
border-color css
<style>
span { border-color: #561CC5; }
span { border-color: rgb(86,28,197); }
td.TdClassName
{
border-color: #561CC5;
}
.TagClassName
{
border-color: #561CC5;
}
</style>