Shades of Purple Heart #5700BA
Tints of Purple Heart #5700BA
RGB
CMYK
RGB Variations
Color information
#5700BA (or 0x5700BA) is known color: Purple Heart. HEX triplet: 57, 00 and BA. RGB value is (87,0,186). Sum of RGB (Red+Green+Blue) = 87+0+186=273 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.87% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #5700BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5700BA is #A8FF45. Grayscale: #2E2E2E. Windows color (decimal): -11075398 or 12189783. OLE color: 12189783.
HSL color Cylindrical-coordinate representation of color #5700BA: hue angle of 268.06º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5700BA is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 0 | 186 | - |
| CMYK | 0.53 | 1 | 0 | 0.27 |
| HSL | 268.06º | 1% | 0.36% | - |
| HSV(B) | 268.06º | 1% | 0.73% | - |
| XYZ | 12.79 | 5.57 | 46.86 | - |
| YUV | 47.22 | 206.32 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 0 | 186 | 0.53 | 1 | 0 | 0.27 | 268.06 | 1 | 0.36 |
| Hex | 57 | 0 | BA | 35 | 64 | 0 | 1B | 10C | 64 | 24 |
| Octal | 127 | 0 | 272 | 65 | 144 | 0 | 33 | 414 | 144 | 44 |
| Binary | 1010111 | 0 | 10111010 | 110101 | 1100100 | 0 | 11011 | 100001100 | 1100100 | 100100 |
Color Harmonies of #5700BA
Complementary color
Monochromatic Colors of #5700BA
Black with #5700BA
Text Example
Text Example
White with #5700BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5700BA; }
p { color: rgb(87,0,186); }
H1.HeaderClassName
{
color: #5700BA;
}
.AnyTagClassName
{
color: #5700BA;
}
</style>
background-color css
<style>
a { background-color: #5700BA; }
a { background-color: rgb(87,0,186); }
div.DivClassName
{
background-color: #5700BA;
}
.BgClassName
{
background-color: #5700BA;
}
</style>
border-color css
<style>
span { border-color: #5700BA; }
span { border-color: rgb(87,0,186); }
td.TdClassName
{
border-color: #5700BA;
}
.TagClassName
{
border-color: #5700BA;
}
</style>