Shades of Purple Heart #5718CC
Tints of Purple Heart #5718CC
RGB
CMYK
RGB Variations
Color information
#5718CC (or 0x5718CC) is known color: Purple Heart. HEX triplet: 57, 18 and CC. RGB value is (87,24,204). Sum of RGB (Red+Green+Blue) = 87+24+204=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 204 (80.08% from 255 or 64.76% from 315); Max value from RGB is 204 - color contains mainly: blue. Hex color #5718CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5718CC is #A8E733. Grayscale: #3E3E3E. Windows color (decimal): -11069236 or 13375575. OLE color: 13375575.
HSL color Cylindrical-coordinate representation of color #5718CC: hue angle of 261º degrees, saturation: 0.79, 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 #5718CC is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 87 | 24 | 204 | - |
| CMYK | 0.57 | 0.88 | 0 | 0.2 |
| HSL | 261º | 0.79% | 0.45% | - |
| HSV(B) | 261º | 0.88% | 0.8% | - |
| XYZ | 15.16 | 7.04 | 57.69 | - |
| YUV | 63.36 | 207.37 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 24 | 204 | 0.57 | 0.88 | 0 | 0.2 | 261 | 0.79 | 0.45 |
| Hex | 57 | 18 | CC | 39 | 58 | 0 | 14 | 105 | 4F | 2D |
| Octal | 127 | 30 | 314 | 71 | 130 | 0 | 24 | 405 | 117 | 55 |
| Binary | 1010111 | 11000 | 11001100 | 111001 | 1011000 | 0 | 10100 | 100000101 | 1001111 | 101101 |
Color Harmonies of #5718CC
Complementary color
Monochromatic Colors of #5718CC
Black with #5718CC
Text Example
Text Example
White with #5718CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5718CC; }
p { color: rgb(87,24,204); }
H1.HeaderClassName
{
color: #5718CC;
}
.AnyTagClassName
{
color: #5718CC;
}
</style>
background-color css
<style>
a { background-color: #5718CC; }
a { background-color: rgb(87,24,204); }
div.DivClassName
{
background-color: #5718CC;
}
.BgClassName
{
background-color: #5718CC;
}
</style>
border-color css
<style>
span { border-color: #5718CC; }
span { border-color: rgb(87,24,204); }
td.TdClassName
{
border-color: #5718CC;
}
.TagClassName
{
border-color: #5718CC;
}
</style>