-
See Also
- Purple
- LightPurple
- DarkPurple
- ColorData
- Lighter
- Darker
- Hue
- RGBColor
- Style
-
- Entity Types
- Color
- Related Guides
-
-
See Also
- Purple
- LightPurple
- DarkPurple
- ColorData
- Lighter
- Darker
- Hue
- RGBColor
- Style
-
- Entity Types
- Color
- Related Guides
-
See Also
represents an aesthetically appealing version of purple in graphics or style specifications.
StandardPurple
represents an aesthetically appealing version of purple in graphics or style specifications.
Details
- StandardPurple is currently equivalent to RGBColor[0.8,0.3,0.8].
- StandardPurple is a curated color intended to be suitable for a wide array of uses in light and dark themes.
Examples
Basic Examples (4)
Display a standard purple disk:
Graphics[{StandardPurple, Disk[]}]Make a plot with standard purple plot style:
Plot[Sin[x], {x, 0, 10}, PlotStyle -> StandardPurple]StandardPurple contrasts with both light and dark mode coloring:
g = Plot[Sin[x], {x, 0, 2Pi}, Background -> StandardPurple];
{LightModePane[g], DarkModePane[g]}Show a sphere with standard purple coloring:
Graphics3D[{StandardPurple, Sphere[]}]See Also
Purple LightPurple DarkPurple ColorData Lighter Darker Hue RGBColor Style
Entity Types: Color
Related Guides
-
▪
- Colors
History
Text
Wolfram Research (2025), StandardPurple, Wolfram Language function, https://reference.wolfram.com/language/ref/StandardPurple.html.
CMS
Wolfram Language. 2025. "StandardPurple." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/StandardPurple.html.
APA
Wolfram Language. (2025). StandardPurple. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/StandardPurple.html
BibTeX
@misc{reference.wolfram_2026_standardpurple, author="Wolfram Research", title="{StandardPurple}", year="2025", howpublished="\url{https://reference.wolfram.com/language/ref/StandardPurple.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_standardpurple, organization={Wolfram Research}, title={StandardPurple}, year={2025}, url={https://reference.wolfram.com/language/ref/StandardPurple.html}, note=[Accessed: 13-June-2026]}