Shades of Han Purple #540BFF
Tints of Han Purple #540BFF
RGB
CMYK
RGB Variations
Color information
#540BFF (or 0x540BFF) is known color: Han Purple. HEX triplet: 54, 0B and FF. RGB value is (84,11,255). Sum of RGB (Red+Green+Blue) = 84+11+255=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 255 (100% from 255 or 72.86% from 350); Max value from RGB is 255 - color contains mainly: blue. Hex color #540BFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #540BFF is #ABF400. Grayscale: #3B3B3B. Windows color (decimal): -11269121 or 16714580. OLE color: 16714580.
HSL color Cylindrical-coordinate representation of color #540BFF: hue angle of 257.95º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #540BFF is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 11 | 255 | - |
| CMYK | 0.67 | 0.96 | 0 | 0 |
| HSL | 257.95º | 1% | 0.52% | - |
| HSV(B) | 257.95º | 0.96% | 1% | - |
| XYZ | 21.83 | 9.34 | 95.26 | - |
| YUV | 60.64 | 237.68 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 255 | 0.67 | 0.96 | 0 | 0 | 257.95 | 1 | 0.52 |
| Hex | 54 | B | FF | 43 | 60 | 0 | 0 | 102 | 64 | 34 |
| Octal | 124 | 13 | 377 | 103 | 140 | 0 | 0 | 402 | 144 | 64 |
| Binary | 1010100 | 1011 | 11111111 | 1000011 | 1100000 | 0 | 0 | 100000010 | 1100100 | 110100 |
Color Harmonies of #540BFF
Complementary color
Monochromatic Colors of #540BFF
Black with #540BFF
Text Example
Text Example
White with #540BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540BFF; }
p { color: rgb(84,11,255); }
H1.HeaderClassName
{
color: #540BFF;
}
.AnyTagClassName
{
color: #540BFF;
}
</style>
background-color css
<style>
a { background-color: #540BFF; }
a { background-color: rgb(84,11,255); }
div.DivClassName
{
background-color: #540BFF;
}
.BgClassName
{
background-color: #540BFF;
}
</style>
border-color css
<style>
span { border-color: #540BFF; }
span { border-color: rgb(84,11,255); }
td.TdClassName
{
border-color: #540BFF;
}
.TagClassName
{
border-color: #540BFF;
}
</style>