Shades of Han Purple #501CE1
Tints of Han Purple #501CE1
RGB
CMYK
RGB Variations
Color information
#501CE1 (or 0x501CE1) is known color: Han Purple. HEX triplet: 50, 1C and E1. RGB value is (80,28,225). Sum of RGB (Red+Green+Blue) = 80+28+225=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 28 (11.33% from 255 or 8.41% from 333); Blue value is 225 (88.28% from 255 or 67.57% from 333); Max value from RGB is 225 - color contains mainly: blue. Hex color #501CE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501CE1 is #AFE31E. Grayscale: #414141. Windows color (decimal): -11526943 or 14752848. OLE color: 14752848.
HSL color Cylindrical-coordinate representation of color #501CE1: hue angle of 255.84º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #501CE1 is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 28 | 225 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.12 |
| HSL | 255.84º | 0.78% | 0.5% | - |
| HSV(B) | 255.84º | 0.88% | 0.88% | - |
| XYZ | 17.31 | 7.97 | 71.86 | - |
| YUV | 66.01 | 217.73 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 225 | 0.64 | 0.88 | 0 | 0.12 | 255.84 | 0.78 | 0.5 |
| Hex | 50 | 1C | E1 | 40 | 58 | 0 | C | 100 | 4E | 32 |
| Octal | 120 | 34 | 341 | 100 | 130 | 0 | 14 | 400 | 116 | 62 |
| Binary | 1010000 | 11100 | 11100001 | 1000000 | 1011000 | 0 | 1100 | 100000000 | 1001110 | 110010 |
Color Harmonies of #501CE1
Complementary color
Monochromatic Colors of #501CE1
Black with #501CE1
Text Example
Text Example
White with #501CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501CE1; }
p { color: rgb(80,28,225); }
H1.HeaderClassName
{
color: #501CE1;
}
.AnyTagClassName
{
color: #501CE1;
}
</style>
background-color css
<style>
a { background-color: #501CE1; }
a { background-color: rgb(80,28,225); }
div.DivClassName
{
background-color: #501CE1;
}
.BgClassName
{
background-color: #501CE1;
}
</style>
border-color css
<style>
span { border-color: #501CE1; }
span { border-color: rgb(80,28,225); }
td.TdClassName
{
border-color: #501CE1;
}
.TagClassName
{
border-color: #501CE1;
}
</style>