Shades of Han Purple #5015DE
Tints of Han Purple #5015DE
RGB
CMYK
RGB Variations
Color information
#5015DE (or 0x5015DE) is known color: Han Purple. HEX triplet: 50, 15 and DE. RGB value is (80,21,222). Sum of RGB (Red+Green+Blue) = 80+21+222=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 222 (87.11% from 255 or 68.73% from 323); Max value from RGB is 222 - color contains mainly: blue. Hex color #5015DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5015DE is #AFEA21. Grayscale: #3C3C3C. Windows color (decimal): -11528738 or 14554448. OLE color: 14554448.
HSL color Cylindrical-coordinate representation of color #5015DE: hue angle of 257.61º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5015DE is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 21 | 222 | - |
| CMYK | 0.64 | 0.91 | 0 | 0.13 |
| HSL | 257.61º | 0.83% | 0.48% | - |
| HSV(B) | 257.61º | 0.91% | 0.87% | - |
| XYZ | 16.76 | 7.52 | 69.67 | - |
| YUV | 61.56 | 218.55 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 222 | 0.64 | 0.91 | 0 | 0.13 | 257.61 | 0.83 | 0.48 |
| Hex | 50 | 15 | DE | 40 | 5B | 0 | D | 102 | 53 | 30 |
| Octal | 120 | 25 | 336 | 100 | 133 | 0 | 15 | 402 | 123 | 60 |
| Binary | 1010000 | 10101 | 11011110 | 1000000 | 1011011 | 0 | 1101 | 100000010 | 1010011 | 110000 |
Color Harmonies of #5015DE
Complementary color
Monochromatic Colors of #5015DE
Black with #5015DE
Text Example
Text Example
White with #5015DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5015DE; }
p { color: rgb(80,21,222); }
H1.HeaderClassName
{
color: #5015DE;
}
.AnyTagClassName
{
color: #5015DE;
}
</style>
background-color css
<style>
a { background-color: #5015DE; }
a { background-color: rgb(80,21,222); }
div.DivClassName
{
background-color: #5015DE;
}
.BgClassName
{
background-color: #5015DE;
}
</style>
border-color css
<style>
span { border-color: #5015DE; }
span { border-color: rgb(80,21,222); }
td.TdClassName
{
border-color: #5015DE;
}
.TagClassName
{
border-color: #5015DE;
}
</style>