Shades of Han Purple #540ED5
Tints of Han Purple #540ED5
RGB
CMYK
RGB Variations
Color information
#540ED5 (or 0x540ED5) is known color: Han Purple. HEX triplet: 54, 0E and D5. RGB value is (84,14,213). Sum of RGB (Red+Green+Blue) = 84+14+213=311 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.01% from 311); Green value is 14 (5.86% from 255 or 4.50% from 311); Blue value is 213 (83.59% from 255 or 68.49% from 311); Max value from RGB is 213 - color contains mainly: blue. Hex color #540ED5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540ED5 is #ABF12A. Grayscale: #383838. Windows color (decimal): -11268395 or 13962836. OLE color: 13962836.
HSL color Cylindrical-coordinate representation of color #540ED5: hue angle of 261.11º 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 #540ED5 is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 84 | 14 | 213 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.16 |
| HSL | 261.11º | 0.88% | 0.45% | - |
| HSV(B) | 261.11º | 0.93% | 0.84% | - |
| XYZ | 15.82 | 7 | 63.47 | - |
| YUV | 57.62 | 215.69 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 14 | 213 | 0.61 | 0.93 | 0 | 0.16 | 261.11 | 0.88 | 0.45 |
| Hex | 54 | E | D5 | 3D | 5D | 0 | 10 | 105 | 58 | 2D |
| Octal | 124 | 16 | 325 | 75 | 135 | 0 | 20 | 405 | 130 | 55 |
| Binary | 1010100 | 1110 | 11010101 | 111101 | 1011101 | 0 | 10000 | 100000101 | 1011000 | 101101 |
Color Harmonies of #540ED5
Complementary color
Monochromatic Colors of #540ED5
Black with #540ED5
Text Example
Text Example
White with #540ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540ED5; }
p { color: rgb(84,14,213); }
H1.HeaderClassName
{
color: #540ED5;
}
.AnyTagClassName
{
color: #540ED5;
}
</style>
background-color css
<style>
a { background-color: #540ED5; }
a { background-color: rgb(84,14,213); }
div.DivClassName
{
background-color: #540ED5;
}
.BgClassName
{
background-color: #540ED5;
}
</style>
border-color css
<style>
span { border-color: #540ED5; }
span { border-color: rgb(84,14,213); }
td.TdClassName
{
border-color: #540ED5;
}
.TagClassName
{
border-color: #540ED5;
}
</style>