Shades of Han Purple #541FE5
Tints of Han Purple #541FE5
RGB
CMYK
RGB Variations
Color information
#541FE5 (or 0x541FE5) is known color: Han Purple. HEX triplet: 54, 1F and E5. RGB value is (84,31,229). Sum of RGB (Red+Green+Blue) = 84+31+229=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 31 (12.5% from 255 or 9.01% from 344); Blue value is 229 (89.84% from 255 or 66.57% from 344); Max value from RGB is 229 - color contains mainly: blue. Hex color #541FE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541FE5 is #ABE01A. Grayscale: #444444. Windows color (decimal): -11264027 or 15015764. OLE color: 15015764.
HSL color Cylindrical-coordinate representation of color #541FE5: hue angle of 256.06º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #541FE5 is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 31 | 229 | - |
| CMYK | 0.63 | 0.86 | 0 | 0.10 |
| HSL | 256.06º | 0.79% | 0.51% | - |
| HSV(B) | 256.06º | 0.86% | 0.9% | - |
| XYZ | 18.29 | 8.52 | 74.81 | - |
| YUV | 69.42 | 218.06 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 31 | 229 | 0.63 | 0.86 | 0 | 0.10 | 256.06 | 0.79 | 0.51 |
| Hex | 54 | 1F | E5 | 3F | 56 | 0 | A | 100 | 4F | 33 |
| Octal | 124 | 37 | 345 | 77 | 126 | 0 | 12 | 400 | 117 | 63 |
| Binary | 1010100 | 11111 | 11100101 | 111111 | 1010110 | 0 | 1010 | 100000000 | 1001111 | 110011 |
Color Harmonies of #541FE5
Complementary color
Monochromatic Colors of #541FE5
Black with #541FE5
Text Example
Text Example
White with #541FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541FE5; }
p { color: rgb(84,31,229); }
H1.HeaderClassName
{
color: #541FE5;
}
.AnyTagClassName
{
color: #541FE5;
}
</style>
background-color css
<style>
a { background-color: #541FE5; }
a { background-color: rgb(84,31,229); }
div.DivClassName
{
background-color: #541FE5;
}
.BgClassName
{
background-color: #541FE5;
}
</style>
border-color css
<style>
span { border-color: #541FE5; }
span { border-color: rgb(84,31,229); }
td.TdClassName
{
border-color: #541FE5;
}
.TagClassName
{
border-color: #541FE5;
}
</style>