Shades of Han Purple #541AFE
Tints of Han Purple #541AFE
RGB
CMYK
RGB Variations
Color information
#541AFE (or 0x541AFE) is known color: Han Purple. HEX triplet: 54, 1A and FE. RGB value is (84,26,254). Sum of RGB (Red+Green+Blue) = 84+26+254=364 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.08% from 364); Green value is 26 (10.55% from 255 or 7.14% from 364); Blue value is 254 (99.61% from 255 or 69.78% from 364); Max value from RGB is 254 - color contains mainly: blue. Hex color #541AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #541AFE is #ABE501. Grayscale: #444444. Windows color (decimal): -11265282 or 16652884. OLE color: 16652884.
HSL color Cylindrical-coordinate representation of color #541AFE: hue angle of 255.26º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #541AFE is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 26 | 254 | - |
| CMYK | 0.67 | 0.90 | 0 | 0.00 |
| HSL | 255.26º | 0.99% | 0.55% | - |
| HSV(B) | 255.26º | 0.9% | 1% | - |
| XYZ | 21.91 | 9.78 | 94.5 | - |
| YUV | 69.33 | 232.22 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 26 | 254 | 0.67 | 0.90 | 0 | 0.00 | 255.26 | 0.99 | 0.55 |
| Hex | 54 | 1A | FE | 43 | 5A | 0 | 0 | FF | 63 | 37 |
| Octal | 124 | 32 | 376 | 103 | 132 | 0 | 0 | 377 | 143 | 67 |
| Binary | 1010100 | 11010 | 11111110 | 1000011 | 1011010 | 0 | 0 | 11111111 | 1100011 | 110111 |
Color Harmonies of #541AFE
Complementary color
Monochromatic Colors of #541AFE
Black with #541AFE
Text Example
Text Example
White with #541AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541AFE; }
p { color: rgb(84,26,254); }
H1.HeaderClassName
{
color: #541AFE;
}
.AnyTagClassName
{
color: #541AFE;
}
</style>
background-color css
<style>
a { background-color: #541AFE; }
a { background-color: rgb(84,26,254); }
div.DivClassName
{
background-color: #541AFE;
}
.BgClassName
{
background-color: #541AFE;
}
</style>
border-color css
<style>
span { border-color: #541AFE; }
span { border-color: rgb(84,26,254); }
td.TdClassName
{
border-color: #541AFE;
}
.TagClassName
{
border-color: #541AFE;
}
</style>