Shades of Purple Heart #5D24C9
Tints of Purple Heart #5D24C9
RGB
CMYK
RGB Variations
Color information
#5D24C9 (or 0x5D24C9) is known color: Purple Heart. HEX triplet: 5D, 24 and C9. RGB value is (93,36,201). Sum of RGB (Red+Green+Blue) = 93+36+201=330 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.18% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 201 (78.91% from 255 or 60.91% from 330); Max value from RGB is 201 - color contains mainly: blue. Hex color #5D24C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D24C9 is #A2DB36. Grayscale: #474747. Windows color (decimal): -10672951 or 13182045. OLE color: 13182045.
HSL color Cylindrical-coordinate representation of color #5D24C9: hue angle of 260.73º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5D24C9 is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 36 | 201 | - |
| CMYK | 0.54 | 0.82 | 0 | 0.21 |
| HSL | 260.73º | 0.7% | 0.46% | - |
| HSV(B) | 260.73º | 0.82% | 0.79% | - |
| XYZ | 15.69 | 7.81 | 55.94 | - |
| YUV | 71.85 | 200.88 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 36 | 201 | 0.54 | 0.82 | 0 | 0.21 | 260.73 | 0.7 | 0.46 |
| Hex | 5D | 24 | C9 | 36 | 52 | 0 | 15 | 105 | 46 | 2E |
| Octal | 135 | 44 | 311 | 66 | 122 | 0 | 25 | 405 | 106 | 56 |
| Binary | 1011101 | 100100 | 11001001 | 110110 | 1010010 | 0 | 10101 | 100000101 | 1000110 | 101110 |
Color Harmonies of #5D24C9
Complementary color
Monochromatic Colors of #5D24C9
Black with #5D24C9
Text Example
Text Example
White with #5D24C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D24C9; }
p { color: rgb(93,36,201); }
H1.HeaderClassName
{
color: #5D24C9;
}
.AnyTagClassName
{
color: #5D24C9;
}
</style>
background-color css
<style>
a { background-color: #5D24C9; }
a { background-color: rgb(93,36,201); }
div.DivClassName
{
background-color: #5D24C9;
}
.BgClassName
{
background-color: #5D24C9;
}
</style>
border-color css
<style>
span { border-color: #5D24C9; }
span { border-color: rgb(93,36,201); }
td.TdClassName
{
border-color: #5D24C9;
}
.TagClassName
{
border-color: #5D24C9;
}
</style>