Shades of Purple Heart #5A24DC
Tints of Purple Heart #5A24DC
RGB
CMYK
RGB Variations
Color information
#5A24DC (or 0x5A24DC) is known color: Purple Heart. HEX triplet: 5A, 24 and DC. RGB value is (90,36,220). Sum of RGB (Red+Green+Blue) = 90+36+220=346 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.01% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 220 (86.33% from 255 or 63.58% from 346); Max value from RGB is 220 - color contains mainly: blue. Hex color #5A24DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A24DC is #A5DB23. Grayscale: #484848. Windows color (decimal): -10869540 or 14427226. OLE color: 14427226.
HSL color Cylindrical-coordinate representation of color #5A24DC: hue angle of 257.61º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A24DC is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 36 | 220 | - |
| CMYK | 0.59 | 0.84 | 0 | 0.14 |
| HSL | 257.61º | 0.72% | 0.5% | - |
| HSV(B) | 257.61º | 0.84% | 0.86% | - |
| XYZ | 17.77 | 8.6 | 68.43 | - |
| YUV | 73.12 | 210.89 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 36 | 220 | 0.59 | 0.84 | 0 | 0.14 | 257.61 | 0.72 | 0.5 |
| Hex | 5A | 24 | DC | 3B | 54 | 0 | E | 102 | 48 | 32 |
| Octal | 132 | 44 | 334 | 73 | 124 | 0 | 16 | 402 | 110 | 62 |
| Binary | 1011010 | 100100 | 11011100 | 111011 | 1010100 | 0 | 1110 | 100000010 | 1001000 | 110010 |
Color Harmonies of #5A24DC
Complementary color
Monochromatic Colors of #5A24DC
Black with #5A24DC
Text Example
Text Example
White with #5A24DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A24DC; }
p { color: rgb(90,36,220); }
H1.HeaderClassName
{
color: #5A24DC;
}
.AnyTagClassName
{
color: #5A24DC;
}
</style>
background-color css
<style>
a { background-color: #5A24DC; }
a { background-color: rgb(90,36,220); }
div.DivClassName
{
background-color: #5A24DC;
}
.BgClassName
{
background-color: #5A24DC;
}
</style>
border-color css
<style>
span { border-color: #5A24DC; }
span { border-color: rgb(90,36,220); }
td.TdClassName
{
border-color: #5A24DC;
}
.TagClassName
{
border-color: #5A24DC;
}
</style>