Shades of Hot Purple #541B61
Tints of Hot Purple #541B61
RGB
CMYK
RGB Variations
Color information
#541B61 (or 0x541B61) is known color: Hot Purple. HEX triplet: 54, 1B and 61. RGB value is (84,27,97). Sum of RGB (Red+Green+Blue) = 84+27+97=208 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.38% from 208); Green value is 27 (10.94% from 255 or 12.98% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 97 - color contains mainly: blue. Hex color #541B61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #541B61 is #ABE49E. Grayscale: #333333. Windows color (decimal): -11265183 or 6363988. OLE color: 6363988.
HSL color Cylindrical-coordinate representation of color #541B61: hue angle of 288.86º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #541B61 is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 27 | 97 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.62 |
| HSL | 288.86º | 0.56% | 0.24% | - |
| HSV(B) | 288.86º | 0.72% | 0.38% | - |
| XYZ | 6.21 | 3.53 | 11.66 | - |
| YUV | 52.02 | 153.38 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 27 | 97 | 0.13 | 0.72 | 0 | 0.62 | 288.86 | 0.56 | 0.24 |
| Hex | 54 | 1B | 61 | D | 48 | 0 | 3E | 121 | 38 | 18 |
| Octal | 124 | 33 | 141 | 15 | 110 | 0 | 76 | 441 | 70 | 30 |
| Binary | 1010100 | 11011 | 1100001 | 1101 | 1001000 | 0 | 111110 | 100100001 | 111000 | 11000 |
Color Harmonies of #541B61
Complementary color
Monochromatic Colors of #541B61
Black with #541B61
Text Example
Text Example
White with #541B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541B61; }
p { color: rgb(84,27,97); }
H1.HeaderClassName
{
color: #541B61;
}
.AnyTagClassName
{
color: #541B61;
}
</style>
background-color css
<style>
a { background-color: #541B61; }
a { background-color: rgb(84,27,97); }
div.DivClassName
{
background-color: #541B61;
}
.BgClassName
{
background-color: #541B61;
}
</style>
border-color css
<style>
span { border-color: #541B61; }
span { border-color: rgb(84,27,97); }
td.TdClassName
{
border-color: #541B61;
}
.TagClassName
{
border-color: #541B61;
}
</style>