Shades of Purple Heart #5E24DD
Tints of Purple Heart #5E24DD
RGB
CMYK
RGB Variations
Color information
#5E24DD (or 0x5E24DD) is known color: Purple Heart. HEX triplet: 5E, 24 and DD. RGB value is (94,36,221). Sum of RGB (Red+Green+Blue) = 94+36+221=351 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.78% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #5E24DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E24DD is #A1DB22. Grayscale: #494949. Windows color (decimal): -10607395 or 14492766. OLE color: 14492766.
HSL color Cylindrical-coordinate representation of color #5E24DD: hue angle of 258.81º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E24DD is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 36 | 221 | - |
| CMYK | 0.57 | 0.84 | 0 | 0.13 |
| HSL | 258.81º | 0.73% | 0.5% | - |
| HSV(B) | 258.81º | 0.84% | 0.87% | - |
| XYZ | 18.3 | 8.86 | 69.15 | - |
| YUV | 74.43 | 210.72 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 36 | 221 | 0.57 | 0.84 | 0 | 0.13 | 258.81 | 0.73 | 0.5 |
| Hex | 5E | 24 | DD | 39 | 54 | 0 | D | 103 | 49 | 32 |
| Octal | 136 | 44 | 335 | 71 | 124 | 0 | 15 | 403 | 111 | 62 |
| Binary | 1011110 | 100100 | 11011101 | 111001 | 1010100 | 0 | 1101 | 100000011 | 1001001 | 110010 |
Color Harmonies of #5E24DD
Complementary color
Monochromatic Colors of #5E24DD
Black with #5E24DD
Text Example
Text Example
White with #5E24DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E24DD; }
p { color: rgb(94,36,221); }
H1.HeaderClassName
{
color: #5E24DD;
}
.AnyTagClassName
{
color: #5E24DD;
}
</style>
background-color css
<style>
a { background-color: #5E24DD; }
a { background-color: rgb(94,36,221); }
div.DivClassName
{
background-color: #5E24DD;
}
.BgClassName
{
background-color: #5E24DD;
}
</style>
border-color css
<style>
span { border-color: #5E24DD; }
span { border-color: rgb(94,36,221); }
td.TdClassName
{
border-color: #5E24DD;
}
.TagClassName
{
border-color: #5E24DD;
}
</style>