Shades of Han Purple #540DE6
Tints of Han Purple #540DE6
RGB
CMYK
RGB Variations
Color information
#540DE6 (or 0x540DE6) is known color: Han Purple. HEX triplet: 54, 0D and E6. RGB value is (84,13,230). Sum of RGB (Red+Green+Blue) = 84+13+230=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 13 (5.47% from 255 or 3.98% from 327); Blue value is 230 (90.23% from 255 or 70.34% from 327); Max value from RGB is 230 - color contains mainly: blue. Hex color #540DE6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #540DE6 is #ABF219. Grayscale: #3A3A3A. Windows color (decimal): -11268634 or 15076692. OLE color: 15076692.
HSL color Cylindrical-coordinate representation of color #540DE6: hue angle of 259.63º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540DE6 is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 13 | 230 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.10 |
| HSL | 259.63º | 0.89% | 0.48% | - |
| HSV(B) | 259.63º | 0.94% | 0.9% | - |
| XYZ | 18.08 | 7.89 | 75.43 | - |
| YUV | 58.97 | 224.52 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 13 | 230 | 0.63 | 0.94 | 0 | 0.10 | 259.63 | 0.89 | 0.48 |
| Hex | 54 | D | E6 | 3F | 5E | 0 | A | 104 | 59 | 30 |
| Octal | 124 | 15 | 346 | 77 | 136 | 0 | 12 | 404 | 131 | 60 |
| Binary | 1010100 | 1101 | 11100110 | 111111 | 1011110 | 0 | 1010 | 100000100 | 1011001 | 110000 |
Color Harmonies of #540DE6
Complementary color
Monochromatic Colors of #540DE6
Black with #540DE6
Text Example
Text Example
White with #540DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540DE6; }
p { color: rgb(84,13,230); }
H1.HeaderClassName
{
color: #540DE6;
}
.AnyTagClassName
{
color: #540DE6;
}
</style>
background-color css
<style>
a { background-color: #540DE6; }
a { background-color: rgb(84,13,230); }
div.DivClassName
{
background-color: #540DE6;
}
.BgClassName
{
background-color: #540DE6;
}
</style>
border-color css
<style>
span { border-color: #540DE6; }
span { border-color: rgb(84,13,230); }
td.TdClassName
{
border-color: #540DE6;
}
.TagClassName
{
border-color: #540DE6;
}
</style>