Input Format
ℹ️ RGB Hex Format: Standard 6-digit hexadecimal RGB colors.
Format: Accepts both space-separated and line-by-line input
Example: 6d6d6d = medium gray, ffffff = white, ff0000 = red
Format: Accepts both space-separated and line-by-line input
Example: 6d6d6d = medium gray, ffffff = white, ff0000 = red
ℹ️ Genesis CRAM Format: Uses 9-bit RGB (3 bits per channel, 0-7) stored in 16-bit words.
Format: BBBGGGRRR (9-bit RGB)
Example: 00 AE = orange (7,5,0), 00 0E = red (7,0,0), 0E 60 = pastel blue (0,3,7)
Format: BBBGGGRRR (9-bit RGB)
Example: 00 AE = orange (7,5,0), 00 0E = red (7,0,0), 0E 60 = pastel blue (0,3,7)
ℹ️ BGR32 Format: Uses 3-digit hexadecimal values in Blue-Green-Red order.
Format: Each digit represents 4-bit values (0-F) converted to 3-bit Genesis values (0-7)
Example: 000 = black, EEE = white, 6AE = light blue, 00E = red
Format: Each digit represents 4-bit values (0-F) converted to 3-bit Genesis values (0-7)
Example: 000 = black, EEE = white, 6AE = light blue, 00E = red
ℹ️ RGB32 Format: Uses 3-digit hexadecimal values in Red-Green-Blue order.
Format: Each digit represents 4-bit values (0-F) converted to 3-bit Genesis values (0-7)
Example: 000 = black, EEE = white, A6E = light blue, E00 = red
Format: Each digit represents 4-bit values (0-F) converted to 3-bit Genesis values (0-7)
Example: 000 = black, EEE = white, A6E = light blue, E00 = red
💡 How to use:
- Enter your palette data in either format above
- Use the conversion buttons to switch between formats
- Click "Convert to TPL" to generate the file
- The TPL content preview will appear below
- Click "Download TPL File" to save the binary TPL file
- Check the browser console (F12) for detailed conversion info