Shades of Purple Heart #5514BC
Tints of Purple Heart #5514BC
RGB
CMYK
RGB Variations
Color information
#5514BC (or 0x5514BC) is known color: Purple Heart. HEX triplet: 55, 14 and BC. RGB value is (85,20,188). Sum of RGB (Red+Green+Blue) = 85+20+188=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 188 (73.83% from 255 or 64.16% from 293); Max value from RGB is 188 - color contains mainly: blue. Hex color #5514BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5514BC is #AAEB43. Grayscale: #393939. Windows color (decimal): -11201348 or 12325973. OLE color: 12325973.
HSL color Cylindrical-coordinate representation of color #5514BC: hue angle of 263.21º 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 #5514BC is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 20 | 188 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.26 |
| HSL | 263.21º | 0.81% | 0.41% | - |
| HSV(B) | 263.21º | 0.89% | 0.74% | - |
| XYZ | 13.07 | 6.06 | 48.06 | - |
| YUV | 58.59 | 201.03 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 188 | 0.55 | 0.89 | 0 | 0.26 | 263.21 | 0.81 | 0.41 |
| Hex | 55 | 14 | BC | 37 | 59 | 0 | 1A | 107 | 51 | 29 |
| Octal | 125 | 24 | 274 | 67 | 131 | 0 | 32 | 407 | 121 | 51 |
| Binary | 1010101 | 10100 | 10111100 | 110111 | 1011001 | 0 | 11010 | 100000111 | 1010001 | 101001 |
Color Harmonies of #5514BC
Complementary color
Monochromatic Colors of #5514BC
Black with #5514BC
Text Example
Text Example
White with #5514BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5514BC; }
p { color: rgb(85,20,188); }
H1.HeaderClassName
{
color: #5514BC;
}
.AnyTagClassName
{
color: #5514BC;
}
</style>
background-color css
<style>
a { background-color: #5514BC; }
a { background-color: rgb(85,20,188); }
div.DivClassName
{
background-color: #5514BC;
}
.BgClassName
{
background-color: #5514BC;
}
</style>
border-color css
<style>
span { border-color: #5514BC; }
span { border-color: rgb(85,20,188); }
td.TdClassName
{
border-color: #5514BC;
}
.TagClassName
{
border-color: #5514BC;
}
</style>