Shades of Han Purple #540DFF
Tints of Han Purple #540DFF
RGB
CMYK
RGB Variations
Color information
#540DFF (or 0x540DFF) is known color: Han Purple. HEX triplet: 54, 0D and FF. RGB value is (84,13,255). Sum of RGB (Red+Green+Blue) = 84+13+255=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 13 (5.47% from 255 or 3.69% from 352); Blue value is 255 (100% from 255 or 72.44% from 352); Max value from RGB is 255 - color contains mainly: blue. Hex color #540DFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #540DFF is #ABF200. Grayscale: #3C3C3C. Windows color (decimal): -11268609 or 16715092. OLE color: 16715092.
HSL color Cylindrical-coordinate representation of color #540DFF: hue angle of 257.6º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540DFF is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 13 | 255 | - |
| CMYK | 0.67 | 0.95 | 0 | 0 |
| HSL | 257.6º | 1% | 0.53% | - |
| HSV(B) | 257.6º | 0.95% | 1% | - |
| XYZ | 21.85 | 9.39 | 95.27 | - |
| YUV | 61.82 | 237.02 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 13 | 255 | 0.67 | 0.95 | 0 | 0 | 257.6 | 1 | 0.53 |
| Hex | 54 | D | FF | 43 | 5F | 0 | 0 | 102 | 64 | 35 |
| Octal | 124 | 15 | 377 | 103 | 137 | 0 | 0 | 402 | 144 | 65 |
| Binary | 1010100 | 1101 | 11111111 | 1000011 | 1011111 | 0 | 0 | 100000010 | 1100100 | 110101 |
Color Harmonies of #540DFF
Complementary color
Monochromatic Colors of #540DFF
Black with #540DFF
Text Example
Text Example
White with #540DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540DFF; }
p { color: rgb(84,13,255); }
H1.HeaderClassName
{
color: #540DFF;
}
.AnyTagClassName
{
color: #540DFF;
}
</style>
background-color css
<style>
a { background-color: #540DFF; }
a { background-color: rgb(84,13,255); }
div.DivClassName
{
background-color: #540DFF;
}
.BgClassName
{
background-color: #540DFF;
}
</style>
border-color css
<style>
span { border-color: #540DFF; }
span { border-color: rgb(84,13,255); }
td.TdClassName
{
border-color: #540DFF;
}
.TagClassName
{
border-color: #540DFF;
}
</style>