Shades of Han Purple #501AE4
Tints of Han Purple #501AE4
RGB
CMYK
RGB Variations
Color information
#501AE4 (or 0x501AE4) is known color: Han Purple. HEX triplet: 50, 1A and E4. RGB value is (80,26,228). Sum of RGB (Red+Green+Blue) = 80+26+228=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 26 (10.55% from 255 or 7.78% from 334); Blue value is 228 (89.45% from 255 or 68.26% from 334); Max value from RGB is 228 - color contains mainly: blue. Hex color #501AE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501AE4 is #AFE51B. Grayscale: #404040. Windows color (decimal): -11527452 or 14948944. OLE color: 14948944.
HSL color Cylindrical-coordinate representation of color #501AE4: hue angle of 256.04º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #501AE4 is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 26 | 228 | - |
| CMYK | 0.65 | 0.89 | 0 | 0.11 |
| HSL | 256.04º | 0.8% | 0.5% | - |
| HSV(B) | 256.04º | 0.89% | 0.89% | - |
| XYZ | 17.68 | 8.05 | 74.02 | - |
| YUV | 65.17 | 219.89 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 26 | 228 | 0.65 | 0.89 | 0 | 0.11 | 256.04 | 0.8 | 0.5 |
| Hex | 50 | 1A | E4 | 41 | 59 | 0 | B | 100 | 50 | 32 |
| Octal | 120 | 32 | 344 | 101 | 131 | 0 | 13 | 400 | 120 | 62 |
| Binary | 1010000 | 11010 | 11100100 | 1000001 | 1011001 | 0 | 1011 | 100000000 | 1010000 | 110010 |
Color Harmonies of #501AE4
Complementary color
Monochromatic Colors of #501AE4
Black with #501AE4
Text Example
Text Example
White with #501AE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501AE4; }
p { color: rgb(80,26,228); }
H1.HeaderClassName
{
color: #501AE4;
}
.AnyTagClassName
{
color: #501AE4;
}
</style>
background-color css
<style>
a { background-color: #501AE4; }
a { background-color: rgb(80,26,228); }
div.DivClassName
{
background-color: #501AE4;
}
.BgClassName
{
background-color: #501AE4;
}
</style>
border-color css
<style>
span { border-color: #501AE4; }
span { border-color: rgb(80,26,228); }
td.TdClassName
{
border-color: #501AE4;
}
.TagClassName
{
border-color: #501AE4;
}
</style>