Shades of Hot Purple #540B55
Tints of Hot Purple #540B55
RGB
CMYK
RGB Variations
Color information
#540B55 (or 0x540B55) is known color: Hot Purple. HEX triplet: 54, 0B and 55. RGB value is (84,11,85). Sum of RGB (Red+Green+Blue) = 84+11+85=180 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.67% from 180); Green value is 11 (4.69% from 255 or 6.11% from 180); Blue value is 85 (33.59% from 255 or 47.22% from 180); Max value from RGB is 85 - color contains mainly: blue. Hex color #540B55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540B55 is #ABF4AA. Grayscale: #292929. Windows color (decimal): -11269291 or 5573460. OLE color: 5573460.
HSL color Cylindrical-coordinate representation of color #540B55: hue angle of 299.19º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #540B55 is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 11 | 85 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.67 |
| HSL | 299.19º | 0.77% | 0.19% | - |
| HSV(B) | 299.19º | 0.87% | 0.33% | - |
| XYZ | 5.42 | 2.78 | 8.85 | - |
| YUV | 41.26 | 152.68 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 85 | 0.01 | 0.87 | 0 | 0.67 | 299.19 | 0.77 | 0.19 |
| Hex | 54 | B | 55 | 1 | 57 | 0 | 43 | 12B | 4D | 13 |
| Octal | 124 | 13 | 125 | 1 | 127 | 0 | 103 | 453 | 115 | 23 |
| Binary | 1010100 | 1011 | 1010101 | 1 | 1010111 | 0 | 1000011 | 100101011 | 1001101 | 10011 |
Color Harmonies of #540B55
Complementary color
Monochromatic Colors of #540B55
Black with #540B55
Text Example
Text Example
White with #540B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540B55; }
p { color: rgb(84,11,85); }
H1.HeaderClassName
{
color: #540B55;
}
.AnyTagClassName
{
color: #540B55;
}
</style>
background-color css
<style>
a { background-color: #540B55; }
a { background-color: rgb(84,11,85); }
div.DivClassName
{
background-color: #540B55;
}
.BgClassName
{
background-color: #540B55;
}
</style>
border-color css
<style>
span { border-color: #540B55; }
span { border-color: rgb(84,11,85); }
td.TdClassName
{
border-color: #540B55;
}
.TagClassName
{
border-color: #540B55;
}
</style>