Shades of Purple Heart #5E28BC
Tints of Purple Heart #5E28BC
RGB
CMYK
RGB Variations
Color information
#5E28BC (or 0x5E28BC) is known color: Purple Heart. HEX triplet: 5E, 28 and BC. RGB value is (94,40,188). Sum of RGB (Red+Green+Blue) = 94+40+188=322 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.19% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 188 (73.83% from 255 or 58.39% from 322); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E28BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E28BC is #A1D743. Grayscale: #484848. Windows color (decimal): -10606404 or 12331102. OLE color: 12331102.
HSL color Cylindrical-coordinate representation of color #5E28BC: hue angle of 261.89º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E28BC is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 40 | 188 | - |
| CMYK | 0.50 | 0.79 | 0 | 0.26 |
| HSL | 261.89º | 0.65% | 0.45% | - |
| HSV(B) | 261.89º | 0.79% | 0.74% | - |
| XYZ | 14.45 | 7.53 | 48.27 | - |
| YUV | 73.02 | 192.89 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 40 | 188 | 0.50 | 0.79 | 0 | 0.26 | 261.89 | 0.65 | 0.45 |
| Hex | 5E | 28 | BC | 32 | 4F | 0 | 1A | 106 | 41 | 2D |
| Octal | 136 | 50 | 274 | 62 | 117 | 0 | 32 | 406 | 101 | 55 |
| Binary | 1011110 | 101000 | 10111100 | 110010 | 1001111 | 0 | 11010 | 100000110 | 1000001 | 101101 |
Color Harmonies of #5E28BC
Complementary color
Monochromatic Colors of #5E28BC
Black with #5E28BC
Text Example
Text Example
White with #5E28BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E28BC; }
p { color: rgb(94,40,188); }
H1.HeaderClassName
{
color: #5E28BC;
}
.AnyTagClassName
{
color: #5E28BC;
}
</style>
background-color css
<style>
a { background-color: #5E28BC; }
a { background-color: rgb(94,40,188); }
div.DivClassName
{
background-color: #5E28BC;
}
.BgClassName
{
background-color: #5E28BC;
}
</style>
border-color css
<style>
span { border-color: #5E28BC; }
span { border-color: rgb(94,40,188); }
td.TdClassName
{
border-color: #5E28BC;
}
.TagClassName
{
border-color: #5E28BC;
}
</style>