Shades of Han Purple #501AFE
Tints of Han Purple #501AFE
RGB
CMYK
RGB Variations
Color information
#501AFE (or 0x501AFE) is known color: Han Purple. HEX triplet: 50, 1A and FE. RGB value is (80,26,254). Sum of RGB (Red+Green+Blue) = 80+26+254=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 26 (10.55% from 255 or 7.22% from 360); Blue value is 254 (99.61% from 255 or 70.56% from 360); Max value from RGB is 254 - color contains mainly: blue. Hex color #501AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501AFE is #AFE501. Grayscale: #434343. Windows color (decimal): -11527426 or 16652880. OLE color: 16652880.
HSL color Cylindrical-coordinate representation of color #501AFE: hue angle of 254.21º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #501AFE is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 26 | 254 | - |
| CMYK | 0.69 | 0.90 | 0 | 0.00 |
| HSL | 254.21º | 0.99% | 0.55% | - |
| HSV(B) | 254.21º | 0.9% | 1% | - |
| XYZ | 21.57 | 9.6 | 94.48 | - |
| YUV | 68.14 | 232.89 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 26 | 254 | 0.69 | 0.90 | 0 | 0.00 | 254.21 | 0.99 | 0.55 |
| Hex | 50 | 1A | FE | 45 | 5A | 0 | 0 | FE | 63 | 37 |
| Octal | 120 | 32 | 376 | 105 | 132 | 0 | 0 | 376 | 143 | 67 |
| Binary | 1010000 | 11010 | 11111110 | 1000101 | 1011010 | 0 | 0 | 11111110 | 1100011 | 110111 |
Color Harmonies of #501AFE
Complementary color
Monochromatic Colors of #501AFE
Black with #501AFE
Text Example
Text Example
White with #501AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501AFE; }
p { color: rgb(80,26,254); }
H1.HeaderClassName
{
color: #501AFE;
}
.AnyTagClassName
{
color: #501AFE;
}
</style>
background-color css
<style>
a { background-color: #501AFE; }
a { background-color: rgb(80,26,254); }
div.DivClassName
{
background-color: #501AFE;
}
.BgClassName
{
background-color: #501AFE;
}
</style>
border-color css
<style>
span { border-color: #501AFE; }
span { border-color: rgb(80,26,254); }
td.TdClassName
{
border-color: #501AFE;
}
.TagClassName
{
border-color: #501AFE;
}
</style>