Shades of Hot Purple #540D50
Tints of Hot Purple #540D50
RGB
CMYK
RGB Variations
Color information
#540D50 (or 0x540D50) is known color: Hot Purple. HEX triplet: 54, 0D and 50. RGB value is (84,13,80). Sum of RGB (Red+Green+Blue) = 84+13+80=177 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.46% from 177); Green value is 13 (5.47% from 255 or 7.34% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 84 - color contains mainly: red. Hex color #540D50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540D50 is #ABF2AF. Grayscale: #292929. Windows color (decimal): -11268784 or 5246292. OLE color: 5246292.
HSL color Cylindrical-coordinate representation of color #540D50: hue angle of 303.38º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #540D50 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 13 | 80 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.67 |
| HSL | 303.38º | 0.73% | 0.19% | - |
| HSV(B) | 303.38º | 0.85% | 0.33% | - |
| XYZ | 5.25 | 2.75 | 7.84 | - |
| YUV | 41.87 | 149.52 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 13 | 80 | 0 | 0.85 | 0.05 | 0.67 | 303.38 | 0.73 | 0.19 |
| Hex | 54 | D | 50 | 0 | 55 | 5 | 43 | 12F | 49 | 13 |
| Octal | 124 | 15 | 120 | 0 | 125 | 5 | 103 | 457 | 111 | 23 |
| Binary | 1010100 | 1101 | 1010000 | 0 | 1010101 | 101 | 1000011 | 100101111 | 1001001 | 10011 |
Color Harmonies of #540D50
Complementary color
Monochromatic Colors of #540D50
Black with #540D50
Text Example
Text Example
White with #540D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540D50; }
p { color: rgb(84,13,80); }
H1.HeaderClassName
{
color: #540D50;
}
.AnyTagClassName
{
color: #540D50;
}
</style>
background-color css
<style>
a { background-color: #540D50; }
a { background-color: rgb(84,13,80); }
div.DivClassName
{
background-color: #540D50;
}
.BgClassName
{
background-color: #540D50;
}
</style>
border-color css
<style>
span { border-color: #540D50; }
span { border-color: rgb(84,13,80); }
td.TdClassName
{
border-color: #540D50;
}
.TagClassName
{
border-color: #540D50;
}
</style>