Shades of Purple Heart #5516BE
Tints of Purple Heart #5516BE
RGB
CMYK
RGB Variations
Color information
#5516BE (or 0x5516BE) is known color: Purple Heart. HEX triplet: 55, 16 and BE. RGB value is (85,22,190). Sum of RGB (Red+Green+Blue) = 85+22+190=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 190 (74.61% from 255 or 63.97% from 297); Max value from RGB is 190 - color contains mainly: blue. Hex color #5516BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5516BE is #AAE941. Grayscale: #3B3B3B. Windows color (decimal): -11200834 or 12457557. OLE color: 12457557.
HSL color Cylindrical-coordinate representation of color #5516BE: hue angle of 262.5º 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 #5516BE is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 22 | 190 | - |
| CMYK | 0.55 | 0.88 | 0 | 0.25 |
| HSL | 262.5º | 0.79% | 0.42% | - |
| HSV(B) | 262.5º | 0.88% | 0.75% | - |
| XYZ | 13.33 | 6.22 | 49.21 | - |
| YUV | 59.99 | 201.37 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 22 | 190 | 0.55 | 0.88 | 0 | 0.25 | 262.5 | 0.79 | 0.42 |
| Hex | 55 | 16 | BE | 37 | 58 | 0 | 19 | 106 | 4F | 2A |
| Octal | 125 | 26 | 276 | 67 | 130 | 0 | 31 | 406 | 117 | 52 |
| Binary | 1010101 | 10110 | 10111110 | 110111 | 1011000 | 0 | 11001 | 100000110 | 1001111 | 101010 |
Color Harmonies of #5516BE
Complementary color
Monochromatic Colors of #5516BE
Black with #5516BE
Text Example
Text Example
White with #5516BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5516BE; }
p { color: rgb(85,22,190); }
H1.HeaderClassName
{
color: #5516BE;
}
.AnyTagClassName
{
color: #5516BE;
}
</style>
background-color css
<style>
a { background-color: #5516BE; }
a { background-color: rgb(85,22,190); }
div.DivClassName
{
background-color: #5516BE;
}
.BgClassName
{
background-color: #5516BE;
}
</style>
border-color css
<style>
span { border-color: #5516BE; }
span { border-color: rgb(85,22,190); }
td.TdClassName
{
border-color: #5516BE;
}
.TagClassName
{
border-color: #5516BE;
}
</style>