Shades of Hot Purple #541D5B
Tints of Hot Purple #541D5B
RGB
CMYK
RGB Variations
Color information
#541D5B (or 0x541D5B) is known color: Hot Purple. HEX triplet: 54, 1D and 5B. RGB value is (84,29,91). Sum of RGB (Red+Green+Blue) = 84+29+91=204 (27% of max value = 765). Red value is 84 (33.20% from 255 or 41.18% from 204); Green value is 29 (11.72% from 255 or 14.22% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 91 - color contains mainly: blue. Hex color #541D5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #541D5B is #ABE2A4. Grayscale: #343434. Windows color (decimal): -11264677 or 5971284. OLE color: 5971284.
HSL color Cylindrical-coordinate representation of color #541D5B: hue angle of 293.23º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #541D5B is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 29 | 91 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.64 |
| HSL | 293.23º | 0.52% | 0.24% | - |
| HSV(B) | 293.23º | 0.68% | 0.36% | - |
| XYZ | 5.98 | 3.52 | 10.26 | - |
| YUV | 52.51 | 149.72 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 29 | 91 | 0.08 | 0.68 | 0 | 0.64 | 293.23 | 0.52 | 0.24 |
| Hex | 54 | 1D | 5B | 8 | 44 | 0 | 40 | 125 | 34 | 18 |
| Octal | 124 | 35 | 133 | 10 | 104 | 0 | 100 | 445 | 64 | 30 |
| Binary | 1010100 | 11101 | 1011011 | 1000 | 1000100 | 0 | 1000000 | 100100101 | 110100 | 11000 |
Color Harmonies of #541D5B
Complementary color
Monochromatic Colors of #541D5B
Black with #541D5B
Text Example
Text Example
White with #541D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541D5B; }
p { color: rgb(84,29,91); }
H1.HeaderClassName
{
color: #541D5B;
}
.AnyTagClassName
{
color: #541D5B;
}
</style>
background-color css
<style>
a { background-color: #541D5B; }
a { background-color: rgb(84,29,91); }
div.DivClassName
{
background-color: #541D5B;
}
.BgClassName
{
background-color: #541D5B;
}
</style>
border-color css
<style>
span { border-color: #541D5B; }
span { border-color: rgb(84,29,91); }
td.TdClassName
{
border-color: #541D5B;
}
.TagClassName
{
border-color: #541D5B;
}
</style>