#54 Purple4
#5F0087
ExtendedHEX#5F0087
RGB95, 0, 135
HSL282°, 100%, 26%
CMYK30%, 100%, 0%, 47%
Xterm ID54
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;54m Background (fondo)
\x1b[48;5;54m Bash echo
echo -e "\033[38;5;54mTexto\033[0m" Python
print(f"\033[38;5;54mTexto\033[0m") CSS
Color HEX
color: #5F0087; Color RGB
color: rgb(95, 0, 135); Background
background-color: #5F0087;