Purple (#800080) to RGB
Convert the purple hex color code to its RGB equivalent, with a live preview and a ready-to-use converter.
#800080 = rgb(128, 0, 128)
Color Values
| Hex | #800080 |
| RGB | rgb(128, 0, 128) |
| Red | 128 |
| Green | 0 |
| Blue | 128 |
Convert Any Hex Color
✅ RGB Value: rgb(128, 0, 128)
Frequently Asked Questions
What is the RGB value of Purple?
Purple (#800080) is rgb(128, 0, 128) in RGB.
What is the hex code for Purple?
The hex code for Purple is #800080, which is rgb(128, 0, 128) in RGB.
How do I use Purple in CSS?
In CSS you can use either form interchangeably: color: #800080; or color: rgb(128, 0, 128);