Skip to content

Chord Calculator — Build Chords from Root Note

Build chords from any root note. See the notes, intervals and chord-tone frequencies.

How We Calculate This

Each chord type is defined by a set of intervals (in semitones) from the root note. The calculator adds these intervals to the root note index and wraps around using modulo 12 arithmetic to name each tone.

Each tone's pitch is then found with the 12-tone equal-temperament formula f = ref × 2^((MIDI − 69)/12), where the reference is A4 (MIDI 69, 440 Hz by default) and the MIDI number is 12 × (octave + 1) + the tone's position above C. For example, a C major triad at octave 4 gives C4 = 261.63 Hz, E4 = 329.63 Hz and G4 = 392.00 Hz.

Frequently Asked Questions

Last updated: February 2026

All calculations are estimates based on standard formulas. Always verify results for critical applications.