Shades of Purple Heart #5E34AE
Tints of Purple Heart #5E34AE
RGB
CMYK
RGB Variations
Color information
#5E34AE (or 0x5E34AE) is known color: Purple Heart. HEX triplet: 5E, 34 and AE. RGB value is (94,52,174). Sum of RGB (Red+Green+Blue) = 94+52+174=320 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.38% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #5E34AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E34AE is #A1CB51. Grayscale: #4E4E4E. Windows color (decimal): -10603346 or 11416670. OLE color: 11416670.
HSL color Cylindrical-coordinate representation of color #5E34AE: hue angle of 260.66º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5E34AE is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 52 | 174 | - |
| CMYK | 0.46 | 0.70 | 0 | 0.32 |
| HSL | 260.66º | 0.54% | 0.44% | - |
| HSV(B) | 260.66º | 0.7% | 0.68% | - |
| XYZ | 13.48 | 7.89 | 40.86 | - |
| YUV | 78.47 | 181.91 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 52 | 174 | 0.46 | 0.70 | 0 | 0.32 | 260.66 | 0.54 | 0.44 |
| Hex | 5E | 34 | AE | 2E | 46 | 0 | 20 | 105 | 36 | 2C |
| Octal | 136 | 64 | 256 | 56 | 106 | 0 | 40 | 405 | 66 | 54 |
| Binary | 1011110 | 110100 | 10101110 | 101110 | 1000110 | 0 | 100000 | 100000101 | 110110 | 101100 |
Color Harmonies of #5E34AE
Complementary color
Monochromatic Colors of #5E34AE
Black with #5E34AE
Text Example
Text Example
White with #5E34AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E34AE; }
p { color: rgb(94,52,174); }
H1.HeaderClassName
{
color: #5E34AE;
}
.AnyTagClassName
{
color: #5E34AE;
}
</style>
background-color css
<style>
a { background-color: #5E34AE; }
a { background-color: rgb(94,52,174); }
div.DivClassName
{
background-color: #5E34AE;
}
.BgClassName
{
background-color: #5E34AE;
}
</style>
border-color css
<style>
span { border-color: #5E34AE; }
span { border-color: rgb(94,52,174); }
td.TdClassName
{
border-color: #5E34AE;
}
.TagClassName
{
border-color: #5E34AE;
}
</style>