#5 Purple
#800080
NormalHEX#800080
RGB128, 0, 128
HSL300°, 100%, 25%
CMYK0%, 100%, 0%, 50%
Xterm ID5
GrupoNormal
Códigos de Terminal
Foreground (texto)
\x1b[38;5;5m Background (fondo)
\x1b[48;5;5m Bash echo
echo -e "\033[38;5;5mTexto\033[0m" Python
print(f"\033[38;5;5mTexto\033[0m") CSS
Color HEX
color: #800080; Color RGB
color: rgb(128, 0, 128); Background
background-color: #800080;