Shades of Han Purple #540BDE
Tints of Han Purple #540BDE
RGB
CMYK
RGB Variations
Color information
#540BDE (or 0x540BDE) is known color: Han Purple. HEX triplet: 54, 0B and DE. RGB value is (84,11,222). Sum of RGB (Red+Green+Blue) = 84+11+222=317 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.50% from 317); Green value is 11 (4.69% from 255 or 3.47% from 317); Blue value is 222 (87.11% from 255 or 70.03% from 317); Max value from RGB is 222 - color contains mainly: blue. Hex color #540BDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540BDE is #ABF421. Grayscale: #383838. Windows color (decimal): -11269154 or 14551892. OLE color: 14551892.
HSL color Cylindrical-coordinate representation of color #540BDE: hue angle of 260.76º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540BDE is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 11 | 222 | - |
| CMYK | 0.62 | 0.95 | 0 | 0.13 |
| HSL | 260.76º | 0.91% | 0.46% | - |
| HSV(B) | 260.76º | 0.95% | 0.87% | - |
| XYZ | 16.96 | 7.4 | 69.64 | - |
| YUV | 56.88 | 221.18 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 222 | 0.62 | 0.95 | 0 | 0.13 | 260.76 | 0.91 | 0.46 |
| Hex | 54 | B | DE | 3E | 5F | 0 | D | 105 | 5B | 2E |
| Octal | 124 | 13 | 336 | 76 | 137 | 0 | 15 | 405 | 133 | 56 |
| Binary | 1010100 | 1011 | 11011110 | 111110 | 1011111 | 0 | 1101 | 100000101 | 1011011 | 101110 |
Color Harmonies of #540BDE
Complementary color
Monochromatic Colors of #540BDE
Black with #540BDE
Text Example
Text Example
White with #540BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540BDE; }
p { color: rgb(84,11,222); }
H1.HeaderClassName
{
color: #540BDE;
}
.AnyTagClassName
{
color: #540BDE;
}
</style>
background-color css
<style>
a { background-color: #540BDE; }
a { background-color: rgb(84,11,222); }
div.DivClassName
{
background-color: #540BDE;
}
.BgClassName
{
background-color: #540BDE;
}
</style>
border-color css
<style>
span { border-color: #540BDE; }
span { border-color: rgb(84,11,222); }
td.TdClassName
{
border-color: #540BDE;
}
.TagClassName
{
border-color: #540BDE;
}
</style>