Shades of Han Purple #540DFB
Tints of Han Purple #540DFB
RGB
CMYK
RGB Variations
Color information
#540DFB (or 0x540DFB) is known color: Han Purple. HEX triplet: 54, 0D and FB. RGB value is (84,13,251). Sum of RGB (Red+Green+Blue) = 84+13+251=348 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.14% from 348); Green value is 13 (5.47% from 255 or 3.74% from 348); Blue value is 251 (98.44% from 255 or 72.13% from 348); Max value from RGB is 251 - color contains mainly: blue. Hex color #540DFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #540DFB is #ABF204. Grayscale: #3C3C3C. Windows color (decimal): -11268613 or 16452948. OLE color: 16452948.
HSL color Cylindrical-coordinate representation of color #540DFB: hue angle of 257.9º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540DFB is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 13 | 251 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.02 |
| HSL | 257.9º | 0.97% | 0.52% | - |
| HSV(B) | 257.9º | 0.95% | 0.98% | - |
| XYZ | 21.21 | 9.14 | 91.91 | - |
| YUV | 61.36 | 235.02 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 13 | 251 | 0.67 | 0.95 | 0 | 0.02 | 257.9 | 0.97 | 0.52 |
| Hex | 54 | D | FB | 43 | 5F | 0 | 2 | 102 | 61 | 34 |
| Octal | 124 | 15 | 373 | 103 | 137 | 0 | 2 | 402 | 141 | 64 |
| Binary | 1010100 | 1101 | 11111011 | 1000011 | 1011111 | 0 | 10 | 100000010 | 1100001 | 110100 |
Color Harmonies of #540DFB
Complementary color
Monochromatic Colors of #540DFB
Black with #540DFB
Text Example
Text Example
White with #540DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540DFB; }
p { color: rgb(84,13,251); }
H1.HeaderClassName
{
color: #540DFB;
}
.AnyTagClassName
{
color: #540DFB;
}
</style>
background-color css
<style>
a { background-color: #540DFB; }
a { background-color: rgb(84,13,251); }
div.DivClassName
{
background-color: #540DFB;
}
.BgClassName
{
background-color: #540DFB;
}
</style>
border-color css
<style>
span { border-color: #540DFB; }
span { border-color: rgb(84,13,251); }
td.TdClassName
{
border-color: #540DFB;
}
.TagClassName
{
border-color: #540DFB;
}
</style>