If you want the text in all <h4> elements to be purple using a hexadecimal value, what CSS property would you apply?
<h4>
h4 { heading-color: #800080; }
h4 { font-color: #800080; }
h4 { text-color: #800080; }
h4 { color: #800080; }