Shades of Han Purple #541BE0
Tints of Han Purple #541BE0
RGB
CMYK
RGB Variations
Color information
#541BE0 (or 0x541BE0) is known color: Han Purple. HEX triplet: 54, 1B and E0. RGB value is (84,27,224). Sum of RGB (Red+Green+Blue) = 84+27+224=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 27 (10.94% from 255 or 8.06% from 335); Blue value is 224 (87.89% from 255 or 66.87% from 335); Max value from RGB is 224 - color contains mainly: blue. Hex color #541BE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541BE0 is #ABE41F. Grayscale: #414141. Windows color (decimal): -11265056 or 14687060. OLE color: 14687060.
HSL color Cylindrical-coordinate representation of color #541BE0: hue angle of 257.36º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #541BE0 is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 27 | 224 | - |
| CMYK | 0.62 | 0.88 | 0 | 0.12 |
| HSL | 257.36º | 0.78% | 0.49% | - |
| HSV(B) | 257.36º | 0.88% | 0.88% | - |
| XYZ | 17.5 | 8.05 | 71.15 | - |
| YUV | 66.5 | 216.88 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 27 | 224 | 0.62 | 0.88 | 0 | 0.12 | 257.36 | 0.78 | 0.49 |
| Hex | 54 | 1B | E0 | 3E | 58 | 0 | C | 101 | 4E | 31 |
| Octal | 124 | 33 | 340 | 76 | 130 | 0 | 14 | 401 | 116 | 61 |
| Binary | 1010100 | 11011 | 11100000 | 111110 | 1011000 | 0 | 1100 | 100000001 | 1001110 | 110001 |
Color Harmonies of #541BE0
Complementary color
Monochromatic Colors of #541BE0
Black with #541BE0
Text Example
Text Example
White with #541BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541BE0; }
p { color: rgb(84,27,224); }
H1.HeaderClassName
{
color: #541BE0;
}
.AnyTagClassName
{
color: #541BE0;
}
</style>
background-color css
<style>
a { background-color: #541BE0; }
a { background-color: rgb(84,27,224); }
div.DivClassName
{
background-color: #541BE0;
}
.BgClassName
{
background-color: #541BE0;
}
</style>
border-color css
<style>
span { border-color: #541BE0; }
span { border-color: rgb(84,27,224); }
td.TdClassName
{
border-color: #541BE0;
}
.TagClassName
{
border-color: #541BE0;
}
</style>