Shades of Purple Heart #5739BF
Tints of Purple Heart #5739BF
RGB
CMYK
RGB Variations
Color information
#5739BF (or 0x5739BF) is known color: Purple Heart. HEX triplet: 57, 39 and BF. RGB value is (87,57,191). Sum of RGB (Red+Green+Blue) = 87+57+191=335 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.97% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 191 (75% from 255 or 57.01% from 335); Max value from RGB is 191 - color contains mainly: blue. Hex color #5739BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5739BF is #A8C640. Grayscale: #505050. Windows color (decimal): -11060801 or 12532055. OLE color: 12532055.
HSL color Cylindrical-coordinate representation of color #5739BF: hue angle of 253.43º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5739BF is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 57 | 191 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.25 |
| HSL | 253.43º | 0.54% | 0.49% | - |
| HSV(B) | 253.43º | 0.7% | 0.75% | - |
| XYZ | 14.8 | 8.71 | 50.19 | - |
| YUV | 81.25 | 189.94 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 57 | 191 | 0.54 | 0.70 | 0 | 0.25 | 253.43 | 0.54 | 0.49 |
| Hex | 57 | 39 | BF | 36 | 46 | 0 | 19 | FD | 36 | 31 |
| Octal | 127 | 71 | 277 | 66 | 106 | 0 | 31 | 375 | 66 | 61 |
| Binary | 1010111 | 111001 | 10111111 | 110110 | 1000110 | 0 | 11001 | 11111101 | 110110 | 110001 |
Color Harmonies of #5739BF
Complementary color
Monochromatic Colors of #5739BF
Black with #5739BF
Text Example
Text Example
White with #5739BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5739BF; }
p { color: rgb(87,57,191); }
H1.HeaderClassName
{
color: #5739BF;
}
.AnyTagClassName
{
color: #5739BF;
}
</style>
background-color css
<style>
a { background-color: #5739BF; }
a { background-color: rgb(87,57,191); }
div.DivClassName
{
background-color: #5739BF;
}
.BgClassName
{
background-color: #5739BF;
}
</style>
border-color css
<style>
span { border-color: #5739BF; }
span { border-color: rgb(87,57,191); }
td.TdClassName
{
border-color: #5739BF;
}
.TagClassName
{
border-color: #5739BF;
}
</style>