Shades of Han Purple #540DEF
Tints of Han Purple #540DEF
RGB
CMYK
RGB Variations
Color information
#540DEF (or 0x540DEF) is known color: Han Purple. HEX triplet: 54, 0D and EF. RGB value is (84,13,239). Sum of RGB (Red+Green+Blue) = 84+13+239=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 13 (5.47% from 255 or 3.87% from 336); Blue value is 239 (93.75% from 255 or 71.13% from 336); Max value from RGB is 239 - color contains mainly: blue. Hex color #540DEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #540DEF is #ABF210. Grayscale: #3B3B3B. Windows color (decimal): -11268625 or 15666516. OLE color: 15666516.
HSL color Cylindrical-coordinate representation of color #540DEF: hue angle of 258.85º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540DEF is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 13 | 239 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.06 |
| HSL | 258.85º | 0.9% | 0.49% | - |
| HSV(B) | 258.85º | 0.95% | 0.94% | - |
| XYZ | 19.38 | 8.4 | 82.26 | - |
| YUV | 59.99 | 229.02 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 13 | 239 | 0.65 | 0.95 | 0 | 0.06 | 258.85 | 0.9 | 0.49 |
| Hex | 54 | D | EF | 41 | 5F | 0 | 6 | 103 | 5A | 31 |
| Octal | 124 | 15 | 357 | 101 | 137 | 0 | 6 | 403 | 132 | 61 |
| Binary | 1010100 | 1101 | 11101111 | 1000001 | 1011111 | 0 | 110 | 100000011 | 1011010 | 110001 |
Color Harmonies of #540DEF
Complementary color
Monochromatic Colors of #540DEF
Black with #540DEF
Text Example
Text Example
White with #540DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540DEF; }
p { color: rgb(84,13,239); }
H1.HeaderClassName
{
color: #540DEF;
}
.AnyTagClassName
{
color: #540DEF;
}
</style>
background-color css
<style>
a { background-color: #540DEF; }
a { background-color: rgb(84,13,239); }
div.DivClassName
{
background-color: #540DEF;
}
.BgClassName
{
background-color: #540DEF;
}
</style>
border-color css
<style>
span { border-color: #540DEF; }
span { border-color: rgb(84,13,239); }
td.TdClassName
{
border-color: #540DEF;
}
.TagClassName
{
border-color: #540DEF;
}
</style>