Shades of Purple Heart #5720D0
Tints of Purple Heart #5720D0
RGB
CMYK
RGB Variations
Color information
#5720D0 (or 0x5720D0) is known color: Purple Heart. HEX triplet: 57, 20 and D0. RGB value is (87,32,208). Sum of RGB (Red+Green+Blue) = 87+32+208=327 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.61% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 208 (81.64% from 255 or 63.61% from 327); Max value from RGB is 208 - color contains mainly: blue. Hex color #5720D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5720D0 is #A8DF2F. Grayscale: #434343. Windows color (decimal): -11067184 or 13639767. OLE color: 13639767.
HSL color Cylindrical-coordinate representation of color #5720D0: hue angle of 258.75º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5720D0 is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 87 | 32 | 208 | - |
| CMYK | 0.58 | 0.85 | 0 | 0.18 |
| HSL | 258.75º | 0.73% | 0.47% | - |
| HSV(B) | 258.75º | 0.85% | 0.82% | - |
| XYZ | 15.83 | 7.61 | 60.31 | - |
| YUV | 68.51 | 206.72 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 32 | 208 | 0.58 | 0.85 | 0 | 0.18 | 258.75 | 0.73 | 0.47 |
| Hex | 57 | 20 | D0 | 3A | 55 | 0 | 12 | 103 | 49 | 2F |
| Octal | 127 | 40 | 320 | 72 | 125 | 0 | 22 | 403 | 111 | 57 |
| Binary | 1010111 | 100000 | 11010000 | 111010 | 1010101 | 0 | 10010 | 100000011 | 1001001 | 101111 |
Color Harmonies of #5720D0
Complementary color
Monochromatic Colors of #5720D0
Black with #5720D0
Text Example
Text Example
White with #5720D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5720D0; }
p { color: rgb(87,32,208); }
H1.HeaderClassName
{
color: #5720D0;
}
.AnyTagClassName
{
color: #5720D0;
}
</style>
background-color css
<style>
a { background-color: #5720D0; }
a { background-color: rgb(87,32,208); }
div.DivClassName
{
background-color: #5720D0;
}
.BgClassName
{
background-color: #5720D0;
}
</style>
border-color css
<style>
span { border-color: #5720D0; }
span { border-color: rgb(87,32,208); }
td.TdClassName
{
border-color: #5720D0;
}
.TagClassName
{
border-color: #5720D0;
}
</style>