Shades of Purple Heart #5611BC
Tints of Purple Heart #5611BC
RGB
CMYK
RGB Variations
Color information
#5611BC (or 0x5611BC) is known color: Purple Heart. HEX triplet: 56, 11 and BC. RGB value is (86,17,188). Sum of RGB (Red+Green+Blue) = 86+17+188=291 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.55% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 188 (73.83% from 255 or 64.60% from 291); Max value from RGB is 188 - color contains mainly: blue. Hex color #5611BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5611BC is #A9EE43. Grayscale: #383838. Windows color (decimal): -11136580 or 12325206. OLE color: 12325206.
HSL color Cylindrical-coordinate representation of color #5611BC: hue angle of 264.21º 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 #5611BC is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 17 | 188 | - |
| CMYK | 0.54 | 0.91 | 0 | 0.26 |
| HSL | 264.21º | 0.83% | 0.4% | - |
| HSV(B) | 264.21º | 0.91% | 0.74% | - |
| XYZ | 13.12 | 6.01 | 48.05 | - |
| YUV | 57.13 | 201.86 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 17 | 188 | 0.54 | 0.91 | 0 | 0.26 | 264.21 | 0.83 | 0.4 |
| Hex | 56 | 11 | BC | 36 | 5B | 0 | 1A | 108 | 53 | 28 |
| Octal | 126 | 21 | 274 | 66 | 133 | 0 | 32 | 410 | 123 | 50 |
| Binary | 1010110 | 10001 | 10111100 | 110110 | 1011011 | 0 | 11010 | 100001000 | 1010011 | 101000 |
Color Harmonies of #5611BC
Complementary color
Monochromatic Colors of #5611BC
Black with #5611BC
Text Example
Text Example
White with #5611BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5611BC; }
p { color: rgb(86,17,188); }
H1.HeaderClassName
{
color: #5611BC;
}
.AnyTagClassName
{
color: #5611BC;
}
</style>
background-color css
<style>
a { background-color: #5611BC; }
a { background-color: rgb(86,17,188); }
div.DivClassName
{
background-color: #5611BC;
}
.BgClassName
{
background-color: #5611BC;
}
</style>
border-color css
<style>
span { border-color: #5611BC; }
span { border-color: rgb(86,17,188); }
td.TdClassName
{
border-color: #5611BC;
}
.TagClassName
{
border-color: #5611BC;
}
</style>