Shades of Han Purple #541FF0
Tints of Han Purple #541FF0
RGB
CMYK
RGB Variations
Color information
#541FF0 (or 0x541FF0) is known color: Han Purple. HEX triplet: 54, 1F and F0. RGB value is (84,31,240). Sum of RGB (Red+Green+Blue) = 84+31+240=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 31 (12.5% from 255 or 8.73% from 355); Blue value is 240 (94.14% from 255 or 67.61% from 355); Max value from RGB is 240 - color contains mainly: blue. Hex color #541FF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #541FF0 is #ABE00F. Grayscale: #454545. Windows color (decimal): -11264016 or 15736660. OLE color: 15736660.
HSL color Cylindrical-coordinate representation of color #541FF0: hue angle of 255.22º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #541FF0 is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 31 | 240 | - |
| CMYK | 0.65 | 0.87 | 0 | 0.06 |
| HSL | 255.22º | 0.87% | 0.53% | - |
| HSV(B) | 255.22º | 0.87% | 0.94% | - |
| XYZ | 19.87 | 9.16 | 83.16 | - |
| YUV | 70.67 | 223.56 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 31 | 240 | 0.65 | 0.87 | 0 | 0.06 | 255.22 | 0.87 | 0.53 |
| Hex | 54 | 1F | F0 | 41 | 57 | 0 | 6 | FF | 57 | 35 |
| Octal | 124 | 37 | 360 | 101 | 127 | 0 | 6 | 377 | 127 | 65 |
| Binary | 1010100 | 11111 | 11110000 | 1000001 | 1010111 | 0 | 110 | 11111111 | 1010111 | 110101 |
Color Harmonies of #541FF0
Complementary color
Monochromatic Colors of #541FF0
Black with #541FF0
Text Example
Text Example
White with #541FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541FF0; }
p { color: rgb(84,31,240); }
H1.HeaderClassName
{
color: #541FF0;
}
.AnyTagClassName
{
color: #541FF0;
}
</style>
background-color css
<style>
a { background-color: #541FF0; }
a { background-color: rgb(84,31,240); }
div.DivClassName
{
background-color: #541FF0;
}
.BgClassName
{
background-color: #541FF0;
}
</style>
border-color css
<style>
span { border-color: #541FF0; }
span { border-color: rgb(84,31,240); }
td.TdClassName
{
border-color: #541FF0;
}
.TagClassName
{
border-color: #541FF0;
}
</style>