Shades of Hot Purple #541D61
Tints of Hot Purple #541D61
RGB
CMYK
RGB Variations
Color information
#541D61 (or 0x541D61) is known color: Hot Purple. HEX triplet: 54, 1D and 61. RGB value is (84,29,97). Sum of RGB (Red+Green+Blue) = 84+29+97=210 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40% from 210); Green value is 29 (11.72% from 255 or 13.81% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #541D61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #541D61 is #ABE29E. Grayscale: #343434. Windows color (decimal): -11264671 or 6364500. OLE color: 6364500.
HSL color Cylindrical-coordinate representation of color #541D61: hue angle of 288.53º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #541D61 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 29 | 97 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.62 |
| HSL | 288.53º | 0.54% | 0.25% | - |
| HSV(B) | 288.53º | 0.7% | 0.38% | - |
| XYZ | 6.25 | 3.63 | 11.68 | - |
| YUV | 53.2 | 152.72 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 29 | 97 | 0.13 | 0.70 | 0 | 0.62 | 288.53 | 0.54 | 0.25 |
| Hex | 54 | 1D | 61 | D | 46 | 0 | 3E | 121 | 36 | 19 |
| Octal | 124 | 35 | 141 | 15 | 106 | 0 | 76 | 441 | 66 | 31 |
| Binary | 1010100 | 11101 | 1100001 | 1101 | 1000110 | 0 | 111110 | 100100001 | 110110 | 11001 |
Color Harmonies of #541D61
Complementary color
Monochromatic Colors of #541D61
Black with #541D61
Text Example
Text Example
White with #541D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541D61; }
p { color: rgb(84,29,97); }
H1.HeaderClassName
{
color: #541D61;
}
.AnyTagClassName
{
color: #541D61;
}
</style>
background-color css
<style>
a { background-color: #541D61; }
a { background-color: rgb(84,29,97); }
div.DivClassName
{
background-color: #541D61;
}
.BgClassName
{
background-color: #541D61;
}
</style>
border-color css
<style>
span { border-color: #541D61; }
span { border-color: rgb(84,29,97); }
td.TdClassName
{
border-color: #541D61;
}
.TagClassName
{
border-color: #541D61;
}
</style>