Shades of Purple Heart #5514BD
Tints of Purple Heart #5514BD
RGB
CMYK
RGB Variations
Color information
#5514BD (or 0x5514BD) is known color: Purple Heart. HEX triplet: 55, 14 and BD. RGB value is (85,20,189). Sum of RGB (Red+Green+Blue) = 85+20+189=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 189 (74.22% from 255 or 64.29% from 294); Max value from RGB is 189 - color contains mainly: blue. Hex color #5514BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5514BD is #AAEB42. Grayscale: #3A3A3A. Windows color (decimal): -11201347 or 12391509. OLE color: 12391509.
HSL color Cylindrical-coordinate representation of color #5514BD: hue angle of 263.08º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5514BD is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 20 | 189 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.26 |
| HSL | 263.08º | 0.81% | 0.41% | - |
| HSV(B) | 263.08º | 0.89% | 0.74% | - |
| XYZ | 13.18 | 6.11 | 48.63 | - |
| YUV | 58.7 | 201.53 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 189 | 0.55 | 0.89 | 0 | 0.26 | 263.08 | 0.81 | 0.41 |
| Hex | 55 | 14 | BD | 37 | 59 | 0 | 1A | 107 | 51 | 29 |
| Octal | 125 | 24 | 275 | 67 | 131 | 0 | 32 | 407 | 121 | 51 |
| Binary | 1010101 | 10100 | 10111101 | 110111 | 1011001 | 0 | 11010 | 100000111 | 1010001 | 101001 |
Color Harmonies of #5514BD
Complementary color
Monochromatic Colors of #5514BD
Black with #5514BD
Text Example
Text Example
White with #5514BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5514BD; }
p { color: rgb(85,20,189); }
H1.HeaderClassName
{
color: #5514BD;
}
.AnyTagClassName
{
color: #5514BD;
}
</style>
background-color css
<style>
a { background-color: #5514BD; }
a { background-color: rgb(85,20,189); }
div.DivClassName
{
background-color: #5514BD;
}
.BgClassName
{
background-color: #5514BD;
}
</style>
border-color css
<style>
span { border-color: #5514BD; }
span { border-color: rgb(85,20,189); }
td.TdClassName
{
border-color: #5514BD;
}
.TagClassName
{
border-color: #5514BD;
}
</style>