Shades of Purple Heart #5516BF
Tints of Purple Heart #5516BF
RGB
CMYK
RGB Variations
Color information
#5516BF (or 0x5516BF) is known color: Purple Heart. HEX triplet: 55, 16 and BF. RGB value is (85,22,191). Sum of RGB (Red+Green+Blue) = 85+22+191=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 191 (75% from 255 or 64.09% from 298); Max value from RGB is 191 - color contains mainly: blue. Hex color #5516BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5516BF is #AAE940. Grayscale: #3B3B3B. Windows color (decimal): -11200833 or 12523093. OLE color: 12523093.
HSL color Cylindrical-coordinate representation of color #5516BF: hue angle of 262.37º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5516BF is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 22 | 191 | - |
| CMYK | 0.55 | 0.88 | 0 | 0.25 |
| HSL | 262.37º | 0.79% | 0.42% | - |
| HSV(B) | 262.37º | 0.88% | 0.75% | - |
| XYZ | 13.44 | 6.27 | 49.79 | - |
| YUV | 60.1 | 201.87 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 22 | 191 | 0.55 | 0.88 | 0 | 0.25 | 262.37 | 0.79 | 0.42 |
| Hex | 55 | 16 | BF | 37 | 58 | 0 | 19 | 106 | 4F | 2A |
| Octal | 125 | 26 | 277 | 67 | 130 | 0 | 31 | 406 | 117 | 52 |
| Binary | 1010101 | 10110 | 10111111 | 110111 | 1011000 | 0 | 11001 | 100000110 | 1001111 | 101010 |
Color Harmonies of #5516BF
Complementary color
Monochromatic Colors of #5516BF
Black with #5516BF
Text Example
Text Example
White with #5516BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5516BF; }
p { color: rgb(85,22,191); }
H1.HeaderClassName
{
color: #5516BF;
}
.AnyTagClassName
{
color: #5516BF;
}
</style>
background-color css
<style>
a { background-color: #5516BF; }
a { background-color: rgb(85,22,191); }
div.DivClassName
{
background-color: #5516BF;
}
.BgClassName
{
background-color: #5516BF;
}
</style>
border-color css
<style>
span { border-color: #5516BF; }
span { border-color: rgb(85,22,191); }
td.TdClassName
{
border-color: #5516BF;
}
.TagClassName
{
border-color: #5516BF;
}
</style>