Shades of Han Purple #540ADE
Tints of Han Purple #540ADE
RGB
CMYK
RGB Variations
Color information
#540ADE (or 0x540ADE) is known color: Han Purple. HEX triplet: 54, 0A and DE. RGB value is (84,10,222). Sum of RGB (Red+Green+Blue) = 84+10+222=316 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.58% from 316); Green value is 10 (4.30% from 255 or 3.16% from 316); Blue value is 222 (87.11% from 255 or 70.25% from 316); Max value from RGB is 222 - color contains mainly: blue. Hex color #540ADE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540ADE is #ABF521. Grayscale: #373737. Windows color (decimal): -11269410 or 14551636. OLE color: 14551636.
HSL color Cylindrical-coordinate representation of color #540ADE: hue angle of 260.94º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540ADE is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 10 | 222 | - |
| CMYK | 0.62 | 0.95 | 0 | 0.13 |
| HSL | 260.94º | 0.91% | 0.45% | - |
| HSV(B) | 260.94º | 0.95% | 0.87% | - |
| XYZ | 16.95 | 7.38 | 69.64 | - |
| YUV | 56.29 | 221.52 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 10 | 222 | 0.62 | 0.95 | 0 | 0.13 | 260.94 | 0.91 | 0.45 |
| Hex | 54 | A | DE | 3E | 5F | 0 | D | 105 | 5B | 2D |
| Octal | 124 | 12 | 336 | 76 | 137 | 0 | 15 | 405 | 133 | 55 |
| Binary | 1010100 | 1010 | 11011110 | 111110 | 1011111 | 0 | 1101 | 100000101 | 1011011 | 101101 |
Color Harmonies of #540ADE
Complementary color
Monochromatic Colors of #540ADE
Black with #540ADE
Text Example
Text Example
White with #540ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540ADE; }
p { color: rgb(84,10,222); }
H1.HeaderClassName
{
color: #540ADE;
}
.AnyTagClassName
{
color: #540ADE;
}
</style>
background-color css
<style>
a { background-color: #540ADE; }
a { background-color: rgb(84,10,222); }
div.DivClassName
{
background-color: #540ADE;
}
.BgClassName
{
background-color: #540ADE;
}
</style>
border-color css
<style>
span { border-color: #540ADE; }
span { border-color: rgb(84,10,222); }
td.TdClassName
{
border-color: #540ADE;
}
.TagClassName
{
border-color: #540ADE;
}
</style>