Shades of Purple Heart #5A24DB
Tints of Purple Heart #5A24DB
RGB
CMYK
RGB Variations
Color information
#5A24DB (or 0x5A24DB) is known color: Purple Heart. HEX triplet: 5A, 24 and DB. RGB value is (90,36,219). Sum of RGB (Red+Green+Blue) = 90+36+219=345 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.09% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A24DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A24DB is #A5DB24. Grayscale: #484848. Windows color (decimal): -10869541 or 14361690. OLE color: 14361690.
HSL color Cylindrical-coordinate representation of color #5A24DB: hue angle of 257.7º 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 #5A24DB is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 36 | 219 | - |
| CMYK | 0.59 | 0.84 | 0 | 0.14 |
| HSL | 257.7º | 0.72% | 0.5% | - |
| HSV(B) | 257.7º | 0.84% | 0.86% | - |
| XYZ | 17.63 | 8.55 | 67.74 | - |
| YUV | 73.01 | 210.39 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 36 | 219 | 0.59 | 0.84 | 0 | 0.14 | 257.7 | 0.72 | 0.5 |
| Hex | 5A | 24 | DB | 3B | 54 | 0 | E | 102 | 48 | 32 |
| Octal | 132 | 44 | 333 | 73 | 124 | 0 | 16 | 402 | 110 | 62 |
| Binary | 1011010 | 100100 | 11011011 | 111011 | 1010100 | 0 | 1110 | 100000010 | 1001000 | 110010 |
Color Harmonies of #5A24DB
Complementary color
Monochromatic Colors of #5A24DB
Black with #5A24DB
Text Example
Text Example
White with #5A24DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A24DB; }
p { color: rgb(90,36,219); }
H1.HeaderClassName
{
color: #5A24DB;
}
.AnyTagClassName
{
color: #5A24DB;
}
</style>
background-color css
<style>
a { background-color: #5A24DB; }
a { background-color: rgb(90,36,219); }
div.DivClassName
{
background-color: #5A24DB;
}
.BgClassName
{
background-color: #5A24DB;
}
</style>
border-color css
<style>
span { border-color: #5A24DB; }
span { border-color: rgb(90,36,219); }
td.TdClassName
{
border-color: #5A24DB;
}
.TagClassName
{
border-color: #5A24DB;
}
</style>