Shades of Purple Heart #5720CF
Tints of Purple Heart #5720CF
RGB
CMYK
RGB Variations
Color information
#5720CF (or 0x5720CF) is known color: Purple Heart. HEX triplet: 57, 20 and CF. RGB value is (87,32,207). Sum of RGB (Red+Green+Blue) = 87+32+207=326 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.69% from 326); Green value is 32 (12.89% from 255 or 9.82% from 326); Blue value is 207 (81.25% from 255 or 63.50% from 326); Max value from RGB is 207 - color contains mainly: blue. Hex color #5720CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5720CF is #A8DF30. Grayscale: #434343. Windows color (decimal): -11067185 or 13574231. OLE color: 13574231.
HSL color Cylindrical-coordinate representation of color #5720CF: hue angle of 258.86º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5720CF is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 32 | 207 | - |
| CMYK | 0.58 | 0.85 | 0 | 0.19 |
| HSL | 258.86º | 0.73% | 0.47% | - |
| HSV(B) | 258.86º | 0.85% | 0.81% | - |
| XYZ | 15.71 | 7.56 | 59.66 | - |
| YUV | 68.4 | 206.22 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 32 | 207 | 0.58 | 0.85 | 0 | 0.19 | 258.86 | 0.73 | 0.47 |
| Hex | 57 | 20 | CF | 3A | 55 | 0 | 13 | 103 | 49 | 2F |
| Octal | 127 | 40 | 317 | 72 | 125 | 0 | 23 | 403 | 111 | 57 |
| Binary | 1010111 | 100000 | 11001111 | 111010 | 1010101 | 0 | 10011 | 100000011 | 1001001 | 101111 |
Color Harmonies of #5720CF
Complementary color
Monochromatic Colors of #5720CF
Black with #5720CF
Text Example
Text Example
White with #5720CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5720CF; }
p { color: rgb(87,32,207); }
H1.HeaderClassName
{
color: #5720CF;
}
.AnyTagClassName
{
color: #5720CF;
}
</style>
background-color css
<style>
a { background-color: #5720CF; }
a { background-color: rgb(87,32,207); }
div.DivClassName
{
background-color: #5720CF;
}
.BgClassName
{
background-color: #5720CF;
}
</style>
border-color css
<style>
span { border-color: #5720CF; }
span { border-color: rgb(87,32,207); }
td.TdClassName
{
border-color: #5720CF;
}
.TagClassName
{
border-color: #5720CF;
}
</style>