Shades of Purple Heart #5610CF
Tints of Purple Heart #5610CF
RGB
CMYK
RGB Variations
Color information
#5610CF (or 0x5610CF) is known color: Purple Heart. HEX triplet: 56, 10 and CF. RGB value is (86,16,207). Sum of RGB (Red+Green+Blue) = 86+16+207=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 207 (81.25% from 255 or 66.99% from 309); Max value from RGB is 207 - color contains mainly: blue. Hex color #5610CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5610CF is #A9EF30. Grayscale: #3A3A3A. Windows color (decimal): -11136817 or 13570134. OLE color: 13570134.
HSL color Cylindrical-coordinate representation of color #5610CF: hue angle of 261.99º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5610CF is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 16 | 207 | - |
| CMYK | 0.58 | 0.92 | 0 | 0.19 |
| HSL | 261.99º | 0.86% | 0.44% | - |
| HSV(B) | 261.99º | 0.92% | 0.81% | - |
| XYZ | 15.29 | 6.85 | 59.55 | - |
| YUV | 58.7 | 211.69 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 16 | 207 | 0.58 | 0.92 | 0 | 0.19 | 261.99 | 0.86 | 0.44 |
| Hex | 56 | 10 | CF | 3A | 5C | 0 | 13 | 106 | 56 | 2C |
| Octal | 126 | 20 | 317 | 72 | 134 | 0 | 23 | 406 | 126 | 54 |
| Binary | 1010110 | 10000 | 11001111 | 111010 | 1011100 | 0 | 10011 | 100000110 | 1010110 | 101100 |
Color Harmonies of #5610CF
Complementary color
Monochromatic Colors of #5610CF
Black with #5610CF
Text Example
Text Example
White with #5610CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5610CF; }
p { color: rgb(86,16,207); }
H1.HeaderClassName
{
color: #5610CF;
}
.AnyTagClassName
{
color: #5610CF;
}
</style>
background-color css
<style>
a { background-color: #5610CF; }
a { background-color: rgb(86,16,207); }
div.DivClassName
{
background-color: #5610CF;
}
.BgClassName
{
background-color: #5610CF;
}
</style>
border-color css
<style>
span { border-color: #5610CF; }
span { border-color: rgb(86,16,207); }
td.TdClassName
{
border-color: #5610CF;
}
.TagClassName
{
border-color: #5610CF;
}
</style>