Shades of Hot Purple #541A57
Tints of Hot Purple #541A57
RGB
CMYK
RGB Variations
Color information
#541A57 (or 0x541A57) is known color: Hot Purple. HEX triplet: 54, 1A and 57. RGB value is (84,26,87). Sum of RGB (Red+Green+Blue) = 84+26+87=197 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.64% from 197); Green value is 26 (10.55% from 255 or 13.20% from 197); Blue value is 87 (34.38% from 255 or 44.16% from 197); Max value from RGB is 87 - color contains mainly: blue. Hex color #541A57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #541A57 is #ABE5A8. Grayscale: #323232. Windows color (decimal): -11265449 or 5708372. OLE color: 5708372.
HSL color Cylindrical-coordinate representation of color #541A57: hue angle of 297.05º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #541A57 is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 84 | 26 | 87 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.66 |
| HSL | 297.05º | 0.54% | 0.22% | - |
| HSV(B) | 297.05º | 0.7% | 0.34% | - |
| XYZ | 5.75 | 3.31 | 9.35 | - |
| YUV | 50.3 | 148.72 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 26 | 87 | 0.03 | 0.70 | 0 | 0.66 | 297.05 | 0.54 | 0.22 |
| Hex | 54 | 1A | 57 | 3 | 46 | 0 | 42 | 129 | 36 | 16 |
| Octal | 124 | 32 | 127 | 3 | 106 | 0 | 102 | 451 | 66 | 26 |
| Binary | 1010100 | 11010 | 1010111 | 11 | 1000110 | 0 | 1000010 | 100101001 | 110110 | 10110 |
Color Harmonies of #541A57
Complementary color
Monochromatic Colors of #541A57
Black with #541A57
Text Example
Text Example
White with #541A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541A57; }
p { color: rgb(84,26,87); }
H1.HeaderClassName
{
color: #541A57;
}
.AnyTagClassName
{
color: #541A57;
}
</style>
background-color css
<style>
a { background-color: #541A57; }
a { background-color: rgb(84,26,87); }
div.DivClassName
{
background-color: #541A57;
}
.BgClassName
{
background-color: #541A57;
}
</style>
border-color css
<style>
span { border-color: #541A57; }
span { border-color: rgb(84,26,87); }
td.TdClassName
{
border-color: #541A57;
}
.TagClassName
{
border-color: #541A57;
}
</style>