Shades of Han Purple #541AFA
Tints of Han Purple #541AFA
RGB
CMYK
RGB Variations
Color information
#541AFA (or 0x541AFA) is known color: Han Purple. HEX triplet: 54, 1A and FA. RGB value is (84,26,250). Sum of RGB (Red+Green+Blue) = 84+26+250=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 26 (10.55% from 255 or 7.22% from 360); Blue value is 250 (98.05% from 255 or 69.44% from 360); Max value from RGB is 250 - color contains mainly: blue. Hex color #541AFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #541AFA is #ABE505. Grayscale: #444444. Windows color (decimal): -11265286 or 16390740. OLE color: 16390740.
HSL color Cylindrical-coordinate representation of color #541AFA: hue angle of 255.54º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #541AFA is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 26 | 250 | - |
| CMYK | 0.66 | 0.90 | 0 | 0.02 |
| HSL | 255.54º | 0.96% | 0.54% | - |
| HSV(B) | 255.54º | 0.9% | 0.98% | - |
| XYZ | 21.28 | 9.53 | 91.16 | - |
| YUV | 68.88 | 230.22 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 26 | 250 | 0.66 | 0.90 | 0 | 0.02 | 255.54 | 0.96 | 0.54 |
| Hex | 54 | 1A | FA | 42 | 5A | 0 | 2 | 100 | 60 | 36 |
| Octal | 124 | 32 | 372 | 102 | 132 | 0 | 2 | 400 | 140 | 66 |
| Binary | 1010100 | 11010 | 11111010 | 1000010 | 1011010 | 0 | 10 | 100000000 | 1100000 | 110110 |
Color Harmonies of #541AFA
Complementary color
Monochromatic Colors of #541AFA
Black with #541AFA
Text Example
Text Example
White with #541AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541AFA; }
p { color: rgb(84,26,250); }
H1.HeaderClassName
{
color: #541AFA;
}
.AnyTagClassName
{
color: #541AFA;
}
</style>
background-color css
<style>
a { background-color: #541AFA; }
a { background-color: rgb(84,26,250); }
div.DivClassName
{
background-color: #541AFA;
}
.BgClassName
{
background-color: #541AFA;
}
</style>
border-color css
<style>
span { border-color: #541AFA; }
span { border-color: rgb(84,26,250); }
td.TdClassName
{
border-color: #541AFA;
}
.TagClassName
{
border-color: #541AFA;
}
</style>