Shades of Purple Heart #560CC1
Tints of Purple Heart #560CC1
RGB
CMYK
RGB Variations
Color information
#560CC1 (or 0x560CC1) is known color: Purple Heart. HEX triplet: 56, 0C and C1. RGB value is (86,12,193). Sum of RGB (Red+Green+Blue) = 86+12+193=291 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.55% from 291); Green value is 12 (5.08% from 255 or 4.12% from 291); Blue value is 193 (75.78% from 255 or 66.32% from 291); Max value from RGB is 193 - color contains mainly: blue. Hex color #560CC1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560CC1 is #A9F33E. Grayscale: #363636. Windows color (decimal): -11137855 or 12651606. OLE color: 12651606.
HSL color Cylindrical-coordinate representation of color #560CC1: hue angle of 264.53º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560CC1 is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 12 | 193 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.24 |
| HSL | 264.53º | 0.88% | 0.4% | - |
| HSV(B) | 264.53º | 0.94% | 0.76% | - |
| XYZ | 13.59 | 6.09 | 50.91 | - |
| YUV | 54.76 | 206.02 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 12 | 193 | 0.55 | 0.94 | 0 | 0.24 | 264.53 | 0.88 | 0.4 |
| Hex | 56 | C | C1 | 37 | 5E | 0 | 18 | 109 | 58 | 28 |
| Octal | 126 | 14 | 301 | 67 | 136 | 0 | 30 | 411 | 130 | 50 |
| Binary | 1010110 | 1100 | 11000001 | 110111 | 1011110 | 0 | 11000 | 100001001 | 1011000 | 101000 |
Color Harmonies of #560CC1
Complementary color
Monochromatic Colors of #560CC1
Black with #560CC1
Text Example
Text Example
White with #560CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560CC1; }
p { color: rgb(86,12,193); }
H1.HeaderClassName
{
color: #560CC1;
}
.AnyTagClassName
{
color: #560CC1;
}
</style>
background-color css
<style>
a { background-color: #560CC1; }
a { background-color: rgb(86,12,193); }
div.DivClassName
{
background-color: #560CC1;
}
.BgClassName
{
background-color: #560CC1;
}
</style>
border-color css
<style>
span { border-color: #560CC1; }
span { border-color: rgb(86,12,193); }
td.TdClassName
{
border-color: #560CC1;
}
.TagClassName
{
border-color: #560CC1;
}
</style>