Shades of Han Purple #501FE9
Tints of Han Purple #501FE9
RGB
CMYK
RGB Variations
Color information
#501FE9 (or 0x501FE9) is known color: Han Purple. HEX triplet: 50, 1F and E9. RGB value is (80,31,233). Sum of RGB (Red+Green+Blue) = 80+31+233=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 31 (12.5% from 255 or 9.01% from 344); Blue value is 233 (91.41% from 255 or 67.73% from 344); Max value from RGB is 233 - color contains mainly: blue. Hex color #501FE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501FE9 is #AFE016. Grayscale: #434343. Windows color (decimal): -11526167 or 15277904. OLE color: 15277904.
HSL color Cylindrical-coordinate representation of color #501FE9: hue angle of 254.55º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #501FE9 is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 31 | 233 | - |
| CMYK | 0.66 | 0.87 | 0 | 0.09 |
| HSL | 254.55º | 0.82% | 0.52% | - |
| HSV(B) | 254.55º | 0.87% | 0.91% | - |
| XYZ | 18.51 | 8.57 | 77.77 | - |
| YUV | 68.68 | 220.73 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 31 | 233 | 0.66 | 0.87 | 0 | 0.09 | 254.55 | 0.82 | 0.52 |
| Hex | 50 | 1F | E9 | 42 | 57 | 0 | 9 | FF | 52 | 34 |
| Octal | 120 | 37 | 351 | 102 | 127 | 0 | 11 | 377 | 122 | 64 |
| Binary | 1010000 | 11111 | 11101001 | 1000010 | 1010111 | 0 | 1001 | 11111111 | 1010010 | 110100 |
Color Harmonies of #501FE9
Complementary color
Monochromatic Colors of #501FE9
Black with #501FE9
Text Example
Text Example
White with #501FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501FE9; }
p { color: rgb(80,31,233); }
H1.HeaderClassName
{
color: #501FE9;
}
.AnyTagClassName
{
color: #501FE9;
}
</style>
background-color css
<style>
a { background-color: #501FE9; }
a { background-color: rgb(80,31,233); }
div.DivClassName
{
background-color: #501FE9;
}
.BgClassName
{
background-color: #501FE9;
}
</style>
border-color css
<style>
span { border-color: #501FE9; }
span { border-color: rgb(80,31,233); }
td.TdClassName
{
border-color: #501FE9;
}
.TagClassName
{
border-color: #501FE9;
}
</style>