Shades of Purple Heart #5711BC
Tints of Purple Heart #5711BC
RGB
CMYK
RGB Variations
Color information
#5711BC (or 0x5711BC) is known color: Purple Heart. HEX triplet: 57, 11 and BC. RGB value is (87,17,188). Sum of RGB (Red+Green+Blue) = 87+17+188=292 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.79% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 188 (73.83% from 255 or 64.38% from 292); Max value from RGB is 188 - color contains mainly: blue. Hex color #5711BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5711BC is #A8EE43. Grayscale: #383838. Windows color (decimal): -11071044 or 12325207. OLE color: 12325207.
HSL color Cylindrical-coordinate representation of color #5711BC: hue angle of 264.56º 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 #5711BC is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 17 | 188 | - |
| CMYK | 0.54 | 0.91 | 0 | 0.26 |
| HSL | 264.56º | 0.83% | 0.4% | - |
| HSV(B) | 264.56º | 0.91% | 0.74% | - |
| XYZ | 13.21 | 6.06 | 48.05 | - |
| YUV | 57.42 | 201.69 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 17 | 188 | 0.54 | 0.91 | 0 | 0.26 | 264.56 | 0.83 | 0.4 |
| Hex | 57 | 11 | BC | 36 | 5B | 0 | 1A | 109 | 53 | 28 |
| Octal | 127 | 21 | 274 | 66 | 133 | 0 | 32 | 411 | 123 | 50 |
| Binary | 1010111 | 10001 | 10111100 | 110110 | 1011011 | 0 | 11010 | 100001001 | 1010011 | 101000 |
Color Harmonies of #5711BC
Complementary color
Monochromatic Colors of #5711BC
Black with #5711BC
Text Example
Text Example
White with #5711BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5711BC; }
p { color: rgb(87,17,188); }
H1.HeaderClassName
{
color: #5711BC;
}
.AnyTagClassName
{
color: #5711BC;
}
</style>
background-color css
<style>
a { background-color: #5711BC; }
a { background-color: rgb(87,17,188); }
div.DivClassName
{
background-color: #5711BC;
}
.BgClassName
{
background-color: #5711BC;
}
</style>
border-color css
<style>
span { border-color: #5711BC; }
span { border-color: rgb(87,17,188); }
td.TdClassName
{
border-color: #5711BC;
}
.TagClassName
{
border-color: #5711BC;
}
</style>