Shades of Purple Heart #5601BC
Tints of Purple Heart #5601BC
RGB
CMYK
RGB Variations
Color information
#5601BC (or 0x5601BC) is known color: Purple Heart. HEX triplet: 56, 01 and BC. RGB value is (86,1,188). Sum of RGB (Red+Green+Blue) = 86+1+188=275 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.27% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 188 (73.83% from 255 or 68.36% from 275); Max value from RGB is 188 - color contains mainly: blue. Hex color #5601BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5601BC is #A9FE43. Grayscale: #2F2F2F. Windows color (decimal): -11140676 or 12321110. OLE color: 12321110.
HSL color Cylindrical-coordinate representation of color #5601BC: hue angle of 267.27º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5601BC is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 1 | 188 | - |
| CMYK | 0.54 | 0.99 | 0 | 0.26 |
| HSL | 267.27º | 0.99% | 0.37% | - |
| HSV(B) | 267.27º | 0.99% | 0.74% | - |
| XYZ | 12.93 | 5.63 | 47.98 | - |
| YUV | 47.73 | 207.16 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 1 | 188 | 0.54 | 0.99 | 0 | 0.26 | 267.27 | 0.99 | 0.37 |
| Hex | 56 | 1 | BC | 36 | 63 | 0 | 1A | 10B | 63 | 25 |
| Octal | 126 | 1 | 274 | 66 | 143 | 0 | 32 | 413 | 143 | 45 |
| Binary | 1010110 | 1 | 10111100 | 110110 | 1100011 | 0 | 11010 | 100001011 | 1100011 | 100101 |
Color Harmonies of #5601BC
Complementary color
Monochromatic Colors of #5601BC
Black with #5601BC
Text Example
Text Example
White with #5601BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5601BC; }
p { color: rgb(86,1,188); }
H1.HeaderClassName
{
color: #5601BC;
}
.AnyTagClassName
{
color: #5601BC;
}
</style>
background-color css
<style>
a { background-color: #5601BC; }
a { background-color: rgb(86,1,188); }
div.DivClassName
{
background-color: #5601BC;
}
.BgClassName
{
background-color: #5601BC;
}
</style>
border-color css
<style>
span { border-color: #5601BC; }
span { border-color: rgb(86,1,188); }
td.TdClassName
{
border-color: #5601BC;
}
.TagClassName
{
border-color: #5601BC;
}
</style>