Shades of Purple Heart #5E04BC
Tints of Purple Heart #5E04BC
RGB
CMYK
RGB Variations
Color information
#5E04BC (or 0x5E04BC) is known color: Purple Heart. HEX triplet: 5E, 04 and BC. RGB value is (94,4,188). Sum of RGB (Red+Green+Blue) = 94+4+188=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 188 (73.83% from 255 or 65.73% from 286); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E04BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E04BC is #A1FB43. Grayscale: #333333. Windows color (decimal): -10615620 or 12321886. OLE color: 12321886.
HSL color Cylindrical-coordinate representation of color #5E04BC: hue angle of 269.35º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E04BC is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 4 | 188 | - |
| CMYK | 0.50 | 0.98 | 0 | 0.26 |
| HSL | 269.35º | 0.96% | 0.38% | - |
| HSV(B) | 269.35º | 0.98% | 0.74% | - |
| XYZ | 13.74 | 6.1 | 48.03 | - |
| YUV | 51.89 | 204.82 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 4 | 188 | 0.50 | 0.98 | 0 | 0.26 | 269.35 | 0.96 | 0.38 |
| Hex | 5E | 4 | BC | 32 | 62 | 0 | 1A | 10D | 60 | 26 |
| Octal | 136 | 4 | 274 | 62 | 142 | 0 | 32 | 415 | 140 | 46 |
| Binary | 1011110 | 100 | 10111100 | 110010 | 1100010 | 0 | 11010 | 100001101 | 1100000 | 100110 |
Color Harmonies of #5E04BC
Complementary color
Monochromatic Colors of #5E04BC
Black with #5E04BC
Text Example
Text Example
White with #5E04BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E04BC; }
p { color: rgb(94,4,188); }
H1.HeaderClassName
{
color: #5E04BC;
}
.AnyTagClassName
{
color: #5E04BC;
}
</style>
background-color css
<style>
a { background-color: #5E04BC; }
a { background-color: rgb(94,4,188); }
div.DivClassName
{
background-color: #5E04BC;
}
.BgClassName
{
background-color: #5E04BC;
}
</style>
border-color css
<style>
span { border-color: #5E04BC; }
span { border-color: rgb(94,4,188); }
td.TdClassName
{
border-color: #5E04BC;
}
.TagClassName
{
border-color: #5E04BC;
}
</style>