Shades of Purple Heart #5706CC
Tints of Purple Heart #5706CC
RGB
CMYK
RGB Variations
Color information
#5706CC (or 0x5706CC) is known color: Purple Heart. HEX triplet: 57, 06 and CC. RGB value is (87,6,204). Sum of RGB (Red+Green+Blue) = 87+6+204=297 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.29% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 204 (80.08% from 255 or 68.69% from 297); Max value from RGB is 204 - color contains mainly: blue. Hex color #5706CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5706CC is #A8F933. Grayscale: #343434. Windows color (decimal): -11073844 or 13370967. OLE color: 13370967.
HSL color Cylindrical-coordinate representation of color #5706CC: hue angle of 264.55º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5706CC is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 87 | 6 | 204 | - |
| CMYK | 0.57 | 0.97 | 0 | 0.2 |
| HSL | 264.55º | 0.94% | 0.41% | - |
| HSV(B) | 264.55º | 0.97% | 0.8% | - |
| XYZ | 14.89 | 6.52 | 57.6 | - |
| YUV | 52.79 | 213.34 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 6 | 204 | 0.57 | 0.97 | 0 | 0.2 | 264.55 | 0.94 | 0.41 |
| Hex | 57 | 6 | CC | 39 | 61 | 0 | 14 | 109 | 5E | 29 |
| Octal | 127 | 6 | 314 | 71 | 141 | 0 | 24 | 411 | 136 | 51 |
| Binary | 1010111 | 110 | 11001100 | 111001 | 1100001 | 0 | 10100 | 100001001 | 1011110 | 101001 |
Color Harmonies of #5706CC
Complementary color
Monochromatic Colors of #5706CC
Black with #5706CC
Text Example
Text Example
White with #5706CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5706CC; }
p { color: rgb(87,6,204); }
H1.HeaderClassName
{
color: #5706CC;
}
.AnyTagClassName
{
color: #5706CC;
}
</style>
background-color css
<style>
a { background-color: #5706CC; }
a { background-color: rgb(87,6,204); }
div.DivClassName
{
background-color: #5706CC;
}
.BgClassName
{
background-color: #5706CC;
}
</style>
border-color css
<style>
span { border-color: #5706CC; }
span { border-color: rgb(87,6,204); }
td.TdClassName
{
border-color: #5706CC;
}
.TagClassName
{
border-color: #5706CC;
}
</style>