xxxxxxxxxx
HTML
<body>
<p style="color:hsla(0,100%,50%,1);">Red paragraph text</p>
</body>
xxxxxxxxxx
<!-- <p style="color:enterColor">insertContentHere</p>-->
<p style="color:#0000ff">This text is blue.</p>
<p style="color:rgb(106, 90, 203)">This text is violet.</p>
<p style="color:red">This text is red.</p>
xxxxxxxxxx
<p style="color: purple">This is a purple paragraph.</p>
<p style="color:#800080">This is a purple paragraph.</p>