Shades of Han Purple #540EE3
Tints of Han Purple #540EE3
RGB
CMYK
RGB Variations
Color information
#540EE3 (or 0x540EE3) is known color: Han Purple. HEX triplet: 54, 0E and E3. RGB value is (84,14,227). Sum of RGB (Red+Green+Blue) = 84+14+227=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 14 (5.86% from 255 or 4.31% from 325); Blue value is 227 (89.06% from 255 or 69.85% from 325); Max value from RGB is 227 - color contains mainly: blue. Hex color #540EE3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540EE3 is #ABF11C. Grayscale: #3A3A3A. Windows color (decimal): -11268381 or 14880340. OLE color: 14880340.
HSL color Cylindrical-coordinate representation of color #540EE3: hue angle of 259.72º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540EE3 is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 84 | 14 | 227 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.11 |
| HSL | 259.72º | 0.88% | 0.47% | - |
| HSV(B) | 259.72º | 0.94% | 0.89% | - |
| XYZ | 17.68 | 7.74 | 73.24 | - |
| YUV | 59.21 | 222.69 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 14 | 227 | 0.63 | 0.94 | 0 | 0.11 | 259.72 | 0.88 | 0.47 |
| Hex | 54 | E | E3 | 3F | 5E | 0 | B | 104 | 58 | 2F |
| Octal | 124 | 16 | 343 | 77 | 136 | 0 | 13 | 404 | 130 | 57 |
| Binary | 1010100 | 1110 | 11100011 | 111111 | 1011110 | 0 | 1011 | 100000100 | 1011000 | 101111 |
Color Harmonies of #540EE3
Complementary color
Monochromatic Colors of #540EE3
Black with #540EE3
Text Example
Text Example
White with #540EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540EE3; }
p { color: rgb(84,14,227); }
H1.HeaderClassName
{
color: #540EE3;
}
.AnyTagClassName
{
color: #540EE3;
}
</style>
background-color css
<style>
a { background-color: #540EE3; }
a { background-color: rgb(84,14,227); }
div.DivClassName
{
background-color: #540EE3;
}
.BgClassName
{
background-color: #540EE3;
}
</style>
border-color css
<style>
span { border-color: #540EE3; }
span { border-color: rgb(84,14,227); }
td.TdClassName
{
border-color: #540EE3;
}
.TagClassName
{
border-color: #540EE3;
}
</style>