Shades of Purple Heart #5E3BD9
Tints of Purple Heart #5E3BD9
RGB
CMYK
RGB Variations
Color information
#5E3BD9 (or 0x5E3BD9) is known color: Purple Heart. HEX triplet: 5E, 3B and D9. RGB value is (94,59,217). Sum of RGB (Red+Green+Blue) = 94+59+217=370 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.41% from 370); Green value is 59 (23.44% from 255 or 15.95% from 370); Blue value is 217 (85.16% from 255 or 58.65% from 370); Max value from RGB is 217 - color contains mainly: blue. Hex color #5E3BD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3BD9 is #A1C426. Grayscale: #565656. Windows color (decimal): -10601511 or 14236510. OLE color: 14236510.
HSL color Cylindrical-coordinate representation of color #5E3BD9: hue angle of 253.29º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E3BD9 is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 94 | 59 | 217 | - |
| CMYK | 0.57 | 0.73 | 0 | 0.15 |
| HSL | 253.29º | 0.68% | 0.54% | - |
| HSV(B) | 253.29º | 0.73% | 0.85% | - |
| XYZ | 18.7 | 10.52 | 66.69 | - |
| YUV | 87.48 | 201.1 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 59 | 217 | 0.57 | 0.73 | 0 | 0.15 | 253.29 | 0.68 | 0.54 |
| Hex | 5E | 3B | D9 | 39 | 49 | 0 | F | FD | 44 | 36 |
| Octal | 136 | 73 | 331 | 71 | 111 | 0 | 17 | 375 | 104 | 66 |
| Binary | 1011110 | 111011 | 11011001 | 111001 | 1001001 | 0 | 1111 | 11111101 | 1000100 | 110110 |
Color Harmonies of #5E3BD9
Complementary color
Monochromatic Colors of #5E3BD9
Black with #5E3BD9
Text Example
Text Example
White with #5E3BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3BD9; }
p { color: rgb(94,59,217); }
H1.HeaderClassName
{
color: #5E3BD9;
}
.AnyTagClassName
{
color: #5E3BD9;
}
</style>
background-color css
<style>
a { background-color: #5E3BD9; }
a { background-color: rgb(94,59,217); }
div.DivClassName
{
background-color: #5E3BD9;
}
.BgClassName
{
background-color: #5E3BD9;
}
</style>
border-color css
<style>
span { border-color: #5E3BD9; }
span { border-color: rgb(94,59,217); }
td.TdClassName
{
border-color: #5E3BD9;
}
.TagClassName
{
border-color: #5E3BD9;
}
</style>