Shades of Purple Heart #5611CE
Tints of Purple Heart #5611CE
RGB
CMYK
RGB Variations
Color information
#5611CE (or 0x5611CE) is known color: Purple Heart. HEX triplet: 56, 11 and CE. RGB value is (86,17,206). Sum of RGB (Red+Green+Blue) = 86+17+206=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 206 (80.86% from 255 or 66.67% from 309); Max value from RGB is 206 - color contains mainly: blue. Hex color #5611CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5611CE is #A9EE31. Grayscale: #3A3A3A. Windows color (decimal): -11136562 or 13504854. OLE color: 13504854.
HSL color Cylindrical-coordinate representation of color #5611CE: hue angle of 261.9º degrees, saturation: 0.85, 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 #5611CE is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 17 | 206 | - |
| CMYK | 0.58 | 0.92 | 0 | 0.19 |
| HSL | 261.9º | 0.85% | 0.44% | - |
| HSV(B) | 261.9º | 0.92% | 0.81% | - |
| XYZ | 15.18 | 6.84 | 58.91 | - |
| YUV | 59.18 | 210.86 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 17 | 206 | 0.58 | 0.92 | 0 | 0.19 | 261.9 | 0.85 | 0.44 |
| Hex | 56 | 11 | CE | 3A | 5C | 0 | 13 | 106 | 55 | 2C |
| Octal | 126 | 21 | 316 | 72 | 134 | 0 | 23 | 406 | 125 | 54 |
| Binary | 1010110 | 10001 | 11001110 | 111010 | 1011100 | 0 | 10011 | 100000110 | 1010101 | 101100 |
Color Harmonies of #5611CE
Complementary color
Monochromatic Colors of #5611CE
Black with #5611CE
Text Example
Text Example
White with #5611CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5611CE; }
p { color: rgb(86,17,206); }
H1.HeaderClassName
{
color: #5611CE;
}
.AnyTagClassName
{
color: #5611CE;
}
</style>
background-color css
<style>
a { background-color: #5611CE; }
a { background-color: rgb(86,17,206); }
div.DivClassName
{
background-color: #5611CE;
}
.BgClassName
{
background-color: #5611CE;
}
</style>
border-color css
<style>
span { border-color: #5611CE; }
span { border-color: rgb(86,17,206); }
td.TdClassName
{
border-color: #5611CE;
}
.TagClassName
{
border-color: #5611CE;
}
</style>