#60 MediumPurple4
#5F5F87
ExtendedHEX#5F5F87
RGB95, 95, 135
HSL240°, 17%, 45%
CMYK30%, 30%, 0%, 47%
Xterm ID60
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;60m Background (fondo)
\x1b[48;5;60m Bash echo
echo -e "\033[38;5;60mTexto\033[0m" Python
print(f"\033[38;5;60mTexto\033[0m") CSS
Color HEX
color: #5F5F87; Color RGB
color: rgb(95, 95, 135); Background
background-color: #5F5F87;