Shades of Han Purple #540ED9
Tints of Han Purple #540ED9
RGB
CMYK
RGB Variations
Color information
#540ED9 (or 0x540ED9) is known color: Han Purple. HEX triplet: 54, 0E and D9. RGB value is (84,14,217). Sum of RGB (Red+Green+Blue) = 84+14+217=315 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.67% from 315); Green value is 14 (5.86% from 255 or 4.44% from 315); Blue value is 217 (85.16% from 255 or 68.89% from 315); Max value from RGB is 217 - color contains mainly: blue. Hex color #540ED9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540ED9 is #ABF126. Grayscale: #393939. Windows color (decimal): -11268391 or 14224980. OLE color: 14224980.
HSL color Cylindrical-coordinate representation of color #540ED9: hue angle of 260.69º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540ED9 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 14 | 217 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.15 |
| HSL | 260.69º | 0.88% | 0.45% | - |
| HSV(B) | 260.69º | 0.94% | 0.85% | - |
| XYZ | 16.34 | 7.21 | 66.18 | - |
| YUV | 58.07 | 217.69 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 14 | 217 | 0.61 | 0.94 | 0 | 0.15 | 260.69 | 0.88 | 0.45 |
| Hex | 54 | E | D9 | 3D | 5E | 0 | F | 105 | 58 | 2D |
| Octal | 124 | 16 | 331 | 75 | 136 | 0 | 17 | 405 | 130 | 55 |
| Binary | 1010100 | 1110 | 11011001 | 111101 | 1011110 | 0 | 1111 | 100000101 | 1011000 | 101101 |
Color Harmonies of #540ED9
Complementary color
Monochromatic Colors of #540ED9
Black with #540ED9
Text Example
Text Example
White with #540ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540ED9; }
p { color: rgb(84,14,217); }
H1.HeaderClassName
{
color: #540ED9;
}
.AnyTagClassName
{
color: #540ED9;
}
</style>
background-color css
<style>
a { background-color: #540ED9; }
a { background-color: rgb(84,14,217); }
div.DivClassName
{
background-color: #540ED9;
}
.BgClassName
{
background-color: #540ED9;
}
</style>
border-color css
<style>
span { border-color: #540ED9; }
span { border-color: rgb(84,14,217); }
td.TdClassName
{
border-color: #540ED9;
}
.TagClassName
{
border-color: #540ED9;
}
</style>