Shades of Han Purple #541EE6
Tints of Han Purple #541EE6
RGB
CMYK
RGB Variations
Color information
#541EE6 (or 0x541EE6) is known color: Han Purple. HEX triplet: 54, 1E and E6. RGB value is (84,30,230). Sum of RGB (Red+Green+Blue) = 84+30+230=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 30 (12.11% from 255 or 8.72% from 344); Blue value is 230 (90.23% from 255 or 66.86% from 344); Max value from RGB is 230 - color contains mainly: blue. Hex color #541EE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #541EE6 is #ABE119. Grayscale: #444444. Windows color (decimal): -11264282 or 15081044. OLE color: 15081044.
HSL color Cylindrical-coordinate representation of color #541EE6: hue angle of 256.2º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #541EE6 is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 30 | 230 | - |
| CMYK | 0.63 | 0.87 | 0 | 0.10 |
| HSL | 256.2º | 0.8% | 0.51% | - |
| HSV(B) | 256.2º | 0.87% | 0.9% | - |
| XYZ | 18.4 | 8.53 | 75.54 | - |
| YUV | 68.95 | 218.89 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 30 | 230 | 0.63 | 0.87 | 0 | 0.10 | 256.2 | 0.8 | 0.51 |
| Hex | 54 | 1E | E6 | 3F | 57 | 0 | A | 100 | 50 | 33 |
| Octal | 124 | 36 | 346 | 77 | 127 | 0 | 12 | 400 | 120 | 63 |
| Binary | 1010100 | 11110 | 11100110 | 111111 | 1010111 | 0 | 1010 | 100000000 | 1010000 | 110011 |
Color Harmonies of #541EE6
Complementary color
Monochromatic Colors of #541EE6
Black with #541EE6
Text Example
Text Example
White with #541EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541EE6; }
p { color: rgb(84,30,230); }
H1.HeaderClassName
{
color: #541EE6;
}
.AnyTagClassName
{
color: #541EE6;
}
</style>
background-color css
<style>
a { background-color: #541EE6; }
a { background-color: rgb(84,30,230); }
div.DivClassName
{
background-color: #541EE6;
}
.BgClassName
{
background-color: #541EE6;
}
</style>
border-color css
<style>
span { border-color: #541EE6; }
span { border-color: rgb(84,30,230); }
td.TdClassName
{
border-color: #541EE6;
}
.TagClassName
{
border-color: #541EE6;
}
</style>