Shades of Han Purple #540EFC
Tints of Han Purple #540EFC
RGB
CMYK
RGB Variations
Color information
#540EFC (or 0x540EFC) is known color: Han Purple. HEX triplet: 54, 0E and FC. RGB value is (84,14,252). Sum of RGB (Red+Green+Blue) = 84+14+252=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 14 (5.86% from 255 or 4% from 350); Blue value is 252 (98.83% from 255 or 72% from 350); Max value from RGB is 252 - color contains mainly: blue. Hex color #540EFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #540EFC is #ABF103. Grayscale: #3D3D3D. Windows color (decimal): -11268356 or 16518740. OLE color: 16518740.
HSL color Cylindrical-coordinate representation of color #540EFC: hue angle of 257.65º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540EFC is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 14 | 252 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.01 |
| HSL | 257.65º | 0.98% | 0.52% | - |
| HSV(B) | 257.65º | 0.94% | 0.99% | - |
| XYZ | 21.38 | 9.23 | 92.75 | - |
| YUV | 62.06 | 235.19 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 14 | 252 | 0.67 | 0.94 | 0 | 0.01 | 257.65 | 0.98 | 0.52 |
| Hex | 54 | E | FC | 43 | 5E | 0 | 1 | 102 | 62 | 34 |
| Octal | 124 | 16 | 374 | 103 | 136 | 0 | 1 | 402 | 142 | 64 |
| Binary | 1010100 | 1110 | 11111100 | 1000011 | 1011110 | 0 | 1 | 100000010 | 1100010 | 110100 |
Color Harmonies of #540EFC
Complementary color
Monochromatic Colors of #540EFC
Black with #540EFC
Text Example
Text Example
White with #540EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540EFC; }
p { color: rgb(84,14,252); }
H1.HeaderClassName
{
color: #540EFC;
}
.AnyTagClassName
{
color: #540EFC;
}
</style>
background-color css
<style>
a { background-color: #540EFC; }
a { background-color: rgb(84,14,252); }
div.DivClassName
{
background-color: #540EFC;
}
.BgClassName
{
background-color: #540EFC;
}
</style>
border-color css
<style>
span { border-color: #540EFC; }
span { border-color: rgb(84,14,252); }
td.TdClassName
{
border-color: #540EFC;
}
.TagClassName
{
border-color: #540EFC;
}
</style>