Shades of Purple Heart #5E28AE
Tints of Purple Heart #5E28AE
RGB
CMYK
RGB Variations
Color information
#5E28AE (or 0x5E28AE) is known color: Purple Heart. HEX triplet: 5E, 28 and AE. RGB value is (94,40,174). Sum of RGB (Red+Green+Blue) = 94+40+174=308 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.52% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #5E28AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E28AE is #A1D751. Grayscale: #464646. Windows color (decimal): -10606418 or 11413598. OLE color: 11413598.
HSL color Cylindrical-coordinate representation of color #5E28AE: hue angle of 264.18º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E28AE is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 40 | 174 | - |
| CMYK | 0.46 | 0.77 | 0 | 0.32 |
| HSL | 264.18º | 0.63% | 0.42% | - |
| HSV(B) | 264.18º | 0.77% | 0.68% | - |
| XYZ | 13.01 | 6.95 | 40.7 | - |
| YUV | 71.42 | 185.89 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 40 | 174 | 0.46 | 0.77 | 0 | 0.32 | 264.18 | 0.63 | 0.42 |
| Hex | 5E | 28 | AE | 2E | 4D | 0 | 20 | 108 | 3F | 2A |
| Octal | 136 | 50 | 256 | 56 | 115 | 0 | 40 | 410 | 77 | 52 |
| Binary | 1011110 | 101000 | 10101110 | 101110 | 1001101 | 0 | 100000 | 100001000 | 111111 | 101010 |
Color Harmonies of #5E28AE
Complementary color
Monochromatic Colors of #5E28AE
Black with #5E28AE
Text Example
Text Example
White with #5E28AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E28AE; }
p { color: rgb(94,40,174); }
H1.HeaderClassName
{
color: #5E28AE;
}
.AnyTagClassName
{
color: #5E28AE;
}
</style>
background-color css
<style>
a { background-color: #5E28AE; }
a { background-color: rgb(94,40,174); }
div.DivClassName
{
background-color: #5E28AE;
}
.BgClassName
{
background-color: #5E28AE;
}
</style>
border-color css
<style>
span { border-color: #5E28AE; }
span { border-color: rgb(94,40,174); }
td.TdClassName
{
border-color: #5E28AE;
}
.TagClassName
{
border-color: #5E28AE;
}
</style>