Shades of Purple Heart #5E40BE
Tints of Purple Heart #5E40BE
RGB
CMYK
RGB Variations
Color information
#5E40BE (or 0x5E40BE) is known color: Purple Heart. HEX triplet: 5E, 40 and BE. RGB value is (94,64,190). Sum of RGB (Red+Green+Blue) = 94+64+190=348 (46% of max value = 765). Red value is 94 (37.11% from 255 or 27.01% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 190 (74.61% from 255 or 54.60% from 348); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E40BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E40BE is #A1BF41. Grayscale: #565656. Windows color (decimal): -10600258 or 12468318. OLE color: 12468318.
HSL color Cylindrical-coordinate representation of color #5E40BE: hue angle of 254.29º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E40BE is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 64 | 190 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.25 |
| HSL | 254.29º | 0.5% | 0.5% | - |
| HSV(B) | 254.29º | 0.66% | 0.75% | - |
| XYZ | 15.74 | 9.76 | 49.77 | - |
| YUV | 87.33 | 185.94 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 64 | 190 | 0.51 | 0.66 | 0 | 0.25 | 254.29 | 0.5 | 0.5 |
| Hex | 5E | 40 | BE | 33 | 42 | 0 | 19 | FE | 32 | 32 |
| Octal | 136 | 100 | 276 | 63 | 102 | 0 | 31 | 376 | 62 | 62 |
| Binary | 1011110 | 1000000 | 10111110 | 110011 | 1000010 | 0 | 11001 | 11111110 | 110010 | 110010 |
Color Harmonies of #5E40BE
Complementary color
Monochromatic Colors of #5E40BE
Black with #5E40BE
Text Example
Text Example
White with #5E40BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E40BE; }
p { color: rgb(94,64,190); }
H1.HeaderClassName
{
color: #5E40BE;
}
.AnyTagClassName
{
color: #5E40BE;
}
</style>
background-color css
<style>
a { background-color: #5E40BE; }
a { background-color: rgb(94,64,190); }
div.DivClassName
{
background-color: #5E40BE;
}
.BgClassName
{
background-color: #5E40BE;
}
</style>
border-color css
<style>
span { border-color: #5E40BE; }
span { border-color: rgb(94,64,190); }
td.TdClassName
{
border-color: #5E40BE;
}
.TagClassName
{
border-color: #5E40BE;
}
</style>