realme P3 Pro price in india

Realme P3 Pro 5G Smartphone Processor Very Good Chipset: Qualcomm Snapdragon 7s Gen 3 (4nm) CPU: Octa-core (up to ~2.5 GHz, heterogeneous configuration) RAM: 8 GB / 12 GB Display Excellent Size: 6.83 inches Quad-curved AMOLED Resolution: ~1.5K (≈1272 × 2800) Refresh Rate: 120 Hz Design: Quad-curved bezel-less display with punch-hole Rear Camera Very Good Setup: Dual Camera Primary: 50 MP (Sony IMX896) with OIS Secondary: 2 MP Depth sensor Video: 4K @30fps, 1080p @60fps Front Camera Very Good Resolution: 16 MP Video: 1080p @30fps Battery Excellent Capacity: 6,000 mAh (typical) Charging: 80W Fast Charging (USB Type-C) General SIM: Dual Nano SIM (5G + 5G) 5G: Supported (SA/NSA) Storage: 128 GB / 256 GB (UFS) options Protection: IP66 / IP68 / IP69 (durability rated on select models) OS: realme UI 6.0 based on Android 15  
Sale!

Realme P3 Pro 5G Smartphone

Processor Very Good

Chipset: Qualcomm Snapdragon 7s Gen 3 (4nm)
CPU: Octa-core (up to ~2.5 GHz, heterogeneous configuration)
RAM: 8 GB / 12 GB

Display Excellent

Size: 6.83 inches Quad-curved AMOLED
Resolution: ~1.5K (≈1272 × 2800)
Refresh Rate: 120 Hz
Design: Quad-curved bezel-less display with punch-hole

Rear Camera Very Good

Setup: Dual Camera
Primary: 50 MP (Sony IMX896) with OIS
Secondary: 2 MP Depth sensor
Video: 4K @30fps, 1080p @60fps

Front Camera Very Good

Resolution: 16 MP
Video: 1080p @30fps

Battery Excellent

Capacity: 6,000 mAh (typical)
Charging: 80W Fast Charging (USB Type-C)

General

SIM: Dual Nano SIM (5G + 5G)
5G: Supported (SA/NSA)
Storage: 128 GB / 256 GB (UFS) options
Protection: IP66 / IP68 / IP69 (durability rated on select models)
OS: realme UI 6.0 based on Android 15

 

Subscribe to our Newsletter

Subscribe to our email newsletter to get the latest posts delivered right to your email.
Pure inspiration, zero spam ✨
document.addEventListener("DOMContentLoaded", function () { const emblaNode = document.querySelector(".testimonial-embla"); if (!emblaNode) return; const prevButton = document.querySelector(".testimonial-prev"); const nextButton = document.querySelector(".testimonial-next"); const progressBar = document.querySelector(".progress-line"); const embla = EmblaCarousel( emblaNode, { loop: true, align: "start", skipSnaps: false, dragFree: false } ); nextButton.addEventListener("click", function(){ embla.scrollNext(); }); prevButton.addEventListener("click", function(){ embla.scrollPrev(); }); function updateProgress(){ const totalSlides = embla.scrollSnapList().length; const currentIndex = embla.selectedScrollSnap(); const progress = ((currentIndex + 1) / totalSlides) * 100; progressBar.style.width = progress + "%"; } embla.on("select", updateProgress); embla.on("init", updateProgress); updateProgress(); document.addEventListener( "keydown", function(e){ if(e.key === "ArrowLeft"){ embla.scrollPrev(); } if(e.key === "ArrowRight"){ embla.scrollNext(); } } ); let autoplay; function startAutoplay(){ autoplay = setInterval(()=>{ embla.scrollNext(); },5000); } function stopAutoplay(){ clearInterval(autoplay); } startAutoplay(); emblaNode.addEventListener( "mouseenter", stopAutoplay ); emblaNode.addEventListener( "mouseleave", startAutoplay ); });