In a RGB color space, #800080 hex color (also known as Purple) is composed of 50.2% red, 0% green and 50.2% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 100% magenta, 0% yellow and 49.8% black. It has a hue angle of 300 degrees, a saturation of 100% and a lightness of 25.1%. #800080 color hex could be obtained by blending #000100 with #000000. Closest websafe color is: #990099.
The hexadecimal color #800080 has RGB values of R:128, G:0, B:128 and CMYK values of C:0, M:1, Y:0, K:0.5. Its decimal value is 8388736.
Hex triplet | 800080 | #800080 |
RGB Decimal | 128, 0, 128 | rgb(128,0,128) |
RGB Percent | 50.2, 0, 50.2 | rgb(50.2%,0%,50.2%) |
CMYK | 0, 100, 0, 49.8 | |
HSL | 300°, 100, 25.1 | hsl(300,100%,25.1%) |
HSV(HSB) | 300°, 100, 50.2 | |
Web Safe | 990099 | #909 |
XYZ | 12.798, 6.148, 20.934 |
xyY | 0.321, 0.154, 6.148 |
CIE-LAB | 29.782, 58.94, -36.498 |
CIE-LCH | 29.782, 69.325, 328.233 |
CIE-LUV | 29.782, 41.511, -53.675 |
Hunter-Lab | 24.795, 48.747, -32.703 |
Binary | 10000000, 00000000, 10000000 |
Below, you can see some colors close to #800080. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #800080.
<span style="color:#800080">Text here</span>
This paragraph has a background color of #800080.
<p style="background-color:#800080;">Content here</p>
This element has a border color of #800080.
<div style="border:1px #800080;">Content here</div>
.text {color:#800080;}
.background {background-color:#800080;}
.border {border:1px solid #800080;}
.text-shadow {border:1px solid #800080;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000000 is the darkest color, while #ffeaff is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #404040 is the less saturated color, while #7b057b is the most saturated one.