Shades of Han Purple #501AF0
Tints of Han Purple #501AF0
RGB
CMYK
RGB Variations
Color information
#501AF0 (or 0x501AF0) is known color: Han Purple. HEX triplet: 50, 1A and F0. RGB value is (80,26,240). Sum of RGB (Red+Green+Blue) = 80+26+240=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 240 (94.14% from 255 or 69.36% from 346); Max value from RGB is 240 - color contains mainly: blue. Hex color #501AF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501AF0 is #AFE50F. Grayscale: #414141. Windows color (decimal): -11527440 or 15735376. OLE color: 15735376.
HSL color Cylindrical-coordinate representation of color #501AF0: hue angle of 255.14º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #501AF0 is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 26 | 240 | - |
| CMYK | 0.67 | 0.89 | 0 | 0.06 |
| HSL | 255.14º | 0.88% | 0.52% | - |
| HSV(B) | 255.14º | 0.89% | 0.94% | - |
| XYZ | 19.41 | 8.74 | 83.1 | - |
| YUV | 66.54 | 225.89 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 26 | 240 | 0.67 | 0.89 | 0 | 0.06 | 255.14 | 0.88 | 0.52 |
| Hex | 50 | 1A | F0 | 43 | 59 | 0 | 6 | FF | 58 | 34 |
| Octal | 120 | 32 | 360 | 103 | 131 | 0 | 6 | 377 | 130 | 64 |
| Binary | 1010000 | 11010 | 11110000 | 1000011 | 1011001 | 0 | 110 | 11111111 | 1011000 | 110100 |
Color Harmonies of #501AF0
Complementary color
Monochromatic Colors of #501AF0
Black with #501AF0
Text Example
Text Example
White with #501AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501AF0; }
p { color: rgb(80,26,240); }
H1.HeaderClassName
{
color: #501AF0;
}
.AnyTagClassName
{
color: #501AF0;
}
</style>
background-color css
<style>
a { background-color: #501AF0; }
a { background-color: rgb(80,26,240); }
div.DivClassName
{
background-color: #501AF0;
}
.BgClassName
{
background-color: #501AF0;
}
</style>
border-color css
<style>
span { border-color: #501AF0; }
span { border-color: rgb(80,26,240); }
td.TdClassName
{
border-color: #501AF0;
}
.TagClassName
{
border-color: #501AF0;
}
</style>