Shades of Purple Heart #5610BF
Tints of Purple Heart #5610BF
RGB
CMYK
RGB Variations
Color information
#5610BF (or 0x5610BF) is known color: Purple Heart. HEX triplet: 56, 10 and BF. RGB value is (86,16,191). Sum of RGB (Red+Green+Blue) = 86+16+191=293 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.35% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 191 (75% from 255 or 65.19% from 293); Max value from RGB is 191 - color contains mainly: blue. Hex color #5610BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5610BF is #A9EF40. Grayscale: #383838. Windows color (decimal): -11136833 or 12521558. OLE color: 12521558.
HSL color Cylindrical-coordinate representation of color #5610BF: hue angle of 264º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5610BF is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 16 | 191 | - |
| CMYK | 0.55 | 0.92 | 0 | 0.25 |
| HSL | 264º | 0.85% | 0.41% | - |
| HSV(B) | 264º | 0.92% | 0.75% | - |
| XYZ | 13.43 | 6.11 | 49.76 | - |
| YUV | 56.88 | 203.69 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 16 | 191 | 0.55 | 0.92 | 0 | 0.25 | 264 | 0.85 | 0.41 |
| Hex | 56 | 10 | BF | 37 | 5C | 0 | 19 | 108 | 55 | 29 |
| Octal | 126 | 20 | 277 | 67 | 134 | 0 | 31 | 410 | 125 | 51 |
| Binary | 1010110 | 10000 | 10111111 | 110111 | 1011100 | 0 | 11001 | 100001000 | 1010101 | 101001 |
Color Harmonies of #5610BF
Complementary color
Monochromatic Colors of #5610BF
Black with #5610BF
Text Example
Text Example
White with #5610BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5610BF; }
p { color: rgb(86,16,191); }
H1.HeaderClassName
{
color: #5610BF;
}
.AnyTagClassName
{
color: #5610BF;
}
</style>
background-color css
<style>
a { background-color: #5610BF; }
a { background-color: rgb(86,16,191); }
div.DivClassName
{
background-color: #5610BF;
}
.BgClassName
{
background-color: #5610BF;
}
</style>
border-color css
<style>
span { border-color: #5610BF; }
span { border-color: rgb(86,16,191); }
td.TdClassName
{
border-color: #5610BF;
}
.TagClassName
{
border-color: #5610BF;
}
</style>