Shades of Purple Heart #560FC5
Tints of Purple Heart #560FC5
RGB
CMYK
RGB Variations
Color information
#560FC5 (or 0x560FC5) is known color: Purple Heart. HEX triplet: 56, 0F and C5. RGB value is (86,15,197). Sum of RGB (Red+Green+Blue) = 86+15+197=298 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.86% from 298); Green value is 15 (6.25% from 255 or 5.03% from 298); Blue value is 197 (77.34% from 255 or 66.11% from 298); Max value from RGB is 197 - color contains mainly: blue. Hex color #560FC5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560FC5 is #A9F03A. Grayscale: #383838. Windows color (decimal): -11137083 or 12914518. OLE color: 12914518.
HSL color Cylindrical-coordinate representation of color #560FC5: hue angle of 263.41º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #560FC5 is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 86 | 15 | 197 | - |
| CMYK | 0.56 | 0.92 | 0 | 0.23 |
| HSL | 263.41º | 0.86% | 0.42% | - |
| HSV(B) | 263.41º | 0.92% | 0.77% | - |
| XYZ | 14.09 | 6.35 | 53.31 | - |
| YUV | 56.98 | 207.02 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 15 | 197 | 0.56 | 0.92 | 0 | 0.23 | 263.41 | 0.86 | 0.42 |
| Hex | 56 | F | C5 | 38 | 5C | 0 | 17 | 107 | 56 | 2A |
| Octal | 126 | 17 | 305 | 70 | 134 | 0 | 27 | 407 | 126 | 52 |
| Binary | 1010110 | 1111 | 11000101 | 111000 | 1011100 | 0 | 10111 | 100000111 | 1010110 | 101010 |
Color Harmonies of #560FC5
Complementary color
Monochromatic Colors of #560FC5
Black with #560FC5
Text Example
Text Example
White with #560FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560FC5; }
p { color: rgb(86,15,197); }
H1.HeaderClassName
{
color: #560FC5;
}
.AnyTagClassName
{
color: #560FC5;
}
</style>
background-color css
<style>
a { background-color: #560FC5; }
a { background-color: rgb(86,15,197); }
div.DivClassName
{
background-color: #560FC5;
}
.BgClassName
{
background-color: #560FC5;
}
</style>
border-color css
<style>
span { border-color: #560FC5; }
span { border-color: rgb(86,15,197); }
td.TdClassName
{
border-color: #560FC5;
}
.TagClassName
{
border-color: #560FC5;
}
</style>