Shades of Purple Heart #5620CC
Tints of Purple Heart #5620CC
RGB
CMYK
RGB Variations
Color information
#5620CC (or 0x5620CC) is known color: Purple Heart. HEX triplet: 56, 20 and CC. RGB value is (86,32,204). Sum of RGB (Red+Green+Blue) = 86+32+204=322 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.71% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #5620CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5620CC is #A9DF33. Grayscale: #434343. Windows color (decimal): -11132724 or 13377622. OLE color: 13377622.
HSL color Cylindrical-coordinate representation of color #5620CC: hue angle of 258.84º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5620CC is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 86 | 32 | 204 | - |
| CMYK | 0.58 | 0.84 | 0 | 0.2 |
| HSL | 258.84º | 0.73% | 0.46% | - |
| HSV(B) | 258.84º | 0.84% | 0.8% | - |
| XYZ | 15.25 | 7.37 | 57.75 | - |
| YUV | 67.75 | 204.89 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 32 | 204 | 0.58 | 0.84 | 0 | 0.2 | 258.84 | 0.73 | 0.46 |
| Hex | 56 | 20 | CC | 3A | 54 | 0 | 14 | 103 | 49 | 2E |
| Octal | 126 | 40 | 314 | 72 | 124 | 0 | 24 | 403 | 111 | 56 |
| Binary | 1010110 | 100000 | 11001100 | 111010 | 1010100 | 0 | 10100 | 100000011 | 1001001 | 101110 |
Color Harmonies of #5620CC
Complementary color
Monochromatic Colors of #5620CC
Black with #5620CC
Text Example
Text Example
White with #5620CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5620CC; }
p { color: rgb(86,32,204); }
H1.HeaderClassName
{
color: #5620CC;
}
.AnyTagClassName
{
color: #5620CC;
}
</style>
background-color css
<style>
a { background-color: #5620CC; }
a { background-color: rgb(86,32,204); }
div.DivClassName
{
background-color: #5620CC;
}
.BgClassName
{
background-color: #5620CC;
}
</style>
border-color css
<style>
span { border-color: #5620CC; }
span { border-color: rgb(86,32,204); }
td.TdClassName
{
border-color: #5620CC;
}
.TagClassName
{
border-color: #5620CC;
}
</style>