Shades of Han Purple #541AEC
Tints of Han Purple #541AEC
RGB
CMYK
RGB Variations
Color information
#541AEC (or 0x541AEC) is known color: Han Purple. HEX triplet: 54, 1A and EC. RGB value is (84,26,236). Sum of RGB (Red+Green+Blue) = 84+26+236=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 236 (92.58% from 255 or 68.21% from 346); Max value from RGB is 236 - color contains mainly: blue. Hex color #541AEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #541AEC is #ABE513. Grayscale: #424242. Windows color (decimal): -11265300 or 15473236. OLE color: 15473236.
HSL color Cylindrical-coordinate representation of color #541AEC: hue angle of 256.57º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #541AEC is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 26 | 236 | - |
| CMYK | 0.64 | 0.89 | 0 | 0.07 |
| HSL | 256.57º | 0.85% | 0.51% | - |
| HSV(B) | 256.57º | 0.89% | 0.93% | - |
| XYZ | 19.17 | 8.68 | 80.02 | - |
| YUV | 67.28 | 223.22 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 26 | 236 | 0.64 | 0.89 | 0 | 0.07 | 256.57 | 0.85 | 0.51 |
| Hex | 54 | 1A | EC | 40 | 59 | 0 | 7 | 101 | 55 | 33 |
| Octal | 124 | 32 | 354 | 100 | 131 | 0 | 7 | 401 | 125 | 63 |
| Binary | 1010100 | 11010 | 11101100 | 1000000 | 1011001 | 0 | 111 | 100000001 | 1010101 | 110011 |
Color Harmonies of #541AEC
Complementary color
Monochromatic Colors of #541AEC
Black with #541AEC
Text Example
Text Example
White with #541AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541AEC; }
p { color: rgb(84,26,236); }
H1.HeaderClassName
{
color: #541AEC;
}
.AnyTagClassName
{
color: #541AEC;
}
</style>
background-color css
<style>
a { background-color: #541AEC; }
a { background-color: rgb(84,26,236); }
div.DivClassName
{
background-color: #541AEC;
}
.BgClassName
{
background-color: #541AEC;
}
</style>
border-color css
<style>
span { border-color: #541AEC; }
span { border-color: rgb(84,26,236); }
td.TdClassName
{
border-color: #541AEC;
}
.TagClassName
{
border-color: #541AEC;
}
</style>