Shades of Han Purple #540ED6
Tints of Han Purple #540ED6
RGB
CMYK
RGB Variations
Color information
#540ED6 (or 0x540ED6) is known color: Han Purple. HEX triplet: 54, 0E and D6. RGB value is (84,14,214). Sum of RGB (Red+Green+Blue) = 84+14+214=312 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.92% from 312); Green value is 14 (5.86% from 255 or 4.49% from 312); Blue value is 214 (83.98% from 255 or 68.59% from 312); Max value from RGB is 214 - color contains mainly: blue. Hex color #540ED6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540ED6 is #ABF129. Grayscale: #393939. Windows color (decimal): -11268394 or 14028372. OLE color: 14028372.
HSL color Cylindrical-coordinate representation of color #540ED6: hue angle of 261º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #540ED6 is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 84 | 14 | 214 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.16 |
| HSL | 261º | 0.88% | 0.45% | - |
| HSV(B) | 261º | 0.93% | 0.84% | - |
| XYZ | 15.95 | 7.05 | 64.14 | - |
| YUV | 57.73 | 216.19 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 14 | 214 | 0.61 | 0.93 | 0 | 0.16 | 261 | 0.88 | 0.45 |
| Hex | 54 | E | D6 | 3D | 5D | 0 | 10 | 105 | 58 | 2D |
| Octal | 124 | 16 | 326 | 75 | 135 | 0 | 20 | 405 | 130 | 55 |
| Binary | 1010100 | 1110 | 11010110 | 111101 | 1011101 | 0 | 10000 | 100000101 | 1011000 | 101101 |
Color Harmonies of #540ED6
Complementary color
Monochromatic Colors of #540ED6
Black with #540ED6
Text Example
Text Example
White with #540ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540ED6; }
p { color: rgb(84,14,214); }
H1.HeaderClassName
{
color: #540ED6;
}
.AnyTagClassName
{
color: #540ED6;
}
</style>
background-color css
<style>
a { background-color: #540ED6; }
a { background-color: rgb(84,14,214); }
div.DivClassName
{
background-color: #540ED6;
}
.BgClassName
{
background-color: #540ED6;
}
</style>
border-color css
<style>
span { border-color: #540ED6; }
span { border-color: rgb(84,14,214); }
td.TdClassName
{
border-color: #540ED6;
}
.TagClassName
{
border-color: #540ED6;
}
</style>