Shades of Purple Heart #5D19AA
Tints of Purple Heart #5D19AA
RGB
CMYK
RGB Variations
Color information
#5D19AA (or 0x5D19AA) is known color: Purple Heart. HEX triplet: 5D, 19 and AA. RGB value is (93,25,170). Sum of RGB (Red+Green+Blue) = 93+25+170=288 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.29% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 170 (66.80% from 255 or 59.03% from 288); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D19AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D19AA is #A2E655. Grayscale: #3D3D3D. Windows color (decimal): -10675798 or 11147613. OLE color: 11147613.
HSL color Cylindrical-coordinate representation of color #5D19AA: hue angle of 268.14º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5D19AA is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 25 | 170 | - |
| CMYK | 0.45 | 0.85 | 0 | 0.33 |
| HSL | 268.14º | 0.74% | 0.38% | - |
| HSV(B) | 268.14º | 0.85% | 0.67% | - |
| XYZ | 12.12 | 5.92 | 38.54 | - |
| YUV | 61.86 | 189.03 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 25 | 170 | 0.45 | 0.85 | 0 | 0.33 | 268.14 | 0.74 | 0.38 |
| Hex | 5D | 19 | AA | 2D | 55 | 0 | 21 | 10C | 4A | 26 |
| Octal | 135 | 31 | 252 | 55 | 125 | 0 | 41 | 414 | 112 | 46 |
| Binary | 1011101 | 11001 | 10101010 | 101101 | 1010101 | 0 | 100001 | 100001100 | 1001010 | 100110 |
Color Harmonies of #5D19AA
Complementary color
Monochromatic Colors of #5D19AA
Black with #5D19AA
Text Example
Text Example
White with #5D19AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D19AA; }
p { color: rgb(93,25,170); }
H1.HeaderClassName
{
color: #5D19AA;
}
.AnyTagClassName
{
color: #5D19AA;
}
</style>
background-color css
<style>
a { background-color: #5D19AA; }
a { background-color: rgb(93,25,170); }
div.DivClassName
{
background-color: #5D19AA;
}
.BgClassName
{
background-color: #5D19AA;
}
</style>
border-color css
<style>
span { border-color: #5D19AA; }
span { border-color: rgb(93,25,170); }
td.TdClassName
{
border-color: #5D19AA;
}
.TagClassName
{
border-color: #5D19AA;
}
</style>