Shades of Han Purple #540EDA
Tints of Han Purple #540EDA
RGB
CMYK
RGB Variations
Color information
#540EDA (or 0x540EDA) is known color: Han Purple. HEX triplet: 54, 0E and DA. RGB value is (84,14,218). Sum of RGB (Red+Green+Blue) = 84+14+218=316 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.58% from 316); Green value is 14 (5.86% from 255 or 4.43% from 316); Blue value is 218 (85.55% from 255 or 68.99% from 316); Max value from RGB is 218 - color contains mainly: blue. Hex color #540EDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540EDA is #ABF125. Grayscale: #393939. Windows color (decimal): -11268390 or 14290516. OLE color: 14290516.
HSL color Cylindrical-coordinate representation of color #540EDA: hue angle of 260.59º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540EDA is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 14 | 218 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.15 |
| HSL | 260.59º | 0.88% | 0.45% | - |
| HSV(B) | 260.59º | 0.94% | 0.85% | - |
| XYZ | 16.47 | 7.26 | 66.86 | - |
| YUV | 58.19 | 218.19 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 14 | 218 | 0.61 | 0.94 | 0 | 0.15 | 260.59 | 0.88 | 0.45 |
| Hex | 54 | E | DA | 3D | 5E | 0 | F | 105 | 58 | 2D |
| Octal | 124 | 16 | 332 | 75 | 136 | 0 | 17 | 405 | 130 | 55 |
| Binary | 1010100 | 1110 | 11011010 | 111101 | 1011110 | 0 | 1111 | 100000101 | 1011000 | 101101 |
Color Harmonies of #540EDA
Complementary color
Monochromatic Colors of #540EDA
Black with #540EDA
Text Example
Text Example
White with #540EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540EDA; }
p { color: rgb(84,14,218); }
H1.HeaderClassName
{
color: #540EDA;
}
.AnyTagClassName
{
color: #540EDA;
}
</style>
background-color css
<style>
a { background-color: #540EDA; }
a { background-color: rgb(84,14,218); }
div.DivClassName
{
background-color: #540EDA;
}
.BgClassName
{
background-color: #540EDA;
}
</style>
border-color css
<style>
span { border-color: #540EDA; }
span { border-color: rgb(84,14,218); }
td.TdClassName
{
border-color: #540EDA;
}
.TagClassName
{
border-color: #540EDA;
}
</style>