Shades of Han Purple #541CE0
Tints of Han Purple #541CE0
RGB
CMYK
RGB Variations
Color information
#541CE0 (or 0x541CE0) is known color: Han Purple. HEX triplet: 54, 1C and E0. RGB value is (84,28,224). Sum of RGB (Red+Green+Blue) = 84+28+224=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 28 (11.33% from 255 or 8.33% from 336); Blue value is 224 (87.89% from 255 or 66.67% from 336); Max value from RGB is 224 - color contains mainly: blue. Hex color #541CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541CE0 is #ABE31F. Grayscale: #424242. Windows color (decimal): -11264800 or 14687316. OLE color: 14687316.
HSL color Cylindrical-coordinate representation of color #541CE0: hue angle of 257.14º 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 #541CE0 is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 28 | 224 | - |
| CMYK | 0.62 | 0.88 | 0 | 0.12 |
| HSL | 257.14º | 0.78% | 0.49% | - |
| HSV(B) | 257.14º | 0.88% | 0.88% | - |
| XYZ | 17.53 | 8.1 | 71.16 | - |
| YUV | 67.09 | 216.55 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 28 | 224 | 0.62 | 0.88 | 0 | 0.12 | 257.14 | 0.78 | 0.49 |
| Hex | 54 | 1C | E0 | 3E | 58 | 0 | C | 101 | 4E | 31 |
| Octal | 124 | 34 | 340 | 76 | 130 | 0 | 14 | 401 | 116 | 61 |
| Binary | 1010100 | 11100 | 11100000 | 111110 | 1011000 | 0 | 1100 | 100000001 | 1001110 | 110001 |
Color Harmonies of #541CE0
Complementary color
Monochromatic Colors of #541CE0
Black with #541CE0
Text Example
Text Example
White with #541CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541CE0; }
p { color: rgb(84,28,224); }
H1.HeaderClassName
{
color: #541CE0;
}
.AnyTagClassName
{
color: #541CE0;
}
</style>
background-color css
<style>
a { background-color: #541CE0; }
a { background-color: rgb(84,28,224); }
div.DivClassName
{
background-color: #541CE0;
}
.BgClassName
{
background-color: #541CE0;
}
</style>
border-color css
<style>
span { border-color: #541CE0; }
span { border-color: rgb(84,28,224); }
td.TdClassName
{
border-color: #541CE0;
}
.TagClassName
{
border-color: #541CE0;
}
</style>