Shades of Hot Purple #541D5D
Tints of Hot Purple #541D5D
RGB
CMYK
RGB Variations
Color information
#541D5D (or 0x541D5D) is known color: Hot Purple. HEX triplet: 54, 1D and 5D. RGB value is (84,29,93). Sum of RGB (Red+Green+Blue) = 84+29+93=206 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.78% from 206); Green value is 29 (11.72% from 255 or 14.08% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 93 - color contains mainly: blue. Hex color #541D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #541D5D is #ABE2A2. Grayscale: #343434. Windows color (decimal): -11264675 or 6102356. OLE color: 6102356.
HSL color Cylindrical-coordinate representation of color #541D5D: hue angle of 291.56º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #541D5D is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 29 | 93 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.64 |
| HSL | 291.56º | 0.52% | 0.24% | - |
| HSV(B) | 291.56º | 0.69% | 0.36% | - |
| XYZ | 6.07 | 3.55 | 10.72 | - |
| YUV | 52.74 | 150.72 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 29 | 93 | 0.10 | 0.69 | 0 | 0.64 | 291.56 | 0.52 | 0.24 |
| Hex | 54 | 1D | 5D | A | 45 | 0 | 40 | 124 | 34 | 18 |
| Octal | 124 | 35 | 135 | 12 | 105 | 0 | 100 | 444 | 64 | 30 |
| Binary | 1010100 | 11101 | 1011101 | 1010 | 1000101 | 0 | 1000000 | 100100100 | 110100 | 11000 |
Color Harmonies of #541D5D
Complementary color
Monochromatic Colors of #541D5D
Black with #541D5D
Text Example
Text Example
White with #541D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541D5D; }
p { color: rgb(84,29,93); }
H1.HeaderClassName
{
color: #541D5D;
}
.AnyTagClassName
{
color: #541D5D;
}
</style>
background-color css
<style>
a { background-color: #541D5D; }
a { background-color: rgb(84,29,93); }
div.DivClassName
{
background-color: #541D5D;
}
.BgClassName
{
background-color: #541D5D;
}
</style>
border-color css
<style>
span { border-color: #541D5D; }
span { border-color: rgb(84,29,93); }
td.TdClassName
{
border-color: #541D5D;
}
.TagClassName
{
border-color: #541D5D;
}
</style>