Shades of Hot Purple #540B62
Tints of Hot Purple #540B62
RGB
CMYK
RGB Variations
Color information
#540B62 (or 0x540B62) is known color: Hot Purple. HEX triplet: 54, 0B and 62. RGB value is (84,11,98). Sum of RGB (Red+Green+Blue) = 84+11+98=193 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.52% from 193); Green value is 11 (4.69% from 255 or 5.70% from 193); Blue value is 98 (38.67% from 255 or 50.78% from 193); Max value from RGB is 98 - color contains mainly: blue. Hex color #540B62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540B62 is #ABF49D. Grayscale: #2A2A2A. Windows color (decimal): -11269278 or 6425428. OLE color: 6425428.
HSL color Cylindrical-coordinate representation of color #540B62: hue angle of 290.34º 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 #540B62 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 11 | 98 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.62 |
| HSL | 290.34º | 0.8% | 0.21% | - |
| HSV(B) | 290.34º | 0.89% | 0.38% | - |
| XYZ | 5.98 | 3.01 | 11.82 | - |
| YUV | 42.75 | 159.18 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 98 | 0.14 | 0.89 | 0 | 0.62 | 290.34 | 0.8 | 0.21 |
| Hex | 54 | B | 62 | E | 59 | 0 | 3E | 122 | 50 | 15 |
| Octal | 124 | 13 | 142 | 16 | 131 | 0 | 76 | 442 | 120 | 25 |
| Binary | 1010100 | 1011 | 1100010 | 1110 | 1011001 | 0 | 111110 | 100100010 | 1010000 | 10101 |
Color Harmonies of #540B62
Complementary color
Monochromatic Colors of #540B62
Black with #540B62
Text Example
Text Example
White with #540B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540B62; }
p { color: rgb(84,11,98); }
H1.HeaderClassName
{
color: #540B62;
}
.AnyTagClassName
{
color: #540B62;
}
</style>
background-color css
<style>
a { background-color: #540B62; }
a { background-color: rgb(84,11,98); }
div.DivClassName
{
background-color: #540B62;
}
.BgClassName
{
background-color: #540B62;
}
</style>
border-color css
<style>
span { border-color: #540B62; }
span { border-color: rgb(84,11,98); }
td.TdClassName
{
border-color: #540B62;
}
.TagClassName
{
border-color: #540B62;
}
</style>