Shades of Han Purple #541DEF
Tints of Han Purple #541DEF
RGB
CMYK
RGB Variations
Color information
#541DEF (or 0x541DEF) is known color: Han Purple. HEX triplet: 54, 1D and EF. RGB value is (84,29,239). Sum of RGB (Red+Green+Blue) = 84+29+239=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 29 (11.72% from 255 or 8.24% from 352); Blue value is 239 (93.75% from 255 or 67.90% from 352); Max value from RGB is 239 - color contains mainly: blue. Hex color #541DEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #541DEF is #ABE210. Grayscale: #444444. Windows color (decimal): -11264529 or 15670612. OLE color: 15670612.
HSL color Cylindrical-coordinate representation of color #541DEF: hue angle of 255.71º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #541DEF is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 29 | 239 | - |
| CMYK | 0.65 | 0.88 | 0 | 0.06 |
| HSL | 255.71º | 0.87% | 0.53% | - |
| HSV(B) | 255.71º | 0.88% | 0.94% | - |
| XYZ | 19.68 | 9 | 82.36 | - |
| YUV | 69.39 | 223.72 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 29 | 239 | 0.65 | 0.88 | 0 | 0.06 | 255.71 | 0.87 | 0.53 |
| Hex | 54 | 1D | EF | 41 | 58 | 0 | 6 | 100 | 57 | 35 |
| Octal | 124 | 35 | 357 | 101 | 130 | 0 | 6 | 400 | 127 | 65 |
| Binary | 1010100 | 11101 | 11101111 | 1000001 | 1011000 | 0 | 110 | 100000000 | 1010111 | 110101 |
Color Harmonies of #541DEF
Complementary color
Monochromatic Colors of #541DEF
Black with #541DEF
Text Example
Text Example
White with #541DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541DEF; }
p { color: rgb(84,29,239); }
H1.HeaderClassName
{
color: #541DEF;
}
.AnyTagClassName
{
color: #541DEF;
}
</style>
background-color css
<style>
a { background-color: #541DEF; }
a { background-color: rgb(84,29,239); }
div.DivClassName
{
background-color: #541DEF;
}
.BgClassName
{
background-color: #541DEF;
}
</style>
border-color css
<style>
span { border-color: #541DEF; }
span { border-color: rgb(84,29,239); }
td.TdClassName
{
border-color: #541DEF;
}
.TagClassName
{
border-color: #541DEF;
}
</style>