Shades of Purple Heart #5700CF
Tints of Purple Heart #5700CF
RGB
CMYK
RGB Variations
Color information
#5700CF (or 0x5700CF) is known color: Purple Heart. HEX triplet: 57, 00 and CF. RGB value is (87,0,207). Sum of RGB (Red+Green+Blue) = 87+0+207=294 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.59% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 207 (81.25% from 255 or 70.41% from 294); Max value from RGB is 207 - color contains mainly: blue. Hex color #5700CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5700CF is #A8FF30. Grayscale: #303030. Windows color (decimal): -11075377 or 13566039. OLE color: 13566039.
HSL color Cylindrical-coordinate representation of color #5700CF: hue angle of 265.22º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5700CF is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 0 | 207 | - |
| CMYK | 0.58 | 1 | 0 | 0.19 |
| HSL | 265.22º | 1% | 0.41% | - |
| HSV(B) | 265.22º | 1% | 0.81% | - |
| XYZ | 15.19 | 6.53 | 59.49 | - |
| YUV | 49.61 | 216.82 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 0 | 207 | 0.58 | 1 | 0 | 0.19 | 265.22 | 1 | 0.41 |
| Hex | 57 | 0 | CF | 3A | 64 | 0 | 13 | 109 | 64 | 29 |
| Octal | 127 | 0 | 317 | 72 | 144 | 0 | 23 | 411 | 144 | 51 |
| Binary | 1010111 | 0 | 11001111 | 111010 | 1100100 | 0 | 10011 | 100001001 | 1100100 | 101001 |
Color Harmonies of #5700CF
Complementary color
Monochromatic Colors of #5700CF
Black with #5700CF
Text Example
Text Example
White with #5700CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5700CF; }
p { color: rgb(87,0,207); }
H1.HeaderClassName
{
color: #5700CF;
}
.AnyTagClassName
{
color: #5700CF;
}
</style>
background-color css
<style>
a { background-color: #5700CF; }
a { background-color: rgb(87,0,207); }
div.DivClassName
{
background-color: #5700CF;
}
.BgClassName
{
background-color: #5700CF;
}
</style>
border-color css
<style>
span { border-color: #5700CF; }
span { border-color: rgb(87,0,207); }
td.TdClassName
{
border-color: #5700CF;
}
.TagClassName
{
border-color: #5700CF;
}
</style>