Shades of Purple Heart #5611BD
Tints of Purple Heart #5611BD
RGB
CMYK
RGB Variations
Color information
#5611BD (or 0x5611BD) is known color: Purple Heart. HEX triplet: 56, 11 and BD. RGB value is (86,17,189). Sum of RGB (Red+Green+Blue) = 86+17+189=292 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.45% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 189 (74.22% from 255 or 64.73% from 292); Max value from RGB is 189 - color contains mainly: blue. Hex color #5611BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5611BD is #A9EE42. Grayscale: #383838. Windows color (decimal): -11136579 or 12390742. OLE color: 12390742.
HSL color Cylindrical-coordinate representation of color #5611BD: hue angle of 264.07º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5611BD is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 17 | 189 | - |
| CMYK | 0.54 | 0.91 | 0 | 0.26 |
| HSL | 264.07º | 0.83% | 0.4% | - |
| HSV(B) | 264.07º | 0.91% | 0.74% | - |
| XYZ | 13.22 | 6.05 | 48.62 | - |
| YUV | 57.24 | 202.36 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 17 | 189 | 0.54 | 0.91 | 0 | 0.26 | 264.07 | 0.83 | 0.4 |
| Hex | 56 | 11 | BD | 36 | 5B | 0 | 1A | 108 | 53 | 28 |
| Octal | 126 | 21 | 275 | 66 | 133 | 0 | 32 | 410 | 123 | 50 |
| Binary | 1010110 | 10001 | 10111101 | 110110 | 1011011 | 0 | 11010 | 100001000 | 1010011 | 101000 |
Color Harmonies of #5611BD
Complementary color
Monochromatic Colors of #5611BD
Black with #5611BD
Text Example
Text Example
White with #5611BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5611BD; }
p { color: rgb(86,17,189); }
H1.HeaderClassName
{
color: #5611BD;
}
.AnyTagClassName
{
color: #5611BD;
}
</style>
background-color css
<style>
a { background-color: #5611BD; }
a { background-color: rgb(86,17,189); }
div.DivClassName
{
background-color: #5611BD;
}
.BgClassName
{
background-color: #5611BD;
}
</style>
border-color css
<style>
span { border-color: #5611BD; }
span { border-color: rgb(86,17,189); }
td.TdClassName
{
border-color: #5611BD;
}
.TagClassName
{
border-color: #5611BD;
}
</style>