Shades of Hot Purple #540D5F
Tints of Hot Purple #540D5F
RGB
CMYK
RGB Variations
Color information
#540D5F (or 0x540D5F) is known color: Hot Purple. HEX triplet: 54, 0D and 5F. RGB value is (84,13,95). Sum of RGB (Red+Green+Blue) = 84+13+95=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 13 (5.47% from 255 or 6.77% from 192); Blue value is 95 (37.5% from 255 or 49.48% from 192); Max value from RGB is 95 - color contains mainly: blue. Hex color #540D5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540D5F is #ABF2A0. Grayscale: #2B2B2B. Windows color (decimal): -11268769 or 6229332. OLE color: 6229332.
HSL color Cylindrical-coordinate representation of color #540D5F: hue angle of 291.95º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #540D5F is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 84 | 13 | 95 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.63 |
| HSL | 291.95º | 0.76% | 0.21% | - |
| HSV(B) | 291.95º | 0.86% | 0.37% | - |
| XYZ | 5.87 | 3 | 11.1 | - |
| YUV | 43.58 | 157.02 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 13 | 95 | 0.12 | 0.86 | 0 | 0.63 | 291.95 | 0.76 | 0.21 |
| Hex | 54 | D | 5F | C | 56 | 0 | 3F | 124 | 4C | 15 |
| Octal | 124 | 15 | 137 | 14 | 126 | 0 | 77 | 444 | 114 | 25 |
| Binary | 1010100 | 1101 | 1011111 | 1100 | 1010110 | 0 | 111111 | 100100100 | 1001100 | 10101 |
Color Harmonies of #540D5F
Complementary color
Monochromatic Colors of #540D5F
Black with #540D5F
Text Example
Text Example
White with #540D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540D5F; }
p { color: rgb(84,13,95); }
H1.HeaderClassName
{
color: #540D5F;
}
.AnyTagClassName
{
color: #540D5F;
}
</style>
background-color css
<style>
a { background-color: #540D5F; }
a { background-color: rgb(84,13,95); }
div.DivClassName
{
background-color: #540D5F;
}
.BgClassName
{
background-color: #540D5F;
}
</style>
border-color css
<style>
span { border-color: #540D5F; }
span { border-color: rgb(84,13,95); }
td.TdClassName
{
border-color: #540D5F;
}
.TagClassName
{
border-color: #540D5F;
}
</style>