Shades of Han Purple #541DF0
Tints of Han Purple #541DF0
RGB
CMYK
RGB Variations
Color information
#541DF0 (or 0x541DF0) is known color: Han Purple. HEX triplet: 54, 1D and F0. RGB value is (84,29,240). Sum of RGB (Red+Green+Blue) = 84+29+240=353 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.80% from 353); Green value is 29 (11.72% from 255 or 8.22% from 353); Blue value is 240 (94.14% from 255 or 67.99% from 353); Max value from RGB is 240 - color contains mainly: blue. Hex color #541DF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #541DF0 is #ABE20F. Grayscale: #444444. Windows color (decimal): -11264528 or 15736148. OLE color: 15736148.
HSL color Cylindrical-coordinate representation of color #541DF0: hue angle of 255.64º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #541DF0 is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 29 | 240 | - |
| CMYK | 0.65 | 0.88 | 0 | 0.06 |
| HSL | 255.64º | 0.88% | 0.53% | - |
| HSV(B) | 255.64º | 0.88% | 0.94% | - |
| XYZ | 19.82 | 9.05 | 83.14 | - |
| YUV | 69.5 | 224.22 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 29 | 240 | 0.65 | 0.88 | 0 | 0.06 | 255.64 | 0.88 | 0.53 |
| Hex | 54 | 1D | F0 | 41 | 58 | 0 | 6 | 100 | 58 | 35 |
| Octal | 124 | 35 | 360 | 101 | 130 | 0 | 6 | 400 | 130 | 65 |
| Binary | 1010100 | 11101 | 11110000 | 1000001 | 1011000 | 0 | 110 | 100000000 | 1011000 | 110101 |
Color Harmonies of #541DF0
Complementary color
Monochromatic Colors of #541DF0
Black with #541DF0
Text Example
Text Example
White with #541DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541DF0; }
p { color: rgb(84,29,240); }
H1.HeaderClassName
{
color: #541DF0;
}
.AnyTagClassName
{
color: #541DF0;
}
</style>
background-color css
<style>
a { background-color: #541DF0; }
a { background-color: rgb(84,29,240); }
div.DivClassName
{
background-color: #541DF0;
}
.BgClassName
{
background-color: #541DF0;
}
</style>
border-color css
<style>
span { border-color: #541DF0; }
span { border-color: rgb(84,29,240); }
td.TdClassName
{
border-color: #541DF0;
}
.TagClassName
{
border-color: #541DF0;
}
</style>