Shades of Hot Purple #541F53
Tints of Hot Purple #541F53
RGB
CMYK
RGB Variations
Color information
#541F53 (or 0x541F53) is known color: Hot Purple. HEX triplet: 54, 1F and 53. RGB value is (84,31,83). Sum of RGB (Red+Green+Blue) = 84+31+83=198 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.42% from 198); Green value is 31 (12.5% from 255 or 15.66% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 84 - color contains mainly: red. Hex color #541F53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #541F53 is #ABE0AC. Grayscale: #343434. Windows color (decimal): -11264173 or 5447508. OLE color: 5447508.
HSL color Cylindrical-coordinate representation of color #541F53: hue angle of 301.13º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #541F53 is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 31 | 83 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.67 |
| HSL | 301.13º | 0.46% | 0.23% | - |
| HSV(B) | 301.13º | 0.63% | 0.33% | - |
| XYZ | 5.71 | 3.49 | 8.56 | - |
| YUV | 52.78 | 145.06 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 31 | 83 | 0 | 0.63 | 0.01 | 0.67 | 301.13 | 0.46 | 0.23 |
| Hex | 54 | 1F | 53 | 0 | 3F | 1 | 43 | 12D | 2E | 17 |
| Octal | 124 | 37 | 123 | 0 | 77 | 1 | 103 | 455 | 56 | 27 |
| Binary | 1010100 | 11111 | 1010011 | 0 | 111111 | 1 | 1000011 | 100101101 | 101110 | 10111 |
Color Harmonies of #541F53
Complementary color
Monochromatic Colors of #541F53
Black with #541F53
Text Example
Text Example
White with #541F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541F53; }
p { color: rgb(84,31,83); }
H1.HeaderClassName
{
color: #541F53;
}
.AnyTagClassName
{
color: #541F53;
}
</style>
background-color css
<style>
a { background-color: #541F53; }
a { background-color: rgb(84,31,83); }
div.DivClassName
{
background-color: #541F53;
}
.BgClassName
{
background-color: #541F53;
}
</style>
border-color css
<style>
span { border-color: #541F53; }
span { border-color: rgb(84,31,83); }
td.TdClassName
{
border-color: #541F53;
}
.TagClassName
{
border-color: #541F53;
}
</style>