Gradient Purple (HTML)

Gradient and text preview:

This paragraph uses color with hex code 620062. Color of text is in garmony with gradient primary color 800080.

Stat info: Views 710 Like 1

Used color codes:

Item Demo HEX code RGB code
Primary color #800080 128.0.128
Secondary color #710071 113.0.113
Border color #620062 98.0.98
Box shadow color #8F0F8F 143.15.143
Text color 1234567890 #620062 98.0.98

CSS3 styles:

background: #800080;
color: #620062;
background: linear-gradient(to bottom, #800080 0%, #710071 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #800080), color-stop(100%, #710071));
background: -webkit-linear-gradient(top, #800080 0%, #710071 100%);
background: -moz-linear-gradient(top, #800080 0%, #710071 100%);
background: -o-linear-gradient(top, #800080 0%, #710071 100%);
background: -ms-linear-gradient(top, #800080 0%, #710071 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#800080', endColorstr='#710071', GradientType=0);
border: 1px solid #620062;
text-shadow: 0 1px 0 #8F0F8F;
-webkit-text-shadow: 0 1px 0 #8F0F8F;
-moz-text-shadow: 0 1px 0 #8F0F8F;
box-shadow: inset 0 1px 0 #8F0F8F;
-webkit-box-shadow: inset 0 1px 0 #8F0F8F;
-moz-box-shadow: inset 0 1px 0 #8F0F8F;
Content has been copied to clipboard. Content has not been copied. Press "Ctrl + C" to copy.