Shades of Han Purple #540BFC
Tints of Han Purple #540BFC
RGB
CMYK
RGB Variations
Color information
#540BFC (or 0x540BFC) is known color: Han Purple. HEX triplet: 54, 0B and FC. RGB value is (84,11,252). Sum of RGB (Red+Green+Blue) = 84+11+252=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 11 (4.69% from 255 or 3.17% from 347); Blue value is 252 (98.83% from 255 or 72.62% from 347); Max value from RGB is 252 - color contains mainly: blue. Hex color #540BFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #540BFC is #ABF403. Grayscale: #3B3B3B. Windows color (decimal): -11269124 or 16517972. OLE color: 16517972.
HSL color Cylindrical-coordinate representation of color #540BFC: hue angle of 258.17º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #540BFC is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 11 | 252 | - |
| CMYK | 0.67 | 0.96 | 0 | 0.01 |
| HSL | 258.17º | 0.98% | 0.52% | - |
| HSV(B) | 258.17º | 0.96% | 0.99% | - |
| XYZ | 21.35 | 9.15 | 92.74 | - |
| YUV | 60.3 | 236.18 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 252 | 0.67 | 0.96 | 0 | 0.01 | 258.17 | 0.98 | 0.52 |
| Hex | 54 | B | FC | 43 | 60 | 0 | 1 | 102 | 62 | 34 |
| Octal | 124 | 13 | 374 | 103 | 140 | 0 | 1 | 402 | 142 | 64 |
| Binary | 1010100 | 1011 | 11111100 | 1000011 | 1100000 | 0 | 1 | 100000010 | 1100010 | 110100 |
Color Harmonies of #540BFC
Complementary color
Monochromatic Colors of #540BFC
Black with #540BFC
Text Example
Text Example
White with #540BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540BFC; }
p { color: rgb(84,11,252); }
H1.HeaderClassName
{
color: #540BFC;
}
.AnyTagClassName
{
color: #540BFC;
}
</style>
background-color css
<style>
a { background-color: #540BFC; }
a { background-color: rgb(84,11,252); }
div.DivClassName
{
background-color: #540BFC;
}
.BgClassName
{
background-color: #540BFC;
}
</style>
border-color css
<style>
span { border-color: #540BFC; }
span { border-color: rgb(84,11,252); }
td.TdClassName
{
border-color: #540BFC;
}
.TagClassName
{
border-color: #540BFC;
}
</style>