Shades of Purple Heart #5607BC
Tints of Purple Heart #5607BC
RGB
CMYK
RGB Variations
Color information
#5607BC (or 0x5607BC) is known color: Purple Heart. HEX triplet: 56, 07 and BC. RGB value is (86,7,188). Sum of RGB (Red+Green+Blue) = 86+7+188=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 188 (73.83% from 255 or 66.90% from 281); Max value from RGB is 188 - color contains mainly: blue. Hex color #5607BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5607BC is #A9F843. Grayscale: #323232. Windows color (decimal): -11139140 or 12322646. OLE color: 12322646.
HSL color Cylindrical-coordinate representation of color #5607BC: hue angle of 266.19º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5607BC is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 7 | 188 | - |
| CMYK | 0.54 | 0.96 | 0 | 0.26 |
| HSL | 266.19º | 0.93% | 0.38% | - |
| HSV(B) | 266.19º | 0.96% | 0.74% | - |
| XYZ | 12.99 | 5.76 | 48 | - |
| YUV | 51.26 | 205.17 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 7 | 188 | 0.54 | 0.96 | 0 | 0.26 | 266.19 | 0.93 | 0.38 |
| Hex | 56 | 7 | BC | 36 | 60 | 0 | 1A | 10A | 5D | 26 |
| Octal | 126 | 7 | 274 | 66 | 140 | 0 | 32 | 412 | 135 | 46 |
| Binary | 1010110 | 111 | 10111100 | 110110 | 1100000 | 0 | 11010 | 100001010 | 1011101 | 100110 |
Color Harmonies of #5607BC
Complementary color
Monochromatic Colors of #5607BC
Black with #5607BC
Text Example
Text Example
White with #5607BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5607BC; }
p { color: rgb(86,7,188); }
H1.HeaderClassName
{
color: #5607BC;
}
.AnyTagClassName
{
color: #5607BC;
}
</style>
background-color css
<style>
a { background-color: #5607BC; }
a { background-color: rgb(86,7,188); }
div.DivClassName
{
background-color: #5607BC;
}
.BgClassName
{
background-color: #5607BC;
}
</style>
border-color css
<style>
span { border-color: #5607BC; }
span { border-color: rgb(86,7,188); }
td.TdClassName
{
border-color: #5607BC;
}
.TagClassName
{
border-color: #5607BC;
}
</style>