Shades of Han Purple #541CF9
Tints of Han Purple #541CF9
RGB
CMYK
RGB Variations
Color information
#541CF9 (or 0x541CF9) is known color: Han Purple. HEX triplet: 54, 1C and F9. RGB value is (84,28,249). Sum of RGB (Red+Green+Blue) = 84+28+249=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 28 (11.33% from 255 or 7.76% from 361); Blue value is 249 (97.66% from 255 or 68.98% from 361); Max value from RGB is 249 - color contains mainly: blue. Hex color #541CF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #541CF9 is #ABE306. Grayscale: #454545. Windows color (decimal): -11264775 or 16325716. OLE color: 16325716.
HSL color Cylindrical-coordinate representation of color #541CF9: hue angle of 255.2º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #541CF9 is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 28 | 249 | - |
| CMYK | 0.66 | 0.89 | 0 | 0.02 |
| HSL | 255.2º | 0.95% | 0.54% | - |
| HSV(B) | 255.2º | 0.89% | 0.98% | - |
| XYZ | 21.17 | 9.55 | 90.35 | - |
| YUV | 69.94 | 229.05 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 28 | 249 | 0.66 | 0.89 | 0 | 0.02 | 255.2 | 0.95 | 0.54 |
| Hex | 54 | 1C | F9 | 42 | 59 | 0 | 2 | FF | 5F | 36 |
| Octal | 124 | 34 | 371 | 102 | 131 | 0 | 2 | 377 | 137 | 66 |
| Binary | 1010100 | 11100 | 11111001 | 1000010 | 1011001 | 0 | 10 | 11111111 | 1011111 | 110110 |
Color Harmonies of #541CF9
Complementary color
Monochromatic Colors of #541CF9
Black with #541CF9
Text Example
Text Example
White with #541CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541CF9; }
p { color: rgb(84,28,249); }
H1.HeaderClassName
{
color: #541CF9;
}
.AnyTagClassName
{
color: #541CF9;
}
</style>
background-color css
<style>
a { background-color: #541CF9; }
a { background-color: rgb(84,28,249); }
div.DivClassName
{
background-color: #541CF9;
}
.BgClassName
{
background-color: #541CF9;
}
</style>
border-color css
<style>
span { border-color: #541CF9; }
span { border-color: rgb(84,28,249); }
td.TdClassName
{
border-color: #541CF9;
}
.TagClassName
{
border-color: #541CF9;
}
</style>