Shades of Purple Heart #5714BA
Tints of Purple Heart #5714BA
RGB
CMYK
RGB Variations
Color information
#5714BA (or 0x5714BA) is known color: Purple Heart. HEX triplet: 57, 14 and BA. RGB value is (87,20,186). Sum of RGB (Red+Green+Blue) = 87+20+186=293 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.69% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #5714BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5714BA is #A8EB45. Grayscale: #3A3A3A. Windows color (decimal): -11070278 or 12194903. OLE color: 12194903.
HSL color Cylindrical-coordinate representation of color #5714BA: hue angle of 264.22º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5714BA is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 20 | 186 | - |
| CMYK | 0.53 | 0.89 | 0 | 0.27 |
| HSL | 264.22º | 0.81% | 0.4% | - |
| HSV(B) | 264.22º | 0.89% | 0.73% | - |
| XYZ | 13.04 | 6.07 | 46.94 | - |
| YUV | 58.96 | 199.7 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 20 | 186 | 0.53 | 0.89 | 0 | 0.27 | 264.22 | 0.81 | 0.4 |
| Hex | 57 | 14 | BA | 35 | 59 | 0 | 1B | 108 | 51 | 28 |
| Octal | 127 | 24 | 272 | 65 | 131 | 0 | 33 | 410 | 121 | 50 |
| Binary | 1010111 | 10100 | 10111010 | 110101 | 1011001 | 0 | 11011 | 100001000 | 1010001 | 101000 |
Color Harmonies of #5714BA
Complementary color
Monochromatic Colors of #5714BA
Black with #5714BA
Text Example
Text Example
White with #5714BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5714BA; }
p { color: rgb(87,20,186); }
H1.HeaderClassName
{
color: #5714BA;
}
.AnyTagClassName
{
color: #5714BA;
}
</style>
background-color css
<style>
a { background-color: #5714BA; }
a { background-color: rgb(87,20,186); }
div.DivClassName
{
background-color: #5714BA;
}
.BgClassName
{
background-color: #5714BA;
}
</style>
border-color css
<style>
span { border-color: #5714BA; }
span { border-color: rgb(87,20,186); }
td.TdClassName
{
border-color: #5714BA;
}
.TagClassName
{
border-color: #5714BA;
}
</style>