Shades of Purple Heart #5621BA
Tints of Purple Heart #5621BA
RGB
CMYK
RGB Variations
Color information
#5621BA (or 0x5621BA) is known color: Purple Heart. HEX triplet: 56, 21 and BA. RGB value is (86,33,186). Sum of RGB (Red+Green+Blue) = 86+33+186=305 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.20% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #5621BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5621BA is #A9DE45. Grayscale: #414141. Windows color (decimal): -11132486 or 12198230. OLE color: 12198230.
HSL color Cylindrical-coordinate representation of color #5621BA: hue angle of 260.78º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5621BA is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 33 | 186 | - |
| CMYK | 0.54 | 0.82 | 0 | 0.27 |
| HSL | 260.78º | 0.7% | 0.43% | - |
| HSV(B) | 260.78º | 0.82% | 0.73% | - |
| XYZ | 13.24 | 6.61 | 47.03 | - |
| YUV | 66.29 | 195.56 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 33 | 186 | 0.54 | 0.82 | 0 | 0.27 | 260.78 | 0.7 | 0.43 |
| Hex | 56 | 21 | BA | 36 | 52 | 0 | 1B | 105 | 46 | 2B |
| Octal | 126 | 41 | 272 | 66 | 122 | 0 | 33 | 405 | 106 | 53 |
| Binary | 1010110 | 100001 | 10111010 | 110110 | 1010010 | 0 | 11011 | 100000101 | 1000110 | 101011 |
Color Harmonies of #5621BA
Complementary color
Monochromatic Colors of #5621BA
Black with #5621BA
Text Example
Text Example
White with #5621BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5621BA; }
p { color: rgb(86,33,186); }
H1.HeaderClassName
{
color: #5621BA;
}
.AnyTagClassName
{
color: #5621BA;
}
</style>
background-color css
<style>
a { background-color: #5621BA; }
a { background-color: rgb(86,33,186); }
div.DivClassName
{
background-color: #5621BA;
}
.BgClassName
{
background-color: #5621BA;
}
</style>
border-color css
<style>
span { border-color: #5621BA; }
span { border-color: rgb(86,33,186); }
td.TdClassName
{
border-color: #5621BA;
}
.TagClassName
{
border-color: #5621BA;
}
</style>