Shades of Purple Heart #5606BC
Tints of Purple Heart #5606BC
RGB
CMYK
RGB Variations
Color information
#5606BC (or 0x5606BC) is known color: Purple Heart. HEX triplet: 56, 06 and BC. RGB value is (86,6,188). Sum of RGB (Red+Green+Blue) = 86+6+188=280 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.71% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 188 (73.83% from 255 or 67.14% from 280); Max value from RGB is 188 - color contains mainly: blue. Hex color #5606BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5606BC is #A9F943. Grayscale: #323232. Windows color (decimal): -11139396 or 12322390. OLE color: 12322390.
HSL color Cylindrical-coordinate representation of color #5606BC: hue angle of 266.37º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5606BC is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 6 | 188 | - |
| CMYK | 0.54 | 0.97 | 0 | 0.26 |
| HSL | 266.37º | 0.94% | 0.38% | - |
| HSV(B) | 266.37º | 0.97% | 0.74% | - |
| XYZ | 12.98 | 5.74 | 48 | - |
| YUV | 50.67 | 205.5 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 6 | 188 | 0.54 | 0.97 | 0 | 0.26 | 266.37 | 0.94 | 0.38 |
| Hex | 56 | 6 | BC | 36 | 61 | 0 | 1A | 10A | 5E | 26 |
| Octal | 126 | 6 | 274 | 66 | 141 | 0 | 32 | 412 | 136 | 46 |
| Binary | 1010110 | 110 | 10111100 | 110110 | 1100001 | 0 | 11010 | 100001010 | 1011110 | 100110 |
Color Harmonies of #5606BC
Complementary color
Monochromatic Colors of #5606BC
Black with #5606BC
Text Example
Text Example
White with #5606BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5606BC; }
p { color: rgb(86,6,188); }
H1.HeaderClassName
{
color: #5606BC;
}
.AnyTagClassName
{
color: #5606BC;
}
</style>
background-color css
<style>
a { background-color: #5606BC; }
a { background-color: rgb(86,6,188); }
div.DivClassName
{
background-color: #5606BC;
}
.BgClassName
{
background-color: #5606BC;
}
</style>
border-color css
<style>
span { border-color: #5606BC; }
span { border-color: rgb(86,6,188); }
td.TdClassName
{
border-color: #5606BC;
}
.TagClassName
{
border-color: #5606BC;
}
</style>