Shades of Purple Heart #5718B8
Tints of Purple Heart #5718B8
RGB
CMYK
RGB Variations
Color information
#5718B8 (or 0x5718B8) is known color: Purple Heart. HEX triplet: 57, 18 and B8. RGB value is (87,24,184). Sum of RGB (Red+Green+Blue) = 87+24+184=295 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.49% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 184 (72.27% from 255 or 62.37% from 295); Max value from RGB is 184 - color contains mainly: blue. Hex color #5718B8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5718B8 is #A8E747. Grayscale: #3C3C3C. Windows color (decimal): -11069256 or 12064855. OLE color: 12064855.
HSL color Cylindrical-coordinate representation of color #5718B8: hue angle of 263.62º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5718B8 is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 87 | 24 | 184 | - |
| CMYK | 0.53 | 0.87 | 0 | 0.28 |
| HSL | 263.63º | 0.77% | 0.41% | - |
| HSV(B) | 263.63º | 0.87% | 0.72% | - |
| XYZ | 12.91 | 6.14 | 45.85 | - |
| YUV | 61.08 | 197.37 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 24 | 184 | 0.53 | 0.87 | 0 | 0.28 | 263.63 | 0.77 | 0.41 |
| Hex | 57 | 18 | B8 | 35 | 57 | 0 | 1C | 108 | 4D | 29 |
| Octal | 127 | 30 | 270 | 65 | 127 | 0 | 34 | 410 | 115 | 51 |
| Binary | 1010111 | 11000 | 10111000 | 110101 | 1010111 | 0 | 11100 | 100001000 | 1001101 | 101001 |
Color Harmonies of #5718B8
Complementary color
Monochromatic Colors of #5718B8
Black with #5718B8
Text Example
Text Example
White with #5718B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5718B8; }
p { color: rgb(87,24,184); }
H1.HeaderClassName
{
color: #5718B8;
}
.AnyTagClassName
{
color: #5718B8;
}
</style>
background-color css
<style>
a { background-color: #5718B8; }
a { background-color: rgb(87,24,184); }
div.DivClassName
{
background-color: #5718B8;
}
.BgClassName
{
background-color: #5718B8;
}
</style>
border-color css
<style>
span { border-color: #5718B8; }
span { border-color: rgb(87,24,184); }
td.TdClassName
{
border-color: #5718B8;
}
.TagClassName
{
border-color: #5718B8;
}
</style>