Shades of Han Purple #540DE5
Tints of Han Purple #540DE5
RGB
CMYK
RGB Variations
Color information
#540DE5 (or 0x540DE5) is known color: Han Purple. HEX triplet: 54, 0D and E5. RGB value is (84,13,229). Sum of RGB (Red+Green+Blue) = 84+13+229=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 13 (5.47% from 255 or 3.99% from 326); Blue value is 229 (89.84% from 255 or 70.25% from 326); Max value from RGB is 229 - color contains mainly: blue. Hex color #540DE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540DE5 is #ABF21A. Grayscale: #3A3A3A. Windows color (decimal): -11268635 or 15011156. OLE color: 15011156.
HSL color Cylindrical-coordinate representation of color #540DE5: hue angle of 259.72º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540DE5 is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 13 | 229 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.10 |
| HSL | 259.72º | 0.89% | 0.47% | - |
| HSV(B) | 259.72º | 0.94% | 0.9% | - |
| XYZ | 17.94 | 7.83 | 74.69 | - |
| YUV | 58.85 | 224.02 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 13 | 229 | 0.63 | 0.94 | 0 | 0.10 | 259.72 | 0.89 | 0.47 |
| Hex | 54 | D | E5 | 3F | 5E | 0 | A | 104 | 59 | 2F |
| Octal | 124 | 15 | 345 | 77 | 136 | 0 | 12 | 404 | 131 | 57 |
| Binary | 1010100 | 1101 | 11100101 | 111111 | 1011110 | 0 | 1010 | 100000100 | 1011001 | 101111 |
Color Harmonies of #540DE5
Complementary color
Monochromatic Colors of #540DE5
Black with #540DE5
Text Example
Text Example
White with #540DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540DE5; }
p { color: rgb(84,13,229); }
H1.HeaderClassName
{
color: #540DE5;
}
.AnyTagClassName
{
color: #540DE5;
}
</style>
background-color css
<style>
a { background-color: #540DE5; }
a { background-color: rgb(84,13,229); }
div.DivClassName
{
background-color: #540DE5;
}
.BgClassName
{
background-color: #540DE5;
}
</style>
border-color css
<style>
span { border-color: #540DE5; }
span { border-color: rgb(84,13,229); }
td.TdClassName
{
border-color: #540DE5;
}
.TagClassName
{
border-color: #540DE5;
}
</style>