Shades of Purple Heart #5621A6
Tints of Purple Heart #5621A6
RGB
CMYK
RGB Variations
Color information
#5621A6 (or 0x5621A6) is known color: Purple Heart. HEX triplet: 56, 21 and A6. RGB value is (86,33,166). Sum of RGB (Red+Green+Blue) = 86+33+166=285 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.18% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 166 (65.23% from 255 or 58.25% from 285); Max value from RGB is 166 - color contains mainly: blue. Hex color #5621A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5621A6 is #A9DE59. Grayscale: #3F3F3F. Windows color (decimal): -11132506 or 10887510. OLE color: 10887510.
HSL color Cylindrical-coordinate representation of color #5621A6: hue angle of 263.91º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5621A6 is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 86 | 33 | 166 | - |
| CMYK | 0.48 | 0.80 | 0 | 0.35 |
| HSL | 263.91º | 0.67% | 0.39% | - |
| HSV(B) | 263.91º | 0.8% | 0.65% | - |
| XYZ | 11.26 | 5.82 | 36.61 | - |
| YUV | 64.01 | 185.56 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 33 | 166 | 0.48 | 0.80 | 0 | 0.35 | 263.91 | 0.67 | 0.39 |
| Hex | 56 | 21 | A6 | 30 | 50 | 0 | 23 | 108 | 43 | 27 |
| Octal | 126 | 41 | 246 | 60 | 120 | 0 | 43 | 410 | 103 | 47 |
| Binary | 1010110 | 100001 | 10100110 | 110000 | 1010000 | 0 | 100011 | 100001000 | 1000011 | 100111 |
Color Harmonies of #5621A6
Complementary color
Monochromatic Colors of #5621A6
Black with #5621A6
Text Example
Text Example
White with #5621A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5621A6; }
p { color: rgb(86,33,166); }
H1.HeaderClassName
{
color: #5621A6;
}
.AnyTagClassName
{
color: #5621A6;
}
</style>
background-color css
<style>
a { background-color: #5621A6; }
a { background-color: rgb(86,33,166); }
div.DivClassName
{
background-color: #5621A6;
}
.BgClassName
{
background-color: #5621A6;
}
</style>
border-color css
<style>
span { border-color: #5621A6; }
span { border-color: rgb(86,33,166); }
td.TdClassName
{
border-color: #5621A6;
}
.TagClassName
{
border-color: #5621A6;
}
</style>