Shades of Purple Heart #5729BF
Tints of Purple Heart #5729BF
RGB
CMYK
RGB Variations
Color information
#5729BF (or 0x5729BF) is known color: Purple Heart. HEX triplet: 57, 29 and BF. RGB value is (87,41,191). Sum of RGB (Red+Green+Blue) = 87+41+191=319 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.27% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 191 (75% from 255 or 59.87% from 319); Max value from RGB is 191 - color contains mainly: blue. Hex color #5729BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5729BF is #A8D640. Grayscale: #474747. Windows color (decimal): -11064897 or 12527959. OLE color: 12527959.
HSL color Cylindrical-coordinate representation of color #5729BF: hue angle of 258.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5729BF is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 41 | 191 | - |
| CMYK | 0.54 | 0.79 | 0 | 0.25 |
| HSL | 258.4º | 0.65% | 0.45% | - |
| HSV(B) | 258.4º | 0.79% | 0.75% | - |
| XYZ | 14.13 | 7.37 | 49.97 | - |
| YUV | 71.85 | 195.24 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 41 | 191 | 0.54 | 0.79 | 0 | 0.25 | 258.4 | 0.65 | 0.45 |
| Hex | 57 | 29 | BF | 36 | 4F | 0 | 19 | 102 | 41 | 2D |
| Octal | 127 | 51 | 277 | 66 | 117 | 0 | 31 | 402 | 101 | 55 |
| Binary | 1010111 | 101001 | 10111111 | 110110 | 1001111 | 0 | 11001 | 100000010 | 1000001 | 101101 |
Color Harmonies of #5729BF
Complementary color
Monochromatic Colors of #5729BF
Black with #5729BF
Text Example
Text Example
White with #5729BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5729BF; }
p { color: rgb(87,41,191); }
H1.HeaderClassName
{
color: #5729BF;
}
.AnyTagClassName
{
color: #5729BF;
}
</style>
background-color css
<style>
a { background-color: #5729BF; }
a { background-color: rgb(87,41,191); }
div.DivClassName
{
background-color: #5729BF;
}
.BgClassName
{
background-color: #5729BF;
}
</style>
border-color css
<style>
span { border-color: #5729BF; }
span { border-color: rgb(87,41,191); }
td.TdClassName
{
border-color: #5729BF;
}
.TagClassName
{
border-color: #5729BF;
}
</style>