Shades of Purple Heart #5E44BC
Tints of Purple Heart #5E44BC
RGB
CMYK
RGB Variations
Color information
#5E44BC (or 0x5E44BC) is known color: Purple Heart. HEX triplet: 5E, 44 and BC. RGB value is (94,68,188). Sum of RGB (Red+Green+Blue) = 94+68+188=350 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.86% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E44BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E44BC is #A1BB43. Grayscale: #595959. Windows color (decimal): -10599236 or 12338270. OLE color: 12338270.
HSL color Cylindrical-coordinate representation of color #5E44BC: hue angle of 253º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5E44BC is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 68 | 188 | - |
| CMYK | 0.50 | 0.64 | 0 | 0.26 |
| HSL | 253º | 0.47% | 0.5% | - |
| HSV(B) | 253º | 0.64% | 0.74% | - |
| XYZ | 15.76 | 10.14 | 48.7 | - |
| YUV | 89.45 | 183.61 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 68 | 188 | 0.50 | 0.64 | 0 | 0.26 | 253 | 0.47 | 0.5 |
| Hex | 5E | 44 | BC | 32 | 40 | 0 | 1A | FD | 2F | 32 |
| Octal | 136 | 104 | 274 | 62 | 100 | 0 | 32 | 375 | 57 | 62 |
| Binary | 1011110 | 1000100 | 10111100 | 110010 | 1000000 | 0 | 11010 | 11111101 | 101111 | 110010 |
Color Harmonies of #5E44BC
Complementary color
Monochromatic Colors of #5E44BC
Black with #5E44BC
Text Example
Text Example
White with #5E44BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E44BC; }
p { color: rgb(94,68,188); }
H1.HeaderClassName
{
color: #5E44BC;
}
.AnyTagClassName
{
color: #5E44BC;
}
</style>
background-color css
<style>
a { background-color: #5E44BC; }
a { background-color: rgb(94,68,188); }
div.DivClassName
{
background-color: #5E44BC;
}
.BgClassName
{
background-color: #5E44BC;
}
</style>
border-color css
<style>
span { border-color: #5E44BC; }
span { border-color: rgb(94,68,188); }
td.TdClassName
{
border-color: #5E44BC;
}
.TagClassName
{
border-color: #5E44BC;
}
</style>