Shades of Han Purple #501AF1
Tints of Han Purple #501AF1
RGB
CMYK
RGB Variations
Color information
#501AF1 (or 0x501AF1) is known color: Han Purple. HEX triplet: 50, 1A and F1. RGB value is (80,26,241). Sum of RGB (Red+Green+Blue) = 80+26+241=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 241 (94.53% from 255 or 69.45% from 347); Max value from RGB is 241 - color contains mainly: blue. Hex color #501AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501AF1 is #AFE50E. Grayscale: #414141. Windows color (decimal): -11527439 or 15800912. OLE color: 15800912.
HSL color Cylindrical-coordinate representation of color #501AF1: hue angle of 255.07º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #501AF1 is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 26 | 241 | - |
| CMYK | 0.67 | 0.89 | 0 | 0.05 |
| HSL | 255.07º | 0.88% | 0.52% | - |
| HSV(B) | 255.07º | 0.89% | 0.95% | - |
| XYZ | 19.55 | 8.8 | 83.89 | - |
| YUV | 66.66 | 226.39 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 26 | 241 | 0.67 | 0.89 | 0 | 0.05 | 255.07 | 0.88 | 0.52 |
| Hex | 50 | 1A | F1 | 43 | 59 | 0 | 5 | FF | 58 | 34 |
| Octal | 120 | 32 | 361 | 103 | 131 | 0 | 5 | 377 | 130 | 64 |
| Binary | 1010000 | 11010 | 11110001 | 1000011 | 1011001 | 0 | 101 | 11111111 | 1011000 | 110100 |
Color Harmonies of #501AF1
Complementary color
Monochromatic Colors of #501AF1
Black with #501AF1
Text Example
Text Example
White with #501AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501AF1; }
p { color: rgb(80,26,241); }
H1.HeaderClassName
{
color: #501AF1;
}
.AnyTagClassName
{
color: #501AF1;
}
</style>
background-color css
<style>
a { background-color: #501AF1; }
a { background-color: rgb(80,26,241); }
div.DivClassName
{
background-color: #501AF1;
}
.BgClassName
{
background-color: #501AF1;
}
</style>
border-color css
<style>
span { border-color: #501AF1; }
span { border-color: rgb(80,26,241); }
td.TdClassName
{
border-color: #501AF1;
}
.TagClassName
{
border-color: #501AF1;
}
</style>