Shades of Purple Heart #5A24DD
Tints of Purple Heart #5A24DD
RGB
CMYK
RGB Variations
Color information
#5A24DD (or 0x5A24DD) is known color: Purple Heart. HEX triplet: 5A, 24 and DD. RGB value is (90,36,221). Sum of RGB (Red+Green+Blue) = 90+36+221=347 (45% of max value = 765). Red value is 90 (35.55% from 255 or 25.94% from 347); Green value is 36 (14.45% from 255 or 10.37% from 347); Blue value is 221 (86.72% from 255 or 63.69% from 347); Max value from RGB is 221 - color contains mainly: blue. Hex color #5A24DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A24DD is #A5DB22. Grayscale: #484848. Windows color (decimal): -10869539 or 14492762. OLE color: 14492762.
HSL color Cylindrical-coordinate representation of color #5A24DD: hue angle of 257.51º 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 #5A24DD is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 36 | 221 | - |
| CMYK | 0.59 | 0.84 | 0 | 0.13 |
| HSL | 257.51º | 0.73% | 0.5% | - |
| HSV(B) | 257.51º | 0.84% | 0.87% | - |
| XYZ | 17.9 | 8.66 | 69.13 | - |
| YUV | 73.24 | 211.39 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 36 | 221 | 0.59 | 0.84 | 0 | 0.13 | 257.51 | 0.73 | 0.5 |
| Hex | 5A | 24 | DD | 3B | 54 | 0 | D | 102 | 49 | 32 |
| Octal | 132 | 44 | 335 | 73 | 124 | 0 | 15 | 402 | 111 | 62 |
| Binary | 1011010 | 100100 | 11011101 | 111011 | 1010100 | 0 | 1101 | 100000010 | 1001001 | 110010 |
Color Harmonies of #5A24DD
Complementary color
Monochromatic Colors of #5A24DD
Black with #5A24DD
Text Example
Text Example
White with #5A24DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A24DD; }
p { color: rgb(90,36,221); }
H1.HeaderClassName
{
color: #5A24DD;
}
.AnyTagClassName
{
color: #5A24DD;
}
</style>
background-color css
<style>
a { background-color: #5A24DD; }
a { background-color: rgb(90,36,221); }
div.DivClassName
{
background-color: #5A24DD;
}
.BgClassName
{
background-color: #5A24DD;
}
</style>
border-color css
<style>
span { border-color: #5A24DD; }
span { border-color: rgb(90,36,221); }
td.TdClassName
{
border-color: #5A24DD;
}
.TagClassName
{
border-color: #5A24DD;
}
</style>