Shades of Han Purple #540FED
Tints of Han Purple #540FED
RGB
CMYK
RGB Variations
Color information
#540FED (or 0x540FED) is known color: Han Purple. HEX triplet: 54, 0F and ED. RGB value is (84,15,237). Sum of RGB (Red+Green+Blue) = 84+15+237=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 15 (6.25% from 255 or 4.46% from 336); Blue value is 237 (92.97% from 255 or 70.54% from 336); Max value from RGB is 237 - color contains mainly: blue. Hex color #540FED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #540FED is #ABF012. Grayscale: #3C3C3C. Windows color (decimal): -11268115 or 15535956. OLE color: 15535956.
HSL color Cylindrical-coordinate representation of color #540FED: hue angle of 258.65º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540FED is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 15 | 237 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.07 |
| HSL | 258.65º | 0.88% | 0.49% | - |
| HSV(B) | 258.65º | 0.94% | 0.93% | - |
| XYZ | 19.11 | 8.34 | 80.72 | - |
| YUV | 60.94 | 227.36 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 15 | 237 | 0.65 | 0.94 | 0 | 0.07 | 258.65 | 0.88 | 0.49 |
| Hex | 54 | F | ED | 41 | 5E | 0 | 7 | 103 | 58 | 31 |
| Octal | 124 | 17 | 355 | 101 | 136 | 0 | 7 | 403 | 130 | 61 |
| Binary | 1010100 | 1111 | 11101101 | 1000001 | 1011110 | 0 | 111 | 100000011 | 1011000 | 110001 |
Color Harmonies of #540FED
Complementary color
Monochromatic Colors of #540FED
Black with #540FED
Text Example
Text Example
White with #540FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540FED; }
p { color: rgb(84,15,237); }
H1.HeaderClassName
{
color: #540FED;
}
.AnyTagClassName
{
color: #540FED;
}
</style>
background-color css
<style>
a { background-color: #540FED; }
a { background-color: rgb(84,15,237); }
div.DivClassName
{
background-color: #540FED;
}
.BgClassName
{
background-color: #540FED;
}
</style>
border-color css
<style>
span { border-color: #540FED; }
span { border-color: rgb(84,15,237); }
td.TdClassName
{
border-color: #540FED;
}
.TagClassName
{
border-color: #540FED;
}
</style>