Shades of Purple Heart #5607CF
Tints of Purple Heart #5607CF
RGB
CMYK
RGB Variations
Color information
#5607CF (or 0x5607CF) is known color: Purple Heart. HEX triplet: 56, 07 and CF. RGB value is (86,7,207). Sum of RGB (Red+Green+Blue) = 86+7+207=300 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.67% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 207 (81.25% from 255 or 69% from 300); Max value from RGB is 207 - color contains mainly: blue. Hex color #5607CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5607CF is #A9F830. Grayscale: #343434. Windows color (decimal): -11139121 or 13567830. OLE color: 13567830.
HSL color Cylindrical-coordinate representation of color #5607CF: hue angle of 263.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5607CF is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 7 | 207 | - |
| CMYK | 0.58 | 0.97 | 0 | 0.19 |
| HSL | 263.7º | 0.93% | 0.42% | - |
| HSV(B) | 263.7º | 0.97% | 0.81% | - |
| XYZ | 15.18 | 6.64 | 59.51 | - |
| YUV | 53.42 | 214.67 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 7 | 207 | 0.58 | 0.97 | 0 | 0.19 | 263.7 | 0.93 | 0.42 |
| Hex | 56 | 7 | CF | 3A | 61 | 0 | 13 | 108 | 5D | 2A |
| Octal | 126 | 7 | 317 | 72 | 141 | 0 | 23 | 410 | 135 | 52 |
| Binary | 1010110 | 111 | 11001111 | 111010 | 1100001 | 0 | 10011 | 100001000 | 1011101 | 101010 |
Color Harmonies of #5607CF
Complementary color
Monochromatic Colors of #5607CF
Black with #5607CF
Text Example
Text Example
White with #5607CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5607CF; }
p { color: rgb(86,7,207); }
H1.HeaderClassName
{
color: #5607CF;
}
.AnyTagClassName
{
color: #5607CF;
}
</style>
background-color css
<style>
a { background-color: #5607CF; }
a { background-color: rgb(86,7,207); }
div.DivClassName
{
background-color: #5607CF;
}
.BgClassName
{
background-color: #5607CF;
}
</style>
border-color css
<style>
span { border-color: #5607CF; }
span { border-color: rgb(86,7,207); }
td.TdClassName
{
border-color: #5607CF;
}
.TagClassName
{
border-color: #5607CF;
}
</style>