Shades of Han Purple #501AF6
Tints of Han Purple #501AF6
RGB
CMYK
RGB Variations
Color information
#501AF6 (or 0x501AF6) is known color: Han Purple. HEX triplet: 50, 1A and F6. RGB value is (80,26,246). Sum of RGB (Red+Green+Blue) = 80+26+246=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 246 (96.48% from 255 or 69.89% from 352); Max value from RGB is 246 - color contains mainly: blue. Hex color #501AF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501AF6 is #AFE509. Grayscale: #424242. Windows color (decimal): -11527434 or 16128592. OLE color: 16128592.
HSL color Cylindrical-coordinate representation of color #501AF6: hue angle of 254.73º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #501AF6 is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 26 | 246 | - |
| CMYK | 0.67 | 0.89 | 0 | 0.04 |
| HSL | 254.73º | 0.92% | 0.53% | - |
| HSV(B) | 254.73º | 0.89% | 0.96% | - |
| XYZ | 20.31 | 9.1 | 87.87 | - |
| YUV | 67.23 | 228.89 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 26 | 246 | 0.67 | 0.89 | 0 | 0.04 | 254.73 | 0.92 | 0.53 |
| Hex | 50 | 1A | F6 | 43 | 59 | 0 | 4 | FF | 5C | 35 |
| Octal | 120 | 32 | 366 | 103 | 131 | 0 | 4 | 377 | 134 | 65 |
| Binary | 1010000 | 11010 | 11110110 | 1000011 | 1011001 | 0 | 100 | 11111111 | 1011100 | 110101 |
Color Harmonies of #501AF6
Complementary color
Monochromatic Colors of #501AF6
Black with #501AF6
Text Example
Text Example
White with #501AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501AF6; }
p { color: rgb(80,26,246); }
H1.HeaderClassName
{
color: #501AF6;
}
.AnyTagClassName
{
color: #501AF6;
}
</style>
background-color css
<style>
a { background-color: #501AF6; }
a { background-color: rgb(80,26,246); }
div.DivClassName
{
background-color: #501AF6;
}
.BgClassName
{
background-color: #501AF6;
}
</style>
border-color css
<style>
span { border-color: #501AF6; }
span { border-color: rgb(80,26,246); }
td.TdClassName
{
border-color: #501AF6;
}
.TagClassName
{
border-color: #501AF6;
}
</style>