In this article, the term
monochrome palette means a set of intensities for a monochrome display, and the term
RGB palette is defined as the complete set of combinations a given
RGB display can offer by mixing all the possible intensities of the red, green, and blue primaries available in its hardware. These are generic complete repertories of colors to produce black and white and RGB color pictures by the display hardware, not necessarily the total number of such colors that can be simultaneously displayed in a given text or graphic mode of any machine. RGB is the most common method to produce colors for displays; so these complete RGB color repertories have every possible combination of R-G-B triplets within any given maximum number of levels per component. For specific hardware and different methods to produce colors than RGB, see the
List of computer hardware palettes and the
List of video game consoles sections. For various software arrangements and sorts of colors, including other possible full RGB arrangements within 8-bit
depth displays, see the
List of software palettes section.
Monochrome palettes These palettes only have shades of gray. :
Dichrome palettes Each permuted pair of red, green, and blue (16-bit color palette, with 65,536 colors). For example, "additive red green" has zero blue and "subtractive red green" has full blue. :
Regular RGB palettes These full RGB palettes employ the same number of
bits to store the relative intensity for the red, green and blue components of every image's
pixel color. Thus, they have the same number of levels per channel and the total number of possible colors is always the cube of a power of two. It should be understood ''that 'when developed' ''many of these formats were directly related to the size of some host computers 'natural word length' in bytes—the amount of memory in bits held by a single memory address such that the CPU can grab or put it in one operation. :
Non-regular RGB palettes These are also RGB palettes, in the sense defined above (except for 4-bit RGBI, which has an intensity bit that affects all channels at once), but either they do not have the same number of levels for each primary channel, or the numbers are not powers of two, so are not represented as separate bit fields. All of these have been used in popular
personal computers. : ==List of software palettes==