Shades of Purple Heart #5918BF
Tints of Purple Heart #5918BF
RGB
CMYK
RGB Variations
Color information
#5918BF (or 0x5918BF) is known color: Purple Heart. HEX triplet: 59, 18 and BF. RGB value is (89,24,191). Sum of RGB (Red+Green+Blue) = 89+24+191=304 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.28% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 191 (75% from 255 or 62.83% from 304); Max value from RGB is 191 - color contains mainly: blue. Hex color #5918BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5918BF is #A6E740. Grayscale: #3D3D3D. Windows color (decimal): -10938177 or 12523609. OLE color: 12523609.
HSL color Cylindrical-coordinate representation of color #5918BF: hue angle of 263.35º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5918BF is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 24 | 191 | - |
| CMYK | 0.53 | 0.87 | 0 | 0.25 |
| HSL | 263.35º | 0.78% | 0.42% | - |
| HSV(B) | 263.35º | 0.87% | 0.75% | - |
| XYZ | 13.85 | 6.54 | 49.82 | - |
| YUV | 62.47 | 200.53 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 24 | 191 | 0.53 | 0.87 | 0 | 0.25 | 263.35 | 0.78 | 0.42 |
| Hex | 59 | 18 | BF | 35 | 57 | 0 | 19 | 107 | 4E | 2A |
| Octal | 131 | 30 | 277 | 65 | 127 | 0 | 31 | 407 | 116 | 52 |
| Binary | 1011001 | 11000 | 10111111 | 110101 | 1010111 | 0 | 11001 | 100000111 | 1001110 | 101010 |
Color Harmonies of #5918BF
Complementary color
Monochromatic Colors of #5918BF
Black with #5918BF
Text Example
Text Example
White with #5918BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5918BF; }
p { color: rgb(89,24,191); }
H1.HeaderClassName
{
color: #5918BF;
}
.AnyTagClassName
{
color: #5918BF;
}
</style>
background-color css
<style>
a { background-color: #5918BF; }
a { background-color: rgb(89,24,191); }
div.DivClassName
{
background-color: #5918BF;
}
.BgClassName
{
background-color: #5918BF;
}
</style>
border-color css
<style>
span { border-color: #5918BF; }
span { border-color: rgb(89,24,191); }
td.TdClassName
{
border-color: #5918BF;
}
.TagClassName
{
border-color: #5918BF;
}
</style>