TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Adding 'rebeccapurple' color to CSS Color Level 4 (2014)

95 pointsby mendelkabout 10 years ago

12 comments

ecaronabout 10 years ago
Longer conversation on this from last year: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=7924677" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=7924677</a>
captn3m0about 10 years ago
- Eric Meyer wrote about it: <a href="http:&#x2F;&#x2F;meyerweb.com&#x2F;eric&#x2F;thoughts&#x2F;2014&#x2F;06&#x2F;19&#x2F;rebeccapurple&#x2F;" rel="nofollow">http:&#x2F;&#x2F;meyerweb.com&#x2F;eric&#x2F;thoughts&#x2F;2014&#x2F;06&#x2F;19&#x2F;rebeccapurple&#x2F;</a><p>The purple is actually quite vibrant: <a href="http:&#x2F;&#x2F;www.color-hex.com&#x2F;color&#x2F;663399" rel="nofollow">http:&#x2F;&#x2F;www.color-hex.com&#x2F;color&#x2F;663399</a>
评论 #9565798 未加载
91bananasabout 10 years ago
Eric&#x27;s writings about his daughter, his family, himself through it all, are <i>intense</i> to read through. Glad the community was able and willing to push this through so quickly as a sign of respect to her.
toxicanabout 10 years ago
I understand the arguments against this, but I don&#x27;t think I&#x27;ve ever met a web developer that actually still uses the color names. I saw it often in 2007 or so, but not at all anymore. So I&#x27;m left not really caring about a slippery slope of names appearing in a list of things nobody uses.<p>And I should say that despite color names not really being used, it&#x27;s still a very nice gesture.
评论 #9565852 未加载
评论 #9565899 未加载
natural219about 10 years ago
For those unaware of Eric Meyer&#x27;s story, I implore you to listen to Shop Talk Show&#x27;s interview with him about the general topic of &quot;designing for crisis&quot;: <a href="http:&#x2F;&#x2F;shoptalkshow.com&#x2F;episodes&#x2F;161-with-eric-meyer&#x2F;" rel="nofollow">http:&#x2F;&#x2F;shoptalkshow.com&#x2F;episodes&#x2F;161-with-eric-meyer&#x2F;</a><p>This topic I feel would be dear to many HN readers, as his experience really gets at the heart of design, technology, and the human experience. It raises the question of how important design really is in those key moments of crisis and tragedy, and how we still have a long way to go in our society to optimize for the 5% of experiences that fall outside of &quot;the happy path&quot; (double entendre).<p>Hearts out to Mr. Meyer for his loss.
calvinabout 10 years ago
You can check to see if your browser has the color:<p><a href="http:&#x2F;&#x2F;output.jsbin.com&#x2F;derewavufu&#x2F;1" rel="nofollow">http:&#x2F;&#x2F;output.jsbin.com&#x2F;derewavufu&#x2F;1</a><p>Look for purple background. Firefox 38 and Chrome 42 have it.
评论 #9565863 未加载
评论 #9565858 未加载
ddoolinabout 10 years ago
Out of curiosity: Are there any other semantically unrelated color names in the spec?
评论 #9565705 未加载
评论 #9565692 未加载
评论 #9565682 未加载
评论 #9565707 未加载
nathannecroabout 10 years ago
I just want to point to a post by Eric which essentially captures what it&#x27;s like to hear that a loved one is chronically sick.<p><a href="http:&#x2F;&#x2F;meyerweb.com&#x2F;eric&#x2F;thoughts&#x2F;2013&#x2F;08&#x2F;19&#x2F;77-hours&#x2F;" rel="nofollow">http:&#x2F;&#x2F;meyerweb.com&#x2F;eric&#x2F;thoughts&#x2F;2013&#x2F;08&#x2F;19&#x2F;77-hours&#x2F;</a>
Lawtonfogleabout 10 years ago
As to the question of if it should be done?<p>Normally I&#x27;m one to optimize, so much so that premature optimization is something I must stand vigilant for. And I do understand how adding names to a standard adds ever so slight a bloat. And I understand there are only ~4K shorthand hex colors to assign names to.<p>But honestly I don&#x27;t have a problem with this. I&#x27;m having a hard time explaining why, but the simplistic way to express it is by saying it is art. Part of the CSS specification has now impacted me emotionally on a deeper level than most art I&#x27;ve seen, especially when you read why it is rebeccapurple and not beccapurple.<p>No, it isn&#x27;t perfectly optimized. But there is value in trading spartan utility for beauty, especially when the cost is so low.<p>Even though I cannot articulate why, given this knowledge I now care more about the CSS sepcifications.
Lawtonfogleabout 10 years ago
Does anyone know why #663399 was chosen in particular? I did some quick searching but couldn&#x27;t find much.<p>As far as I can find, this was the original suggestion, which doesn&#x27;t specify why it was that particular one.<p><a href="http:&#x2F;&#x2F;discourse.specifiction.org&#x2F;t&#x2F;name-663399-becca-purple-in-css4-color&#x2F;225" rel="nofollow">http:&#x2F;&#x2F;discourse.specifiction.org&#x2F;t&#x2F;name-663399-becca-purple...</a>
legulereabout 10 years ago
The CSS colors seem like a bad idea to me. Apart from the basic ones it&#x27;s pretty hard to set them into relation. I don&#x27;t know the difference between brown and saddlebrown without looking. They also add to code-bloat without really adding a functionality.
cbd1984about 10 years ago
One way around the implied slippery slope is to impose a time limit: If anyone still wants this in after twenty years, it goes in, but not before.<p>Yes, it&#x27;s arbitrary. These are <i>color names</i>. They&#x27;re inherently arbitrary. If there&#x27;s no limit, our list of CSS colors will become a list of dead people, which is nice and all but isn&#x27;t useful for the task of assigning human-meaningful names to points on the color spectrum. Let&#x27;s see, was this dead kid bluer or redder than that dead kid...
评论 #9565928 未加载
评论 #9565785 未加载
评论 #9565901 未加载