Shades of Han Purple #501AFA
Tints of Han Purple #501AFA
RGB
CMYK
RGB Variations
Color information
#501AFA (or 0x501AFA) is known color: Han Purple. HEX triplet: 50, 1A and FA. RGB value is (80,26,250). Sum of RGB (Red+Green+Blue) = 80+26+250=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 26 (10.55% from 255 or 7.30% from 356); Blue value is 250 (98.05% from 255 or 70.22% from 356); Max value from RGB is 250 - color contains mainly: blue. Hex color #501AFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501AFA is #AFE505. Grayscale: #424242. Windows color (decimal): -11527430 or 16390736. OLE color: 16390736.
HSL color Cylindrical-coordinate representation of color #501AFA: hue angle of 254.46º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #501AFA is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 26 | 250 | - |
| CMYK | 0.68 | 0.90 | 0 | 0.02 |
| HSL | 254.46º | 0.96% | 0.54% | - |
| HSV(B) | 254.46º | 0.9% | 0.98% | - |
| XYZ | 20.93 | 9.35 | 91.14 | - |
| YUV | 67.68 | 230.89 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 26 | 250 | 0.68 | 0.90 | 0 | 0.02 | 254.46 | 0.96 | 0.54 |
| Hex | 50 | 1A | FA | 44 | 5A | 0 | 2 | FE | 60 | 36 |
| Octal | 120 | 32 | 372 | 104 | 132 | 0 | 2 | 376 | 140 | 66 |
| Binary | 1010000 | 11010 | 11111010 | 1000100 | 1011010 | 0 | 10 | 11111110 | 1100000 | 110110 |
Color Harmonies of #501AFA
Complementary color
Monochromatic Colors of #501AFA
Black with #501AFA
Text Example
Text Example
White with #501AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501AFA; }
p { color: rgb(80,26,250); }
H1.HeaderClassName
{
color: #501AFA;
}
.AnyTagClassName
{
color: #501AFA;
}
</style>
background-color css
<style>
a { background-color: #501AFA; }
a { background-color: rgb(80,26,250); }
div.DivClassName
{
background-color: #501AFA;
}
.BgClassName
{
background-color: #501AFA;
}
</style>
border-color css
<style>
span { border-color: #501AFA; }
span { border-color: rgb(80,26,250); }
td.TdClassName
{
border-color: #501AFA;
}
.TagClassName
{
border-color: #501AFA;
}
</style>