Shades of Purple Heart #560FCD
Tints of Purple Heart #560FCD
RGB
CMYK
RGB Variations
Color information
#560FCD (or 0x560FCD) is known color: Purple Heart. HEX triplet: 56, 0F and CD. RGB value is (86,15,205). Sum of RGB (Red+Green+Blue) = 86+15+205=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 15 (6.25% from 255 or 4.90% from 306); Blue value is 205 (80.47% from 255 or 66.99% from 306); Max value from RGB is 205 - color contains mainly: blue. Hex color #560FCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560FCD is #A9F032. Grayscale: #393939. Windows color (decimal): -11137075 or 13438806. OLE color: 13438806.
HSL color Cylindrical-coordinate representation of color #560FCD: hue angle of 262.42º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #560FCD is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 15 | 205 | - |
| CMYK | 0.58 | 0.93 | 0 | 0.20 |
| HSL | 262.42º | 0.86% | 0.43% | - |
| HSV(B) | 262.42º | 0.93% | 0.8% | - |
| XYZ | 15.03 | 6.73 | 58.26 | - |
| YUV | 57.89 | 211.02 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 15 | 205 | 0.58 | 0.93 | 0 | 0.20 | 262.42 | 0.86 | 0.43 |
| Hex | 56 | F | CD | 3A | 5D | 0 | 14 | 106 | 56 | 2B |
| Octal | 126 | 17 | 315 | 72 | 135 | 0 | 24 | 406 | 126 | 53 |
| Binary | 1010110 | 1111 | 11001101 | 111010 | 1011101 | 0 | 10100 | 100000110 | 1010110 | 101011 |
Color Harmonies of #560FCD
Complementary color
Monochromatic Colors of #560FCD
Black with #560FCD
Text Example
Text Example
White with #560FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560FCD; }
p { color: rgb(86,15,205); }
H1.HeaderClassName
{
color: #560FCD;
}
.AnyTagClassName
{
color: #560FCD;
}
</style>
background-color css
<style>
a { background-color: #560FCD; }
a { background-color: rgb(86,15,205); }
div.DivClassName
{
background-color: #560FCD;
}
.BgClassName
{
background-color: #560FCD;
}
</style>
border-color css
<style>
span { border-color: #560FCD; }
span { border-color: rgb(86,15,205); }
td.TdClassName
{
border-color: #560FCD;
}
.TagClassName
{
border-color: #560FCD;
}
</style>