Shades of Purple Heart #5615BA
Tints of Purple Heart #5615BA
RGB
CMYK
RGB Variations
Color information
#5615BA (or 0x5615BA) is known color: Purple Heart. HEX triplet: 56, 15 and BA. RGB value is (86,21,186). Sum of RGB (Red+Green+Blue) = 86+21+186=293 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.35% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #5615BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5615BA is #A9EA45. Grayscale: #3A3A3A. Windows color (decimal): -11135558 or 12195158. OLE color: 12195158.
HSL color Cylindrical-coordinate representation of color #5615BA: hue angle of 263.64º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5615BA is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 21 | 186 | - |
| CMYK | 0.54 | 0.89 | 0 | 0.27 |
| HSL | 263.64º | 0.8% | 0.41% | - |
| HSV(B) | 263.64º | 0.89% | 0.73% | - |
| XYZ | 12.97 | 6.06 | 46.94 | - |
| YUV | 59.25 | 199.53 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 21 | 186 | 0.54 | 0.89 | 0 | 0.27 | 263.64 | 0.8 | 0.41 |
| Hex | 56 | 15 | BA | 36 | 59 | 0 | 1B | 108 | 50 | 29 |
| Octal | 126 | 25 | 272 | 66 | 131 | 0 | 33 | 410 | 120 | 51 |
| Binary | 1010110 | 10101 | 10111010 | 110110 | 1011001 | 0 | 11011 | 100001000 | 1010000 | 101001 |
Color Harmonies of #5615BA
Complementary color
Monochromatic Colors of #5615BA
Black with #5615BA
Text Example
Text Example
White with #5615BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5615BA; }
p { color: rgb(86,21,186); }
H1.HeaderClassName
{
color: #5615BA;
}
.AnyTagClassName
{
color: #5615BA;
}
</style>
background-color css
<style>
a { background-color: #5615BA; }
a { background-color: rgb(86,21,186); }
div.DivClassName
{
background-color: #5615BA;
}
.BgClassName
{
background-color: #5615BA;
}
</style>
border-color css
<style>
span { border-color: #5615BA; }
span { border-color: rgb(86,21,186); }
td.TdClassName
{
border-color: #5615BA;
}
.TagClassName
{
border-color: #5615BA;
}
</style>