Shades of Purple Heart #5719CC
Tints of Purple Heart #5719CC
RGB
CMYK
RGB Variations
Color information
#5719CC (or 0x5719CC) is known color: Purple Heart. HEX triplet: 57, 19 and CC. RGB value is (87,25,204). Sum of RGB (Red+Green+Blue) = 87+25+204=316 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.53% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #5719CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5719CC is #A8E633. Grayscale: #3F3F3F. Windows color (decimal): -11068980 or 13375831. OLE color: 13375831.
HSL color Cylindrical-coordinate representation of color #5719CC: hue angle of 260.78º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5719CC is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 87 | 25 | 204 | - |
| CMYK | 0.57 | 0.88 | 0 | 0.2 |
| HSL | 260.78º | 0.78% | 0.45% | - |
| HSV(B) | 260.78º | 0.88% | 0.8% | - |
| XYZ | 15.18 | 7.08 | 57.69 | - |
| YUV | 63.94 | 207.04 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 25 | 204 | 0.57 | 0.88 | 0 | 0.2 | 260.78 | 0.78 | 0.45 |
| Hex | 57 | 19 | CC | 39 | 58 | 0 | 14 | 105 | 4E | 2D |
| Octal | 127 | 31 | 314 | 71 | 130 | 0 | 24 | 405 | 116 | 55 |
| Binary | 1010111 | 11001 | 11001100 | 111001 | 1011000 | 0 | 10100 | 100000101 | 1001110 | 101101 |
Color Harmonies of #5719CC
Complementary color
Monochromatic Colors of #5719CC
Black with #5719CC
Text Example
Text Example
White with #5719CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5719CC; }
p { color: rgb(87,25,204); }
H1.HeaderClassName
{
color: #5719CC;
}
.AnyTagClassName
{
color: #5719CC;
}
</style>
background-color css
<style>
a { background-color: #5719CC; }
a { background-color: rgb(87,25,204); }
div.DivClassName
{
background-color: #5719CC;
}
.BgClassName
{
background-color: #5719CC;
}
</style>
border-color css
<style>
span { border-color: #5719CC; }
span { border-color: rgb(87,25,204); }
td.TdClassName
{
border-color: #5719CC;
}
.TagClassName
{
border-color: #5719CC;
}
</style>