Shades of Han Purple #540FFE
Tints of Han Purple #540FFE
RGB
CMYK
RGB Variations
Color information
#540FFE (or 0x540FFE) is known color: Han Purple. HEX triplet: 54, 0F and FE. RGB value is (84,15,254). Sum of RGB (Red+Green+Blue) = 84+15+254=353 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.80% from 353); Green value is 15 (6.25% from 255 or 4.25% from 353); Blue value is 254 (99.61% from 255 or 71.95% from 353); Max value from RGB is 254 - color contains mainly: blue. Hex color #540FFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #540FFE is #ABF001. Grayscale: #3D3D3D. Windows color (decimal): -11268098 or 16650068. OLE color: 16650068.
HSL color Cylindrical-coordinate representation of color #540FFE: hue angle of 257.32º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540FFE is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 15 | 254 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.00 |
| HSL | 257.32º | 0.99% | 0.53% | - |
| HSV(B) | 257.32º | 0.94% | 1% | - |
| XYZ | 21.72 | 9.38 | 94.43 | - |
| YUV | 62.88 | 235.86 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 15 | 254 | 0.67 | 0.94 | 0 | 0.00 | 257.32 | 0.99 | 0.53 |
| Hex | 54 | F | FE | 43 | 5E | 0 | 0 | 101 | 63 | 35 |
| Octal | 124 | 17 | 376 | 103 | 136 | 0 | 0 | 401 | 143 | 65 |
| Binary | 1010100 | 1111 | 11111110 | 1000011 | 1011110 | 0 | 0 | 100000001 | 1100011 | 110101 |
Color Harmonies of #540FFE
Complementary color
Monochromatic Colors of #540FFE
Black with #540FFE
Text Example
Text Example
White with #540FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540FFE; }
p { color: rgb(84,15,254); }
H1.HeaderClassName
{
color: #540FFE;
}
.AnyTagClassName
{
color: #540FFE;
}
</style>
background-color css
<style>
a { background-color: #540FFE; }
a { background-color: rgb(84,15,254); }
div.DivClassName
{
background-color: #540FFE;
}
.BgClassName
{
background-color: #540FFE;
}
</style>
border-color css
<style>
span { border-color: #540FFE; }
span { border-color: rgb(84,15,254); }
td.TdClassName
{
border-color: #540FFE;
}
.TagClassName
{
border-color: #540FFE;
}
</style>