Shades of Purple Heart #5620CA
Tints of Purple Heart #5620CA
RGB
CMYK
RGB Variations
Color information
#5620CA (or 0x5620CA) is known color: Purple Heart. HEX triplet: 56, 20 and CA. RGB value is (86,32,202). Sum of RGB (Red+Green+Blue) = 86+32+202=320 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.88% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 202 (79.30% from 255 or 63.12% from 320); Max value from RGB is 202 - color contains mainly: blue. Hex color #5620CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5620CA is #A9DF35. Grayscale: #424242. Windows color (decimal): -11132726 or 13246550. OLE color: 13246550.
HSL color Cylindrical-coordinate representation of color #5620CA: hue angle of 259.06º 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 #5620CA is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 86 | 32 | 202 | - |
| CMYK | 0.57 | 0.84 | 0 | 0.21 |
| HSL | 259.06º | 0.73% | 0.46% | - |
| HSV(B) | 259.06º | 0.84% | 0.79% | - |
| XYZ | 15.01 | 7.28 | 56.49 | - |
| YUV | 67.53 | 203.89 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 32 | 202 | 0.57 | 0.84 | 0 | 0.21 | 259.06 | 0.73 | 0.46 |
| Hex | 56 | 20 | CA | 39 | 54 | 0 | 15 | 103 | 49 | 2E |
| Octal | 126 | 40 | 312 | 71 | 124 | 0 | 25 | 403 | 111 | 56 |
| Binary | 1010110 | 100000 | 11001010 | 111001 | 1010100 | 0 | 10101 | 100000011 | 1001001 | 101110 |
Color Harmonies of #5620CA
Complementary color
Monochromatic Colors of #5620CA
Black with #5620CA
Text Example
Text Example
White with #5620CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5620CA; }
p { color: rgb(86,32,202); }
H1.HeaderClassName
{
color: #5620CA;
}
.AnyTagClassName
{
color: #5620CA;
}
</style>
background-color css
<style>
a { background-color: #5620CA; }
a { background-color: rgb(86,32,202); }
div.DivClassName
{
background-color: #5620CA;
}
.BgClassName
{
background-color: #5620CA;
}
</style>
border-color css
<style>
span { border-color: #5620CA; }
span { border-color: rgb(86,32,202); }
td.TdClassName
{
border-color: #5620CA;
}
.TagClassName
{
border-color: #5620CA;
}
</style>