Shades of Purple Heart #5E18BF
Tints of Purple Heart #5E18BF
RGB
CMYK
RGB Variations
Color information
#5E18BF (or 0x5E18BF) is known color: Purple Heart. HEX triplet: 5E, 18 and BF. RGB value is (94,24,191). Sum of RGB (Red+Green+Blue) = 94+24+191=309 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.42% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 191 (75% from 255 or 61.81% from 309); Max value from RGB is 191 - color contains mainly: blue. Hex color #5E18BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E18BF is #A1E740. Grayscale: #3F3F3F. Windows color (decimal): -10610497 or 12523614. OLE color: 12523614.
HSL color Cylindrical-coordinate representation of color #5E18BF: hue angle of 265.15º 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 #5E18BF is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 24 | 191 | - |
| CMYK | 0.51 | 0.87 | 0 | 0.25 |
| HSL | 265.15º | 0.78% | 0.42% | - |
| HSV(B) | 265.15º | 0.87% | 0.75% | - |
| XYZ | 14.35 | 6.79 | 49.85 | - |
| YUV | 63.97 | 199.69 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 24 | 191 | 0.51 | 0.87 | 0 | 0.25 | 265.15 | 0.78 | 0.42 |
| Hex | 5E | 18 | BF | 33 | 57 | 0 | 19 | 109 | 4E | 2A |
| Octal | 136 | 30 | 277 | 63 | 127 | 0 | 31 | 411 | 116 | 52 |
| Binary | 1011110 | 11000 | 10111111 | 110011 | 1010111 | 0 | 11001 | 100001001 | 1001110 | 101010 |
Color Harmonies of #5E18BF
Complementary color
Monochromatic Colors of #5E18BF
Black with #5E18BF
Text Example
Text Example
White with #5E18BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E18BF; }
p { color: rgb(94,24,191); }
H1.HeaderClassName
{
color: #5E18BF;
}
.AnyTagClassName
{
color: #5E18BF;
}
</style>
background-color css
<style>
a { background-color: #5E18BF; }
a { background-color: rgb(94,24,191); }
div.DivClassName
{
background-color: #5E18BF;
}
.BgClassName
{
background-color: #5E18BF;
}
</style>
border-color css
<style>
span { border-color: #5E18BF; }
span { border-color: rgb(94,24,191); }
td.TdClassName
{
border-color: #5E18BF;
}
.TagClassName
{
border-color: #5E18BF;
}
</style>