Shades of Purple Heart #5514BA
Tints of Purple Heart #5514BA
RGB
CMYK
RGB Variations
Color information
#5514BA (or 0x5514BA) is known color: Purple Heart. HEX triplet: 55, 14 and BA. RGB value is (85,20,186). Sum of RGB (Red+Green+Blue) = 85+20+186=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #5514BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5514BA is #AAEB45. Grayscale: #393939. Windows color (decimal): -11201350 or 12194901. OLE color: 12194901.
HSL color Cylindrical-coordinate representation of color #5514BA: hue angle of 263.49º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5514BA is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 20 | 186 | - |
| CMYK | 0.54 | 0.89 | 0 | 0.27 |
| HSL | 263.49º | 0.81% | 0.4% | - |
| HSV(B) | 263.49º | 0.89% | 0.73% | - |
| XYZ | 12.86 | 5.98 | 46.93 | - |
| YUV | 58.36 | 200.03 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 186 | 0.54 | 0.89 | 0 | 0.27 | 263.49 | 0.81 | 0.4 |
| Hex | 55 | 14 | BA | 36 | 59 | 0 | 1B | 107 | 51 | 28 |
| Octal | 125 | 24 | 272 | 66 | 131 | 0 | 33 | 407 | 121 | 50 |
| Binary | 1010101 | 10100 | 10111010 | 110110 | 1011001 | 0 | 11011 | 100000111 | 1010001 | 101000 |
Color Harmonies of #5514BA
Complementary color
Monochromatic Colors of #5514BA
Black with #5514BA
Text Example
Text Example
White with #5514BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5514BA; }
p { color: rgb(85,20,186); }
H1.HeaderClassName
{
color: #5514BA;
}
.AnyTagClassName
{
color: #5514BA;
}
</style>
background-color css
<style>
a { background-color: #5514BA; }
a { background-color: rgb(85,20,186); }
div.DivClassName
{
background-color: #5514BA;
}
.BgClassName
{
background-color: #5514BA;
}
</style>
border-color css
<style>
span { border-color: #5514BA; }
span { border-color: rgb(85,20,186); }
td.TdClassName
{
border-color: #5514BA;
}
.TagClassName
{
border-color: #5514BA;
}
</style>