Shades of Purple Heart #5720CA
Tints of Purple Heart #5720CA
RGB
CMYK
RGB Variations
Color information
#5720CA (or 0x5720CA) is known color: Purple Heart. HEX triplet: 57, 20 and CA. RGB value is (87,32,202). Sum of RGB (Red+Green+Blue) = 87+32+202=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 202 (79.30% from 255 or 62.93% from 321); Max value from RGB is 202 - color contains mainly: blue. Hex color #5720CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5720CA is #A8DF35. Grayscale: #434343. Windows color (decimal): -11067190 or 13246551. OLE color: 13246551.
HSL color Cylindrical-coordinate representation of color #5720CA: hue angle of 259.41º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5720CA is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 87 | 32 | 202 | - |
| CMYK | 0.57 | 0.84 | 0 | 0.21 |
| HSL | 259.41º | 0.73% | 0.46% | - |
| HSV(B) | 259.41º | 0.84% | 0.79% | - |
| XYZ | 15.11 | 7.32 | 56.49 | - |
| YUV | 67.83 | 203.72 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 32 | 202 | 0.57 | 0.84 | 0 | 0.21 | 259.41 | 0.73 | 0.46 |
| Hex | 57 | 20 | CA | 39 | 54 | 0 | 15 | 103 | 49 | 2E |
| Octal | 127 | 40 | 312 | 71 | 124 | 0 | 25 | 403 | 111 | 56 |
| Binary | 1010111 | 100000 | 11001010 | 111001 | 1010100 | 0 | 10101 | 100000011 | 1001001 | 101110 |
Color Harmonies of #5720CA
Complementary color
Monochromatic Colors of #5720CA
Black with #5720CA
Text Example
Text Example
White with #5720CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5720CA; }
p { color: rgb(87,32,202); }
H1.HeaderClassName
{
color: #5720CA;
}
.AnyTagClassName
{
color: #5720CA;
}
</style>
background-color css
<style>
a { background-color: #5720CA; }
a { background-color: rgb(87,32,202); }
div.DivClassName
{
background-color: #5720CA;
}
.BgClassName
{
background-color: #5720CA;
}
</style>
border-color css
<style>
span { border-color: #5720CA; }
span { border-color: rgb(87,32,202); }
td.TdClassName
{
border-color: #5720CA;
}
.TagClassName
{
border-color: #5720CA;
}
</style>