Shades of Purple Heart #5610CE
Tints of Purple Heart #5610CE
RGB
CMYK
RGB Variations
Color information
#5610CE (or 0x5610CE) is known color: Purple Heart. HEX triplet: 56, 10 and CE. RGB value is (86,16,206). Sum of RGB (Red+Green+Blue) = 86+16+206=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 206 (80.86% from 255 or 66.88% from 308); Max value from RGB is 206 - color contains mainly: blue. Hex color #5610CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5610CE is #A9EF31. Grayscale: #393939. Windows color (decimal): -11136818 or 13504598. OLE color: 13504598.
HSL color Cylindrical-coordinate representation of color #5610CE: hue angle of 262.11º 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 #5610CE is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 16 | 206 | - |
| CMYK | 0.58 | 0.92 | 0 | 0.19 |
| HSL | 262.11º | 0.86% | 0.44% | - |
| HSV(B) | 262.11º | 0.92% | 0.81% | - |
| XYZ | 15.16 | 6.81 | 58.91 | - |
| YUV | 58.59 | 211.19 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 16 | 206 | 0.58 | 0.92 | 0 | 0.19 | 262.11 | 0.86 | 0.44 |
| Hex | 56 | 10 | CE | 3A | 5C | 0 | 13 | 106 | 56 | 2C |
| Octal | 126 | 20 | 316 | 72 | 134 | 0 | 23 | 406 | 126 | 54 |
| Binary | 1010110 | 10000 | 11001110 | 111010 | 1011100 | 0 | 10011 | 100000110 | 1010110 | 101100 |
Color Harmonies of #5610CE
Complementary color
Monochromatic Colors of #5610CE
Black with #5610CE
Text Example
Text Example
White with #5610CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5610CE; }
p { color: rgb(86,16,206); }
H1.HeaderClassName
{
color: #5610CE;
}
.AnyTagClassName
{
color: #5610CE;
}
</style>
background-color css
<style>
a { background-color: #5610CE; }
a { background-color: rgb(86,16,206); }
div.DivClassName
{
background-color: #5610CE;
}
.BgClassName
{
background-color: #5610CE;
}
</style>
border-color css
<style>
span { border-color: #5610CE; }
span { border-color: rgb(86,16,206); }
td.TdClassName
{
border-color: #5610CE;
}
.TagClassName
{
border-color: #5610CE;
}
</style>