Shades of Han Purple #540BD8
Tints of Han Purple #540BD8
RGB
CMYK
RGB Variations
Color information
#540BD8 (or 0x540BD8) is known color: Han Purple. HEX triplet: 54, 0B and D8. RGB value is (84,11,216). Sum of RGB (Red+Green+Blue) = 84+11+216=311 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.01% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 216 (84.77% from 255 or 69.45% from 311); Max value from RGB is 216 - color contains mainly: blue. Hex color #540BD8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540BD8 is #ABF427. Grayscale: #373737. Windows color (decimal): -11269160 or 14158676. OLE color: 14158676.
HSL color Cylindrical-coordinate representation of color #540BD8: hue angle of 261.37º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540BD8 is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 11 | 216 | - |
| CMYK | 0.61 | 0.95 | 0 | 0.15 |
| HSL | 261.37º | 0.9% | 0.45% | - |
| HSV(B) | 261.37º | 0.95% | 0.85% | - |
| XYZ | 16.17 | 7.08 | 65.48 | - |
| YUV | 56.2 | 218.18 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 216 | 0.61 | 0.95 | 0 | 0.15 | 261.37 | 0.9 | 0.45 |
| Hex | 54 | B | D8 | 3D | 5F | 0 | F | 105 | 5A | 2D |
| Octal | 124 | 13 | 330 | 75 | 137 | 0 | 17 | 405 | 132 | 55 |
| Binary | 1010100 | 1011 | 11011000 | 111101 | 1011111 | 0 | 1111 | 100000101 | 1011010 | 101101 |
Color Harmonies of #540BD8
Complementary color
Monochromatic Colors of #540BD8
Black with #540BD8
Text Example
Text Example
White with #540BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540BD8; }
p { color: rgb(84,11,216); }
H1.HeaderClassName
{
color: #540BD8;
}
.AnyTagClassName
{
color: #540BD8;
}
</style>
background-color css
<style>
a { background-color: #540BD8; }
a { background-color: rgb(84,11,216); }
div.DivClassName
{
background-color: #540BD8;
}
.BgClassName
{
background-color: #540BD8;
}
</style>
border-color css
<style>
span { border-color: #540BD8; }
span { border-color: rgb(84,11,216); }
td.TdClassName
{
border-color: #540BD8;
}
.TagClassName
{
border-color: #540BD8;
}
</style>