Shades of Purple Heart #5706BA
Tints of Purple Heart #5706BA
RGB
CMYK
RGB Variations
Color information
#5706BA (or 0x5706BA) is known color: Purple Heart. HEX triplet: 57, 06 and BA. RGB value is (87,6,186). Sum of RGB (Red+Green+Blue) = 87+6+186=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 186 (73.05% from 255 or 66.67% from 279); Max value from RGB is 186 - color contains mainly: blue. Hex color #5706BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5706BA is #A8F945. Grayscale: #323232. Windows color (decimal): -11073862 or 12191319. OLE color: 12191319.
HSL color Cylindrical-coordinate representation of color #5706BA: hue angle of 267º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5706BA is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 6 | 186 | - |
| CMYK | 0.53 | 0.97 | 0 | 0.27 |
| HSL | 267º | 0.94% | 0.38% | - |
| HSV(B) | 267º | 0.97% | 0.73% | - |
| XYZ | 12.86 | 5.7 | 46.88 | - |
| YUV | 50.74 | 204.34 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 6 | 186 | 0.53 | 0.97 | 0 | 0.27 | 267 | 0.94 | 0.38 |
| Hex | 57 | 6 | BA | 35 | 61 | 0 | 1B | 10B | 5E | 26 |
| Octal | 127 | 6 | 272 | 65 | 141 | 0 | 33 | 413 | 136 | 46 |
| Binary | 1010111 | 110 | 10111010 | 110101 | 1100001 | 0 | 11011 | 100001011 | 1011110 | 100110 |
Color Harmonies of #5706BA
Complementary color
Monochromatic Colors of #5706BA
Black with #5706BA
Text Example
Text Example
White with #5706BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5706BA; }
p { color: rgb(87,6,186); }
H1.HeaderClassName
{
color: #5706BA;
}
.AnyTagClassName
{
color: #5706BA;
}
</style>
background-color css
<style>
a { background-color: #5706BA; }
a { background-color: rgb(87,6,186); }
div.DivClassName
{
background-color: #5706BA;
}
.BgClassName
{
background-color: #5706BA;
}
</style>
border-color css
<style>
span { border-color: #5706BA; }
span { border-color: rgb(87,6,186); }
td.TdClassName
{
border-color: #5706BA;
}
.TagClassName
{
border-color: #5706BA;
}
</style>