Shades of Hot Purple #540962
Tints of Hot Purple #540962
RGB
CMYK
RGB Variations
Color information
#540962 (or 0x540962) is known color: Hot Purple. HEX triplet: 54, 09 and 62. RGB value is (84,9,98). Sum of RGB (Red+Green+Blue) = 84+9+98=191 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.98% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 98 (38.67% from 255 or 51.31% from 191); Max value from RGB is 98 - color contains mainly: blue. Hex color #540962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540962 is #ABF69D. Grayscale: #292929. Windows color (decimal): -11269790 or 6424916. OLE color: 6424916.
HSL color Cylindrical-coordinate representation of color #540962: hue angle of 290.56º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #540962 is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 9 | 98 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.62 |
| HSL | 290.56º | 0.83% | 0.21% | - |
| HSV(B) | 290.56º | 0.91% | 0.38% | - |
| XYZ | 5.96 | 2.96 | 11.81 | - |
| YUV | 41.57 | 159.85 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 9 | 98 | 0.14 | 0.91 | 0 | 0.62 | 290.56 | 0.83 | 0.21 |
| Hex | 54 | 9 | 62 | E | 5B | 0 | 3E | 123 | 53 | 15 |
| Octal | 124 | 11 | 142 | 16 | 133 | 0 | 76 | 443 | 123 | 25 |
| Binary | 1010100 | 1001 | 1100010 | 1110 | 1011011 | 0 | 111110 | 100100011 | 1010011 | 10101 |
Color Harmonies of #540962
Complementary color
Monochromatic Colors of #540962
Black with #540962
Text Example
Text Example
White with #540962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540962; }
p { color: rgb(84,9,98); }
H1.HeaderClassName
{
color: #540962;
}
.AnyTagClassName
{
color: #540962;
}
</style>
background-color css
<style>
a { background-color: #540962; }
a { background-color: rgb(84,9,98); }
div.DivClassName
{
background-color: #540962;
}
.BgClassName
{
background-color: #540962;
}
</style>
border-color css
<style>
span { border-color: #540962; }
span { border-color: rgb(84,9,98); }
td.TdClassName
{
border-color: #540962;
}
.TagClassName
{
border-color: #540962;
}
</style>