RGB coding involves using two hex digits to represent the Red, Green, and Blue components of a color. For example, #ff0000 represents pure red. Each hex digit signifies a value from 0-15, or 4 bits of data. However, why do we use 32 bits to encode every color? Why not have three digits per color instead of two for Red, Green, and Blue?