Shades of Han Purple #540EE5
Tints of Han Purple #540EE5
RGB
CMYK
RGB Variations
Color information
#540EE5 (or 0x540EE5) is known color: Han Purple. HEX triplet: 54, 0E and E5. RGB value is (84,14,229). Sum of RGB (Red+Green+Blue) = 84+14+229=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 14 (5.86% from 255 or 4.28% from 327); Blue value is 229 (89.84% from 255 or 70.03% from 327); Max value from RGB is 229 - color contains mainly: blue. Hex color #540EE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540EE5 is #ABF11A. Grayscale: #3A3A3A. Windows color (decimal): -11268379 or 15011412. OLE color: 15011412.
HSL color Cylindrical-coordinate representation of color #540EE5: hue angle of 259.53º degrees, saturation: 0.88, 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 #540EE5 is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 14 | 229 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.10 |
| HSL | 259.53º | 0.88% | 0.48% | - |
| HSV(B) | 259.53º | 0.94% | 0.9% | - |
| XYZ | 17.96 | 7.86 | 74.7 | - |
| YUV | 59.44 | 223.69 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 14 | 229 | 0.63 | 0.94 | 0 | 0.10 | 259.53 | 0.88 | 0.48 |
| Hex | 54 | E | E5 | 3F | 5E | 0 | A | 104 | 58 | 30 |
| Octal | 124 | 16 | 345 | 77 | 136 | 0 | 12 | 404 | 130 | 60 |
| Binary | 1010100 | 1110 | 11100101 | 111111 | 1011110 | 0 | 1010 | 100000100 | 1011000 | 110000 |
Color Harmonies of #540EE5
Complementary color
Monochromatic Colors of #540EE5
Black with #540EE5
Text Example
Text Example
White with #540EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540EE5; }
p { color: rgb(84,14,229); }
H1.HeaderClassName
{
color: #540EE5;
}
.AnyTagClassName
{
color: #540EE5;
}
</style>
background-color css
<style>
a { background-color: #540EE5; }
a { background-color: rgb(84,14,229); }
div.DivClassName
{
background-color: #540EE5;
}
.BgClassName
{
background-color: #540EE5;
}
</style>
border-color css
<style>
span { border-color: #540EE5; }
span { border-color: rgb(84,14,229); }
td.TdClassName
{
border-color: #540EE5;
}
.TagClassName
{
border-color: #540EE5;
}
</style>