Shades of Han Purple #541EE0
Tints of Han Purple #541EE0
RGB
CMYK
RGB Variations
Color information
#541EE0 (or 0x541EE0) is known color: Han Purple. HEX triplet: 54, 1E and E0. RGB value is (84,30,224). Sum of RGB (Red+Green+Blue) = 84+30+224=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 30 (12.11% from 255 or 8.88% from 338); Blue value is 224 (87.89% from 255 or 66.27% from 338); Max value from RGB is 224 - color contains mainly: blue. Hex color #541EE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541EE0 is #ABE11F. Grayscale: #434343. Windows color (decimal): -11264288 or 14687828. OLE color: 14687828.
HSL color Cylindrical-coordinate representation of color #541EE0: hue angle of 256.7º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #541EE0 is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 30 | 224 | - |
| CMYK | 0.62 | 0.87 | 0 | 0.12 |
| HSL | 256.7º | 0.76% | 0.5% | - |
| HSV(B) | 256.7º | 0.87% | 0.88% | - |
| XYZ | 17.57 | 8.2 | 71.18 | - |
| YUV | 68.26 | 215.89 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 30 | 224 | 0.62 | 0.87 | 0 | 0.12 | 256.7 | 0.76 | 0.5 |
| Hex | 54 | 1E | E0 | 3E | 57 | 0 | C | 101 | 4C | 32 |
| Octal | 124 | 36 | 340 | 76 | 127 | 0 | 14 | 401 | 114 | 62 |
| Binary | 1010100 | 11110 | 11100000 | 111110 | 1010111 | 0 | 1100 | 100000001 | 1001100 | 110010 |
Color Harmonies of #541EE0
Complementary color
Monochromatic Colors of #541EE0
Black with #541EE0
Text Example
Text Example
White with #541EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541EE0; }
p { color: rgb(84,30,224); }
H1.HeaderClassName
{
color: #541EE0;
}
.AnyTagClassName
{
color: #541EE0;
}
</style>
background-color css
<style>
a { background-color: #541EE0; }
a { background-color: rgb(84,30,224); }
div.DivClassName
{
background-color: #541EE0;
}
.BgClassName
{
background-color: #541EE0;
}
</style>
border-color css
<style>
span { border-color: #541EE0; }
span { border-color: rgb(84,30,224); }
td.TdClassName
{
border-color: #541EE0;
}
.TagClassName
{
border-color: #541EE0;
}
</style>