Shades of Han Purple #541BDE
Tints of Han Purple #541BDE
RGB
CMYK
RGB Variations
Color information
#541BDE (or 0x541BDE) is known color: Han Purple. HEX triplet: 54, 1B and DE. RGB value is (84,27,222). Sum of RGB (Red+Green+Blue) = 84+27+222=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 222 (87.11% from 255 or 66.67% from 333); Max value from RGB is 222 - color contains mainly: blue. Hex color #541BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541BDE is #ABE421. Grayscale: #414141. Windows color (decimal): -11265058 or 14555988. OLE color: 14555988.
HSL color Cylindrical-coordinate representation of color #541BDE: hue angle of 257.54º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #541BDE is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 27 | 222 | - |
| CMYK | 0.62 | 0.88 | 0 | 0.13 |
| HSL | 257.54º | 0.78% | 0.49% | - |
| HSV(B) | 257.54º | 0.88% | 0.87% | - |
| XYZ | 17.23 | 7.94 | 69.73 | - |
| YUV | 66.27 | 215.88 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 27 | 222 | 0.62 | 0.88 | 0 | 0.13 | 257.54 | 0.78 | 0.49 |
| Hex | 54 | 1B | DE | 3E | 58 | 0 | D | 102 | 4E | 31 |
| Octal | 124 | 33 | 336 | 76 | 130 | 0 | 15 | 402 | 116 | 61 |
| Binary | 1010100 | 11011 | 11011110 | 111110 | 1011000 | 0 | 1101 | 100000010 | 1001110 | 110001 |
Color Harmonies of #541BDE
Complementary color
Monochromatic Colors of #541BDE
Black with #541BDE
Text Example
Text Example
White with #541BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541BDE; }
p { color: rgb(84,27,222); }
H1.HeaderClassName
{
color: #541BDE;
}
.AnyTagClassName
{
color: #541BDE;
}
</style>
background-color css
<style>
a { background-color: #541BDE; }
a { background-color: rgb(84,27,222); }
div.DivClassName
{
background-color: #541BDE;
}
.BgClassName
{
background-color: #541BDE;
}
</style>
border-color css
<style>
span { border-color: #541BDE; }
span { border-color: rgb(84,27,222); }
td.TdClassName
{
border-color: #541BDE;
}
.TagClassName
{
border-color: #541BDE;
}
</style>