Shades of Purple Heart #5514B0
Tints of Purple Heart #5514B0
RGB
CMYK
RGB Variations
Color information
#5514B0 (or 0x5514B0) is known color: Purple Heart. HEX triplet: 55, 14 and B0. RGB value is (85,20,176). Sum of RGB (Red+Green+Blue) = 85+20+176=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 176 (69.14% from 255 or 62.63% from 281); Max value from RGB is 176 - color contains mainly: blue. Hex color #5514B0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5514B0 is #AAEB4F. Grayscale: #383838. Windows color (decimal): -11201360 or 11539541. OLE color: 11539541.
HSL color Cylindrical-coordinate representation of color #5514B0: hue angle of 265º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5514B0 is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 20 | 176 | - |
| CMYK | 0.52 | 0.89 | 0 | 0.31 |
| HSL | 265º | 0.8% | 0.38% | - |
| HSV(B) | 265º | 0.89% | 0.69% | - |
| XYZ | 11.83 | 5.57 | 41.53 | - |
| YUV | 57.22 | 195.03 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 176 | 0.52 | 0.89 | 0 | 0.31 | 265 | 0.8 | 0.38 |
| Hex | 55 | 14 | B0 | 34 | 59 | 0 | 1F | 109 | 50 | 26 |
| Octal | 125 | 24 | 260 | 64 | 131 | 0 | 37 | 411 | 120 | 46 |
| Binary | 1010101 | 10100 | 10110000 | 110100 | 1011001 | 0 | 11111 | 100001001 | 1010000 | 100110 |
Color Harmonies of #5514B0
Complementary color
Monochromatic Colors of #5514B0
Black with #5514B0
Text Example
Text Example
White with #5514B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5514B0; }
p { color: rgb(85,20,176); }
H1.HeaderClassName
{
color: #5514B0;
}
.AnyTagClassName
{
color: #5514B0;
}
</style>
background-color css
<style>
a { background-color: #5514B0; }
a { background-color: rgb(85,20,176); }
div.DivClassName
{
background-color: #5514B0;
}
.BgClassName
{
background-color: #5514B0;
}
</style>
border-color css
<style>
span { border-color: #5514B0; }
span { border-color: rgb(85,20,176); }
td.TdClassName
{
border-color: #5514B0;
}
.TagClassName
{
border-color: #5514B0;
}
</style>