Shades of Han Purple #5015D5
Tints of Han Purple #5015D5
RGB
CMYK
RGB Variations
Color information
#5015D5 (or 0x5015D5) is known color: Han Purple. HEX triplet: 50, 15 and D5. RGB value is (80,21,213). Sum of RGB (Red+Green+Blue) = 80+21+213=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 213 (83.59% from 255 or 67.83% from 314); Max value from RGB is 213 - color contains mainly: blue. Hex color #5015D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5015D5 is #AFEA2A. Grayscale: #3B3B3B. Windows color (decimal): -11528747 or 13964624. OLE color: 13964624.
HSL color Cylindrical-coordinate representation of color #5015D5: hue angle of 258.44º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5015D5 is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 21 | 213 | - |
| CMYK | 0.62 | 0.90 | 0 | 0.16 |
| HSL | 258.44º | 0.82% | 0.46% | - |
| HSV(B) | 258.44º | 0.9% | 0.84% | - |
| XYZ | 15.59 | 7.05 | 63.49 | - |
| YUV | 60.53 | 214.05 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 213 | 0.62 | 0.90 | 0 | 0.16 | 258.44 | 0.82 | 0.46 |
| Hex | 50 | 15 | D5 | 3E | 5A | 0 | 10 | 102 | 52 | 2E |
| Octal | 120 | 25 | 325 | 76 | 132 | 0 | 20 | 402 | 122 | 56 |
| Binary | 1010000 | 10101 | 11010101 | 111110 | 1011010 | 0 | 10000 | 100000010 | 1010010 | 101110 |
Color Harmonies of #5015D5
Complementary color
Monochromatic Colors of #5015D5
Black with #5015D5
Text Example
Text Example
White with #5015D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5015D5; }
p { color: rgb(80,21,213); }
H1.HeaderClassName
{
color: #5015D5;
}
.AnyTagClassName
{
color: #5015D5;
}
</style>
background-color css
<style>
a { background-color: #5015D5; }
a { background-color: rgb(80,21,213); }
div.DivClassName
{
background-color: #5015D5;
}
.BgClassName
{
background-color: #5015D5;
}
</style>
border-color css
<style>
span { border-color: #5015D5; }
span { border-color: rgb(80,21,213); }
td.TdClassName
{
border-color: #5015D5;
}
.TagClassName
{
border-color: #5015D5;
}
</style>