Shades of Purple Heart #5E03BC
Tints of Purple Heart #5E03BC
RGB
CMYK
RGB Variations
Color information
#5E03BC (or 0x5E03BC) is known color: Purple Heart. HEX triplet: 5E, 03 and BC. RGB value is (94,3,188). Sum of RGB (Red+Green+Blue) = 94+3+188=285 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.98% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 188 (73.83% from 255 or 65.96% from 285); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E03BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E03BC is #A1FC43. Grayscale: #323232. Windows color (decimal): -10615876 or 12321630. OLE color: 12321630.
HSL color Cylindrical-coordinate representation of color #5E03BC: hue angle of 269.51º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E03BC is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 3 | 188 | - |
| CMYK | 0.50 | 0.98 | 0 | 0.26 |
| HSL | 269.51º | 0.97% | 0.37% | - |
| HSV(B) | 269.51º | 0.98% | 0.74% | - |
| XYZ | 13.73 | 6.08 | 48.03 | - |
| YUV | 51.3 | 205.15 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 3 | 188 | 0.50 | 0.98 | 0 | 0.26 | 269.51 | 0.97 | 0.37 |
| Hex | 5E | 3 | BC | 32 | 62 | 0 | 1A | 10E | 61 | 25 |
| Octal | 136 | 3 | 274 | 62 | 142 | 0 | 32 | 416 | 141 | 45 |
| Binary | 1011110 | 11 | 10111100 | 110010 | 1100010 | 0 | 11010 | 100001110 | 1100001 | 100101 |
Color Harmonies of #5E03BC
Complementary color
Monochromatic Colors of #5E03BC
Black with #5E03BC
Text Example
Text Example
White with #5E03BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E03BC; }
p { color: rgb(94,3,188); }
H1.HeaderClassName
{
color: #5E03BC;
}
.AnyTagClassName
{
color: #5E03BC;
}
</style>
background-color css
<style>
a { background-color: #5E03BC; }
a { background-color: rgb(94,3,188); }
div.DivClassName
{
background-color: #5E03BC;
}
.BgClassName
{
background-color: #5E03BC;
}
</style>
border-color css
<style>
span { border-color: #5E03BC; }
span { border-color: rgb(94,3,188); }
td.TdClassName
{
border-color: #5E03BC;
}
.TagClassName
{
border-color: #5E03BC;
}
</style>