Shades of Purple Heart #5715BF
Tints of Purple Heart #5715BF
RGB
CMYK
RGB Variations
Color information
#5715BF (or 0x5715BF) is known color: Purple Heart. HEX triplet: 57, 15 and BF. RGB value is (87,21,191). Sum of RGB (Red+Green+Blue) = 87+21+191=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 191 (75% from 255 or 63.88% from 299); Max value from RGB is 191 - color contains mainly: blue. Hex color #5715BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5715BF is #A8EA40. Grayscale: #3B3B3B. Windows color (decimal): -11070017 or 12522839. OLE color: 12522839.
HSL color Cylindrical-coordinate representation of color #5715BF: hue angle of 263.29º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5715BF is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 21 | 191 | - |
| CMYK | 0.54 | 0.89 | 0 | 0.25 |
| HSL | 263.29º | 0.8% | 0.42% | - |
| HSV(B) | 263.29º | 0.89% | 0.75% | - |
| XYZ | 13.6 | 6.32 | 49.79 | - |
| YUV | 60.11 | 201.87 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 21 | 191 | 0.54 | 0.89 | 0 | 0.25 | 263.29 | 0.8 | 0.42 |
| Hex | 57 | 15 | BF | 36 | 59 | 0 | 19 | 107 | 50 | 2A |
| Octal | 127 | 25 | 277 | 66 | 131 | 0 | 31 | 407 | 120 | 52 |
| Binary | 1010111 | 10101 | 10111111 | 110110 | 1011001 | 0 | 11001 | 100000111 | 1010000 | 101010 |
Color Harmonies of #5715BF
Complementary color
Monochromatic Colors of #5715BF
Black with #5715BF
Text Example
Text Example
White with #5715BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5715BF; }
p { color: rgb(87,21,191); }
H1.HeaderClassName
{
color: #5715BF;
}
.AnyTagClassName
{
color: #5715BF;
}
</style>
background-color css
<style>
a { background-color: #5715BF; }
a { background-color: rgb(87,21,191); }
div.DivClassName
{
background-color: #5715BF;
}
.BgClassName
{
background-color: #5715BF;
}
</style>
border-color css
<style>
span { border-color: #5715BF; }
span { border-color: rgb(87,21,191); }
td.TdClassName
{
border-color: #5715BF;
}
.TagClassName
{
border-color: #5715BF;
}
</style>