Shades of Purple Heart #5601BE
Tints of Purple Heart #5601BE
RGB
CMYK
RGB Variations
Color information
#5601BE (or 0x5601BE) is known color: Purple Heart. HEX triplet: 56, 01 and BE. RGB value is (86,1,190). Sum of RGB (Red+Green+Blue) = 86+1+190=277 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.05% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 190 (74.61% from 255 or 68.59% from 277); Max value from RGB is 190 - color contains mainly: blue. Hex color #5601BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5601BE is #A9FE41. Grayscale: #2F2F2F. Windows color (decimal): -11140674 or 12452182. OLE color: 12452182.
HSL color Cylindrical-coordinate representation of color #5601BE: hue angle of 266.98º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5601BE is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 1 | 190 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.25 |
| HSL | 266.98º | 0.99% | 0.37% | - |
| HSV(B) | 266.98º | 0.99% | 0.75% | - |
| XYZ | 13.14 | 5.72 | 49.13 | - |
| YUV | 47.96 | 208.16 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 1 | 190 | 0.55 | 0.99 | 0 | 0.25 | 266.98 | 0.99 | 0.37 |
| Hex | 56 | 1 | BE | 37 | 63 | 0 | 19 | 10B | 63 | 25 |
| Octal | 126 | 1 | 276 | 67 | 143 | 0 | 31 | 413 | 143 | 45 |
| Binary | 1010110 | 1 | 10111110 | 110111 | 1100011 | 0 | 11001 | 100001011 | 1100011 | 100101 |
Color Harmonies of #5601BE
Complementary color
Monochromatic Colors of #5601BE
Black with #5601BE
Text Example
Text Example
White with #5601BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5601BE; }
p { color: rgb(86,1,190); }
H1.HeaderClassName
{
color: #5601BE;
}
.AnyTagClassName
{
color: #5601BE;
}
</style>
background-color css
<style>
a { background-color: #5601BE; }
a { background-color: rgb(86,1,190); }
div.DivClassName
{
background-color: #5601BE;
}
.BgClassName
{
background-color: #5601BE;
}
</style>
border-color css
<style>
span { border-color: #5601BE; }
span { border-color: rgb(86,1,190); }
td.TdClassName
{
border-color: #5601BE;
}
.TagClassName
{
border-color: #5601BE;
}
</style>