Shades of Purple Heart #5D13AA
Tints of Purple Heart #5D13AA
RGB
CMYK
RGB Variations
Color information
#5D13AA (or 0x5D13AA) is known color: Purple Heart. HEX triplet: 5D, 13 and AA. RGB value is (93,19,170). Sum of RGB (Red+Green+Blue) = 93+19+170=282 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.98% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D13AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D13AA is #A2EC55. Grayscale: #393939. Windows color (decimal): -10677334 or 11146077. OLE color: 11146077.
HSL color Cylindrical-coordinate representation of color #5D13AA: hue angle of 269.4º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D13AA is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 19 | 170 | - |
| CMYK | 0.45 | 0.89 | 0 | 0.33 |
| HSL | 269.4º | 0.8% | 0.37% | - |
| HSV(B) | 269.4º | 0.89% | 0.67% | - |
| XYZ | 12 | 5.7 | 38.5 | - |
| YUV | 58.34 | 191.02 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 19 | 170 | 0.45 | 0.89 | 0 | 0.33 | 269.4 | 0.8 | 0.37 |
| Hex | 5D | 13 | AA | 2D | 59 | 0 | 21 | 10D | 50 | 25 |
| Octal | 135 | 23 | 252 | 55 | 131 | 0 | 41 | 415 | 120 | 45 |
| Binary | 1011101 | 10011 | 10101010 | 101101 | 1011001 | 0 | 100001 | 100001101 | 1010000 | 100101 |
Color Harmonies of #5D13AA
Complementary color
Monochromatic Colors of #5D13AA
Black with #5D13AA
Text Example
Text Example
White with #5D13AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D13AA; }
p { color: rgb(93,19,170); }
H1.HeaderClassName
{
color: #5D13AA;
}
.AnyTagClassName
{
color: #5D13AA;
}
</style>
background-color css
<style>
a { background-color: #5D13AA; }
a { background-color: rgb(93,19,170); }
div.DivClassName
{
background-color: #5D13AA;
}
.BgClassName
{
background-color: #5D13AA;
}
</style>
border-color css
<style>
span { border-color: #5D13AA; }
span { border-color: rgb(93,19,170); }
td.TdClassName
{
border-color: #5D13AA;
}
.TagClassName
{
border-color: #5D13AA;
}
</style>