Shades of Purple Heart #560DD2
Tints of Purple Heart #560DD2
RGB
CMYK
RGB Variations
Color information
#560DD2 (or 0x560DD2) is known color: Purple Heart. HEX triplet: 56, 0D and D2. RGB value is (86,13,210). Sum of RGB (Red+Green+Blue) = 86+13+210=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 13 (5.47% from 255 or 4.21% from 309); Blue value is 210 (82.42% from 255 or 67.96% from 309); Max value from RGB is 210 - color contains mainly: blue. Hex color #560DD2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560DD2 is #A9F22D. Grayscale: #383838. Windows color (decimal): -11137582 or 13765974. OLE color: 13765974.
HSL color Cylindrical-coordinate representation of color #560DD2: hue angle of 262.23º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560DD2 is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 86 | 13 | 210 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.18 |
| HSL | 262.23º | 0.88% | 0.44% | - |
| HSV(B) | 262.23º | 0.94% | 0.82% | - |
| XYZ | 15.61 | 6.92 | 61.49 | - |
| YUV | 57.29 | 214.18 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 13 | 210 | 0.59 | 0.94 | 0 | 0.18 | 262.23 | 0.88 | 0.44 |
| Hex | 56 | D | D2 | 3B | 5E | 0 | 12 | 106 | 58 | 2C |
| Octal | 126 | 15 | 322 | 73 | 136 | 0 | 22 | 406 | 130 | 54 |
| Binary | 1010110 | 1101 | 11010010 | 111011 | 1011110 | 0 | 10010 | 100000110 | 1011000 | 101100 |
Color Harmonies of #560DD2
Complementary color
Monochromatic Colors of #560DD2
Black with #560DD2
Text Example
Text Example
White with #560DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560DD2; }
p { color: rgb(86,13,210); }
H1.HeaderClassName
{
color: #560DD2;
}
.AnyTagClassName
{
color: #560DD2;
}
</style>
background-color css
<style>
a { background-color: #560DD2; }
a { background-color: rgb(86,13,210); }
div.DivClassName
{
background-color: #560DD2;
}
.BgClassName
{
background-color: #560DD2;
}
</style>
border-color css
<style>
span { border-color: #560DD2; }
span { border-color: rgb(86,13,210); }
td.TdClassName
{
border-color: #560DD2;
}
.TagClassName
{
border-color: #560DD2;
}
</style>