Shades of Purple Heart #5E2CDA
Tints of Purple Heart #5E2CDA
RGB
CMYK
RGB Variations
Color information
#5E2CDA (or 0x5E2CDA) is known color: Purple Heart. HEX triplet: 5E, 2C and DA. RGB value is (94,44,218). Sum of RGB (Red+Green+Blue) = 94+44+218=356 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.40% from 356); Green value is 44 (17.58% from 255 or 12.36% from 356); Blue value is 218 (85.55% from 255 or 61.24% from 356); Max value from RGB is 218 - color contains mainly: blue. Hex color #5E2CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E2CDA is #A1D325. Grayscale: #4E4E4E. Windows color (decimal): -10605350 or 14298206. OLE color: 14298206.
HSL color Cylindrical-coordinate representation of color #5E2CDA: hue angle of 257.24º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5E2CDA is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 94 | 44 | 218 | - |
| CMYK | 0.57 | 0.80 | 0 | 0.15 |
| HSL | 257.24º | 0.7% | 0.51% | - |
| HSV(B) | 257.24º | 0.8% | 0.85% | - |
| XYZ | 18.17 | 9.24 | 67.16 | - |
| YUV | 78.79 | 206.57 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 44 | 218 | 0.57 | 0.80 | 0 | 0.15 | 257.24 | 0.7 | 0.51 |
| Hex | 5E | 2C | DA | 39 | 50 | 0 | F | 101 | 46 | 33 |
| Octal | 136 | 54 | 332 | 71 | 120 | 0 | 17 | 401 | 106 | 63 |
| Binary | 1011110 | 101100 | 11011010 | 111001 | 1010000 | 0 | 1111 | 100000001 | 1000110 | 110011 |
Color Harmonies of #5E2CDA
Complementary color
Monochromatic Colors of #5E2CDA
Black with #5E2CDA
Text Example
Text Example
White with #5E2CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2CDA; }
p { color: rgb(94,44,218); }
H1.HeaderClassName
{
color: #5E2CDA;
}
.AnyTagClassName
{
color: #5E2CDA;
}
</style>
background-color css
<style>
a { background-color: #5E2CDA; }
a { background-color: rgb(94,44,218); }
div.DivClassName
{
background-color: #5E2CDA;
}
.BgClassName
{
background-color: #5E2CDA;
}
</style>
border-color css
<style>
span { border-color: #5E2CDA; }
span { border-color: rgb(94,44,218); }
td.TdClassName
{
border-color: #5E2CDA;
}
.TagClassName
{
border-color: #5E2CDA;
}
</style>