> For the complete documentation index, see [llms.txt](https://docs.rplpeptides.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rplpeptides.com/docs/glossary/analytical-terms/purity.md).

# Purity

## Definition

Purity is the quantitative measure of the target peptide relative to all components in a sample, typically expressed as a percentage. It is a critical quality attribute for research peptides.

## Overview

Peptide purity is most commonly determined by HPLC analysis using area normalization, where the area of the main peptide peak is divided by the total area of all detected peaks. Purity specifications (e.g., ≥98%, ≥99%) indicate the minimum acceptable purity level.

## Technical Explanation

**Purity vs. Identity:**

* **Purity:** Measures how much of the material is the desired peptide
* **Identity:** Confirms that the peptide is the correct one (via MS, sequence analysis)
* Both are required for complete quality assessment

**How Purity Is Measured:**

* HPLC with UV detection (most common)
* Area normalization: Main peak area / Total peak area × 100%
* Impurities appear as additional peaks at different retention times

**Common Reporting Methods:**

* Area % (HPLC area normalization)
* Weight % (corrected for counter-ion and water content)
* Anhydrous, solvent-free basis

**Interpretation Considerations:**

* Purity alone does not indicate identity
* A single sharp peak could be the wrong peptide
* Always verify purity AND identity together

## Importance in Peptide Documentation

Purity is the most frequently cited specification on product listings, COAs, and TDS documents. It directly impacts research reproducibility and is often the first attribute researchers evaluate when selecting a supplier.

## Related Terms

* [HPLC](/docs/glossary/analytical-terms/hplc.md)
* [Identity](/docs/glossary/analytical-terms/identity.md)
* [Assay](/docs/glossary/analytical-terms/assay.md)
* [Impurity](/docs/glossary/analytical-terms/impurity.md)
* [COA](/docs/glossary/quality-control/coa.md)

## Frequently Asked Questions

**Q: Is 98% purity always sufficient for research?** A: For most in vitro research, ≥98% is standard. For sensitive in vivo work, higher purity (≥99%) may be preferred. Very low-purity material (<95%) may yield unreliable results.

**Q: Does purity include water and salt content?** A: HPLC area % purity reports only the relative proportions of peptide-related species. Water content, residual solvents, and counter-ion content are measured separately (by LOD, KF, or TGA) and reported on the COA.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.rplpeptides.com/docs/glossary/analytical-terms/purity.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
