Shades of Purple Heart #5D19DA
Tints of Purple Heart #5D19DA
RGB
CMYK
RGB Variations
Color information
#5D19DA (or 0x5D19DA) is known color: Purple Heart. HEX triplet: 5D, 19 and DA. RGB value is (93,25,218). Sum of RGB (Red+Green+Blue) = 93+25+218=336 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.68% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 218 (85.55% from 255 or 64.88% from 336); Max value from RGB is 218 - color contains mainly: blue. Hex color #5D19DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D19DA is #A2E625. Grayscale: #424242. Windows color (decimal): -10675750 or 14293341. OLE color: 14293341.
HSL color Cylindrical-coordinate representation of color #5D19DA: hue angle of 261.14º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D19DA is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 25 | 218 | - |
| CMYK | 0.57 | 0.89 | 0 | 0.15 |
| HSL | 261.14º | 0.79% | 0.48% | - |
| HSV(B) | 261.14º | 0.89% | 0.85% | - |
| XYZ | 17.52 | 8.08 | 66.97 | - |
| YUV | 67.33 | 213.03 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 25 | 218 | 0.57 | 0.89 | 0 | 0.15 | 261.14 | 0.79 | 0.48 |
| Hex | 5D | 19 | DA | 39 | 59 | 0 | F | 105 | 4F | 30 |
| Octal | 135 | 31 | 332 | 71 | 131 | 0 | 17 | 405 | 117 | 60 |
| Binary | 1011101 | 11001 | 11011010 | 111001 | 1011001 | 0 | 1111 | 100000101 | 1001111 | 110000 |
Color Harmonies of #5D19DA
Complementary color
Monochromatic Colors of #5D19DA
Black with #5D19DA
Text Example
Text Example
White with #5D19DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D19DA; }
p { color: rgb(93,25,218); }
H1.HeaderClassName
{
color: #5D19DA;
}
.AnyTagClassName
{
color: #5D19DA;
}
</style>
background-color css
<style>
a { background-color: #5D19DA; }
a { background-color: rgb(93,25,218); }
div.DivClassName
{
background-color: #5D19DA;
}
.BgClassName
{
background-color: #5D19DA;
}
</style>
border-color css
<style>
span { border-color: #5D19DA; }
span { border-color: rgb(93,25,218); }
td.TdClassName
{
border-color: #5D19DA;
}
.TagClassName
{
border-color: #5D19DA;
}
</style>