Shades of Purple Heart #5E14BC
Tints of Purple Heart #5E14BC
RGB
CMYK
RGB Variations
Color information
#5E14BC (or 0x5E14BC) is known color: Purple Heart. HEX triplet: 5E, 14 and BC. RGB value is (94,20,188). Sum of RGB (Red+Green+Blue) = 94+20+188=302 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.13% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 188 (73.83% from 255 or 62.25% from 302); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E14BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E14BC is #A1EB43. Grayscale: #3C3C3C. Windows color (decimal): -10611524 or 12325982. OLE color: 12325982.
HSL color Cylindrical-coordinate representation of color #5E14BC: hue angle of 266.43º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5E14BC is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 20 | 188 | - |
| CMYK | 0.50 | 0.89 | 0 | 0.26 |
| HSL | 266.43º | 0.81% | 0.41% | - |
| HSV(B) | 266.43º | 0.89% | 0.74% | - |
| XYZ | 13.94 | 6.51 | 48.1 | - |
| YUV | 61.28 | 199.52 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 20 | 188 | 0.50 | 0.89 | 0 | 0.26 | 266.43 | 0.81 | 0.41 |
| Hex | 5E | 14 | BC | 32 | 59 | 0 | 1A | 10A | 51 | 29 |
| Octal | 136 | 24 | 274 | 62 | 131 | 0 | 32 | 412 | 121 | 51 |
| Binary | 1011110 | 10100 | 10111100 | 110010 | 1011001 | 0 | 11010 | 100001010 | 1010001 | 101001 |
Color Harmonies of #5E14BC
Complementary color
Monochromatic Colors of #5E14BC
Black with #5E14BC
Text Example
Text Example
White with #5E14BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E14BC; }
p { color: rgb(94,20,188); }
H1.HeaderClassName
{
color: #5E14BC;
}
.AnyTagClassName
{
color: #5E14BC;
}
</style>
background-color css
<style>
a { background-color: #5E14BC; }
a { background-color: rgb(94,20,188); }
div.DivClassName
{
background-color: #5E14BC;
}
.BgClassName
{
background-color: #5E14BC;
}
</style>
border-color css
<style>
span { border-color: #5E14BC; }
span { border-color: rgb(94,20,188); }
td.TdClassName
{
border-color: #5E14BC;
}
.TagClassName
{
border-color: #5E14BC;
}
</style>