A retro game developer designs a pixel-art item sprite for an indie game. The sprite (Sprite P) is represented as a bitmap image. The image is shown below:

The designer uses exactly 8 distinct colors to paint the sprite.
Calculate the minimum amount of storage required to store the image data for Sprite P.
Give your answer in bytes.
Show your working.