Shades of Purple Heart #5E04BB
Tints of Purple Heart #5E04BB
RGB
CMYK
RGB Variations
Color information
#5E04BB (or 0x5E04BB) is known color: Purple Heart. HEX triplet: 5E, 04 and BB. RGB value is (94,4,187). Sum of RGB (Red+Green+Blue) = 94+4+187=285 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.98% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 187 (73.44% from 255 or 65.61% from 285); Max value from RGB is 187 - color contains mainly: blue. Hex color #5E04BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E04BB is #A1FB44. Grayscale: #333333. Windows color (decimal): -10615621 or 12256350. OLE color: 12256350.
HSL color Cylindrical-coordinate representation of color #5E04BB: hue angle of 269.51º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E04BB is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 4 | 187 | - |
| CMYK | 0.50 | 0.98 | 0 | 0.27 |
| HSL | 269.51º | 0.96% | 0.37% | - |
| HSV(B) | 269.51º | 0.98% | 0.73% | - |
| XYZ | 13.63 | 6.05 | 47.46 | - |
| YUV | 51.77 | 204.32 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 4 | 187 | 0.50 | 0.98 | 0 | 0.27 | 269.51 | 0.96 | 0.37 |
| Hex | 5E | 4 | BB | 32 | 62 | 0 | 1B | 10E | 60 | 25 |
| Octal | 136 | 4 | 273 | 62 | 142 | 0 | 33 | 416 | 140 | 45 |
| Binary | 1011110 | 100 | 10111011 | 110010 | 1100010 | 0 | 11011 | 100001110 | 1100000 | 100101 |
Color Harmonies of #5E04BB
Complementary color
Monochromatic Colors of #5E04BB
Black with #5E04BB
Text Example
Text Example
White with #5E04BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E04BB; }
p { color: rgb(94,4,187); }
H1.HeaderClassName
{
color: #5E04BB;
}
.AnyTagClassName
{
color: #5E04BB;
}
</style>
background-color css
<style>
a { background-color: #5E04BB; }
a { background-color: rgb(94,4,187); }
div.DivClassName
{
background-color: #5E04BB;
}
.BgClassName
{
background-color: #5E04BB;
}
</style>
border-color css
<style>
span { border-color: #5E04BB; }
span { border-color: rgb(94,4,187); }
td.TdClassName
{
border-color: #5E04BB;
}
.TagClassName
{
border-color: #5E04BB;
}
</style>