Shades of Han Purple #540EF1
Tints of Han Purple #540EF1
RGB
CMYK
RGB Variations
Color information
#540EF1 (or 0x540EF1) is known color: Han Purple. HEX triplet: 54, 0E and F1. RGB value is (84,14,241). Sum of RGB (Red+Green+Blue) = 84+14+241=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 14 (5.86% from 255 or 4.13% from 339); Blue value is 241 (94.53% from 255 or 71.09% from 339); Max value from RGB is 241 - color contains mainly: blue. Hex color #540EF1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #540EF1 is #ABF10E. Grayscale: #3B3B3B. Windows color (decimal): -11268367 or 15797844. OLE color: 15797844.
HSL color Cylindrical-coordinate representation of color #540EF1: hue angle of 258.5º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540EF1 is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 14 | 241 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.05 |
| HSL | 258.5º | 0.89% | 0.5% | - |
| HSV(B) | 258.5º | 0.94% | 0.95% | - |
| XYZ | 19.69 | 8.55 | 83.83 | - |
| YUV | 60.81 | 229.69 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 14 | 241 | 0.65 | 0.94 | 0 | 0.05 | 258.5 | 0.89 | 0.5 |
| Hex | 54 | E | F1 | 41 | 5E | 0 | 5 | 103 | 59 | 32 |
| Octal | 124 | 16 | 361 | 101 | 136 | 0 | 5 | 403 | 131 | 62 |
| Binary | 1010100 | 1110 | 11110001 | 1000001 | 1011110 | 0 | 101 | 100000011 | 1011001 | 110010 |
Color Harmonies of #540EF1
Complementary color
Monochromatic Colors of #540EF1
Black with #540EF1
Text Example
Text Example
White with #540EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540EF1; }
p { color: rgb(84,14,241); }
H1.HeaderClassName
{
color: #540EF1;
}
.AnyTagClassName
{
color: #540EF1;
}
</style>
background-color css
<style>
a { background-color: #540EF1; }
a { background-color: rgb(84,14,241); }
div.DivClassName
{
background-color: #540EF1;
}
.BgClassName
{
background-color: #540EF1;
}
</style>
border-color css
<style>
span { border-color: #540EF1; }
span { border-color: rgb(84,14,241); }
td.TdClassName
{
border-color: #540EF1;
}
.TagClassName
{
border-color: #540EF1;
}
</style>