Shades of Purple Heart #5621AC
Tints of Purple Heart #5621AC
RGB
CMYK
RGB Variations
Color information
#5621AC (or 0x5621AC) is known color: Purple Heart. HEX triplet: 56, 21 and AC. RGB value is (86,33,172). Sum of RGB (Red+Green+Blue) = 86+33+172=291 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.55% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 172 (67.58% from 255 or 59.11% from 291); Max value from RGB is 172 - color contains mainly: blue. Hex color #5621AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5621AC is #A9DE53. Grayscale: #404040. Windows color (decimal): -11132500 or 11280726. OLE color: 11280726.
HSL color Cylindrical-coordinate representation of color #5621AC: hue angle of 262.88º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5621AC is Cyan = 0.5, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 33 | 172 | - |
| CMYK | 0.5 | 0.81 | 0 | 0.33 |
| HSL | 262.88º | 0.68% | 0.4% | - |
| HSV(B) | 262.88º | 0.81% | 0.67% | - |
| XYZ | 11.83 | 6.04 | 39.57 | - |
| YUV | 64.69 | 188.56 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 33 | 172 | 0.5 | 0.81 | 0 | 0.33 | 262.88 | 0.68 | 0.4 |
| Hex | 56 | 21 | AC | 32 | 51 | 0 | 21 | 107 | 44 | 28 |
| Octal | 126 | 41 | 254 | 62 | 121 | 0 | 41 | 407 | 104 | 50 |
| Binary | 1010110 | 100001 | 10101100 | 110010 | 1010001 | 0 | 100001 | 100000111 | 1000100 | 101000 |
Color Harmonies of #5621AC
Complementary color
Monochromatic Colors of #5621AC
Black with #5621AC
Text Example
Text Example
White with #5621AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5621AC; }
p { color: rgb(86,33,172); }
H1.HeaderClassName
{
color: #5621AC;
}
.AnyTagClassName
{
color: #5621AC;
}
</style>
background-color css
<style>
a { background-color: #5621AC; }
a { background-color: rgb(86,33,172); }
div.DivClassName
{
background-color: #5621AC;
}
.BgClassName
{
background-color: #5621AC;
}
</style>
border-color css
<style>
span { border-color: #5621AC; }
span { border-color: rgb(86,33,172); }
td.TdClassName
{
border-color: #5621AC;
}
.TagClassName
{
border-color: #5621AC;
}
</style>