I did some research and this was a snippet i found.



<?PHP

FUNCTION inverseHex( $color )
{
$color = TRIM($color);
$prependHash = FALSE;