Shades of Han Purple #540BE7
Tints of Han Purple #540BE7
RGB
CMYK
RGB Variations
Color information
#540BE7 (or 0x540BE7) is known color: Han Purple. HEX triplet: 54, 0B and E7. RGB value is (84,11,231). Sum of RGB (Red+Green+Blue) = 84+11+231=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 11 (4.69% from 255 or 3.37% from 326); Blue value is 231 (90.62% from 255 or 70.86% from 326); Max value from RGB is 231 - color contains mainly: blue. Hex color #540BE7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #540BE7 is #ABF418. Grayscale: #393939. Windows color (decimal): -11269145 or 15141716. OLE color: 15141716.
HSL color Cylindrical-coordinate representation of color #540BE7: hue angle of 259.91º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540BE7 is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 84 | 11 | 231 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.09 |
| HSL | 259.91º | 0.91% | 0.47% | - |
| HSV(B) | 259.91º | 0.95% | 0.91% | - |
| XYZ | 18.2 | 7.89 | 76.17 | - |
| YUV | 57.91 | 225.68 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 231 | 0.64 | 0.95 | 0 | 0.09 | 259.91 | 0.91 | 0.47 |
| Hex | 54 | B | E7 | 40 | 5F | 0 | 9 | 104 | 5B | 2F |
| Octal | 124 | 13 | 347 | 100 | 137 | 0 | 11 | 404 | 133 | 57 |
| Binary | 1010100 | 1011 | 11100111 | 1000000 | 1011111 | 0 | 1001 | 100000100 | 1011011 | 101111 |
Color Harmonies of #540BE7
Complementary color
Monochromatic Colors of #540BE7
Black with #540BE7
Text Example
Text Example
White with #540BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540BE7; }
p { color: rgb(84,11,231); }
H1.HeaderClassName
{
color: #540BE7;
}
.AnyTagClassName
{
color: #540BE7;
}
</style>
background-color css
<style>
a { background-color: #540BE7; }
a { background-color: rgb(84,11,231); }
div.DivClassName
{
background-color: #540BE7;
}
.BgClassName
{
background-color: #540BE7;
}
</style>
border-color css
<style>
span { border-color: #540BE7; }
span { border-color: rgb(84,11,231); }
td.TdClassName
{
border-color: #540BE7;
}
.TagClassName
{
border-color: #540BE7;
}
</style>