Shades of Purple Heart #5E24CD
Tints of Purple Heart #5E24CD
RGB
CMYK
RGB Variations
Color information
#5E24CD (or 0x5E24CD) is known color: Purple Heart. HEX triplet: 5E, 24 and CD. RGB value is (94,36,205). Sum of RGB (Red+Green+Blue) = 94+36+205=335 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.06% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 205 (80.47% from 255 or 61.19% from 335); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E24CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E24CD is #A1DB32. Grayscale: #474747. Windows color (decimal): -10607411 or 13444190. OLE color: 13444190.
HSL color Cylindrical-coordinate representation of color #5E24CD: hue angle of 260.59º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E24CD is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 36 | 205 | - |
| CMYK | 0.54 | 0.82 | 0 | 0.20 |
| HSL | 260.59º | 0.7% | 0.47% | - |
| HSV(B) | 260.59º | 0.82% | 0.8% | - |
| XYZ | 16.27 | 8.05 | 58.45 | - |
| YUV | 72.61 | 202.72 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 36 | 205 | 0.54 | 0.82 | 0 | 0.20 | 260.59 | 0.7 | 0.47 |
| Hex | 5E | 24 | CD | 36 | 52 | 0 | 14 | 105 | 46 | 2F |
| Octal | 136 | 44 | 315 | 66 | 122 | 0 | 24 | 405 | 106 | 57 |
| Binary | 1011110 | 100100 | 11001101 | 110110 | 1010010 | 0 | 10100 | 100000101 | 1000110 | 101111 |
Color Harmonies of #5E24CD
Complementary color
Monochromatic Colors of #5E24CD
Black with #5E24CD
Text Example
Text Example
White with #5E24CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E24CD; }
p { color: rgb(94,36,205); }
H1.HeaderClassName
{
color: #5E24CD;
}
.AnyTagClassName
{
color: #5E24CD;
}
</style>
background-color css
<style>
a { background-color: #5E24CD; }
a { background-color: rgb(94,36,205); }
div.DivClassName
{
background-color: #5E24CD;
}
.BgClassName
{
background-color: #5E24CD;
}
</style>
border-color css
<style>
span { border-color: #5E24CD; }
span { border-color: rgb(94,36,205); }
td.TdClassName
{
border-color: #5E24CD;
}
.TagClassName
{
border-color: #5E24CD;
}
</style>