Shades of Hot Purple #540B5A
Tints of Hot Purple #540B5A
RGB
CMYK
RGB Variations
Color information
#540B5A (or 0x540B5A) is known color: Hot Purple. HEX triplet: 54, 0B and 5A. RGB value is (84,11,90). Sum of RGB (Red+Green+Blue) = 84+11+90=185 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.41% from 185); Green value is 11 (4.69% from 255 or 5.95% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #540B5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540B5A is #ABF4A5. Grayscale: #292929. Windows color (decimal): -11269286 or 5901140. OLE color: 5901140.
HSL color Cylindrical-coordinate representation of color #540B5A: hue angle of 295.44º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #540B5A is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 11 | 90 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.65 |
| HSL | 295.44º | 0.78% | 0.2% | - |
| HSV(B) | 295.44º | 0.88% | 0.35% | - |
| XYZ | 5.62 | 2.86 | 9.93 | - |
| YUV | 41.83 | 155.18 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 90 | 0.07 | 0.88 | 0 | 0.65 | 295.44 | 0.78 | 0.2 |
| Hex | 54 | B | 5A | 7 | 58 | 0 | 41 | 127 | 4E | 14 |
| Octal | 124 | 13 | 132 | 7 | 130 | 0 | 101 | 447 | 116 | 24 |
| Binary | 1010100 | 1011 | 1011010 | 111 | 1011000 | 0 | 1000001 | 100100111 | 1001110 | 10100 |
Color Harmonies of #540B5A
Complementary color
Monochromatic Colors of #540B5A
Black with #540B5A
Text Example
Text Example
White with #540B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540B5A; }
p { color: rgb(84,11,90); }
H1.HeaderClassName
{
color: #540B5A;
}
.AnyTagClassName
{
color: #540B5A;
}
</style>
background-color css
<style>
a { background-color: #540B5A; }
a { background-color: rgb(84,11,90); }
div.DivClassName
{
background-color: #540B5A;
}
.BgClassName
{
background-color: #540B5A;
}
</style>
border-color css
<style>
span { border-color: #540B5A; }
span { border-color: rgb(84,11,90); }
td.TdClassName
{
border-color: #540B5A;
}
.TagClassName
{
border-color: #540B5A;
}
</style>