Shades of Hot Purple #540B61
Tints of Hot Purple #540B61
RGB
CMYK
RGB Variations
Color information
#540B61 (or 0x540B61) is known color: Hot Purple. HEX triplet: 54, 0B and 61. RGB value is (84,11,97). Sum of RGB (Red+Green+Blue) = 84+11+97=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 11 (4.69% from 255 or 5.73% from 192); Blue value is 97 (38.28% from 255 or 50.52% from 192); Max value from RGB is 97 - color contains mainly: blue. Hex color #540B61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540B61 is #ABF49E. Grayscale: #2A2A2A. Windows color (decimal): -11269279 or 6359892. OLE color: 6359892.
HSL color Cylindrical-coordinate representation of color #540B61: hue angle of 290.93º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #540B61 is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 11 | 97 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.62 |
| HSL | 290.93º | 0.8% | 0.21% | - |
| HSV(B) | 290.93º | 0.89% | 0.38% | - |
| XYZ | 5.93 | 2.99 | 11.57 | - |
| YUV | 42.63 | 158.68 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 97 | 0.13 | 0.89 | 0 | 0.62 | 290.93 | 0.8 | 0.21 |
| Hex | 54 | B | 61 | D | 59 | 0 | 3E | 123 | 50 | 15 |
| Octal | 124 | 13 | 141 | 15 | 131 | 0 | 76 | 443 | 120 | 25 |
| Binary | 1010100 | 1011 | 1100001 | 1101 | 1011001 | 0 | 111110 | 100100011 | 1010000 | 10101 |
Color Harmonies of #540B61
Complementary color
Monochromatic Colors of #540B61
Black with #540B61
Text Example
Text Example
White with #540B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540B61; }
p { color: rgb(84,11,97); }
H1.HeaderClassName
{
color: #540B61;
}
.AnyTagClassName
{
color: #540B61;
}
</style>
background-color css
<style>
a { background-color: #540B61; }
a { background-color: rgb(84,11,97); }
div.DivClassName
{
background-color: #540B61;
}
.BgClassName
{
background-color: #540B61;
}
</style>
border-color css
<style>
span { border-color: #540B61; }
span { border-color: rgb(84,11,97); }
td.TdClassName
{
border-color: #540B61;
}
.TagClassName
{
border-color: #540B61;
}
</style>