Shades of Purple Heart #5706BE
Tints of Purple Heart #5706BE
RGB
CMYK
RGB Variations
Color information
#5706BE (or 0x5706BE) is known color: Purple Heart. HEX triplet: 57, 06 and BE. RGB value is (87,6,190). Sum of RGB (Red+Green+Blue) = 87+6+190=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 190 (74.61% from 255 or 67.14% from 283); Max value from RGB is 190 - color contains mainly: blue. Hex color #5706BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5706BE is #A8F941. Grayscale: #323232. Windows color (decimal): -11073858 or 12453463. OLE color: 12453463.
HSL color Cylindrical-coordinate representation of color #5706BE: hue angle of 266.41º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5706BE is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 6 | 190 | - |
| CMYK | 0.54 | 0.97 | 0 | 0.25 |
| HSL | 266.41º | 0.94% | 0.38% | - |
| HSV(B) | 266.41º | 0.97% | 0.75% | - |
| XYZ | 13.29 | 5.87 | 49.15 | - |
| YUV | 51.2 | 206.34 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 6 | 190 | 0.54 | 0.97 | 0 | 0.25 | 266.41 | 0.94 | 0.38 |
| Hex | 57 | 6 | BE | 36 | 61 | 0 | 19 | 10A | 5E | 26 |
| Octal | 127 | 6 | 276 | 66 | 141 | 0 | 31 | 412 | 136 | 46 |
| Binary | 1010111 | 110 | 10111110 | 110110 | 1100001 | 0 | 11001 | 100001010 | 1011110 | 100110 |
Color Harmonies of #5706BE
Complementary color
Monochromatic Colors of #5706BE
Black with #5706BE
Text Example
Text Example
White with #5706BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5706BE; }
p { color: rgb(87,6,190); }
H1.HeaderClassName
{
color: #5706BE;
}
.AnyTagClassName
{
color: #5706BE;
}
</style>
background-color css
<style>
a { background-color: #5706BE; }
a { background-color: rgb(87,6,190); }
div.DivClassName
{
background-color: #5706BE;
}
.BgClassName
{
background-color: #5706BE;
}
</style>
border-color css
<style>
span { border-color: #5706BE; }
span { border-color: rgb(87,6,190); }
td.TdClassName
{
border-color: #5706BE;
}
.TagClassName
{
border-color: #5706BE;
}
</style>