Shades of Purple Heart #5621CC
Tints of Purple Heart #5621CC
RGB
CMYK
RGB Variations
Color information
#5621CC (or 0x5621CC) is known color: Purple Heart. HEX triplet: 56, 21 and CC. RGB value is (86,33,204). Sum of RGB (Red+Green+Blue) = 86+33+204=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 204 (80.08% from 255 or 63.16% from 323); Max value from RGB is 204 - color contains mainly: blue. Hex color #5621CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5621CC is #A9DE33. Grayscale: #434343. Windows color (decimal): -11132468 or 13377878. OLE color: 13377878.
HSL color Cylindrical-coordinate representation of color #5621CC: hue angle of 258.6º degrees, saturation: 0.72, 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 #5621CC is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 86 | 33 | 204 | - |
| CMYK | 0.58 | 0.84 | 0 | 0.2 |
| HSL | 258.6º | 0.72% | 0.46% | - |
| HSV(B) | 258.6º | 0.84% | 0.8% | - |
| XYZ | 15.28 | 7.43 | 57.75 | - |
| YUV | 68.34 | 204.56 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 33 | 204 | 0.58 | 0.84 | 0 | 0.2 | 258.6 | 0.72 | 0.46 |
| Hex | 56 | 21 | CC | 3A | 54 | 0 | 14 | 103 | 48 | 2E |
| Octal | 126 | 41 | 314 | 72 | 124 | 0 | 24 | 403 | 110 | 56 |
| Binary | 1010110 | 100001 | 11001100 | 111010 | 1010100 | 0 | 10100 | 100000011 | 1001000 | 101110 |
Color Harmonies of #5621CC
Complementary color
Monochromatic Colors of #5621CC
Black with #5621CC
Text Example
Text Example
White with #5621CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5621CC; }
p { color: rgb(86,33,204); }
H1.HeaderClassName
{
color: #5621CC;
}
.AnyTagClassName
{
color: #5621CC;
}
</style>
background-color css
<style>
a { background-color: #5621CC; }
a { background-color: rgb(86,33,204); }
div.DivClassName
{
background-color: #5621CC;
}
.BgClassName
{
background-color: #5621CC;
}
</style>
border-color css
<style>
span { border-color: #5621CC; }
span { border-color: rgb(86,33,204); }
td.TdClassName
{
border-color: #5621CC;
}
.TagClassName
{
border-color: #5621CC;
}
</style>