Shades of Hot Purple #540F53
Tints of Hot Purple #540F53
RGB
CMYK
RGB Variations
Color information
#540F53 (or 0x540F53) is known color: Hot Purple. HEX triplet: 54, 0F and 53. RGB value is (84,15,83). Sum of RGB (Red+Green+Blue) = 84+15+83=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 15 (6.25% from 255 or 8.24% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 84 - color contains mainly: red. Hex color #540F53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540F53 is #ABF0AC. Grayscale: #2B2B2B. Windows color (decimal): -11268269 or 5443412. OLE color: 5443412.
HSL color Cylindrical-coordinate representation of color #540F53: hue angle of 300.87º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #540F53 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 15 | 83 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.67 |
| HSL | 300.87º | 0.7% | 0.19% | - |
| HSV(B) | 300.87º | 0.82% | 0.33% | - |
| XYZ | 5.39 | 2.85 | 8.45 | - |
| YUV | 43.38 | 150.36 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 15 | 83 | 0 | 0.82 | 0.01 | 0.67 | 300.87 | 0.7 | 0.19 |
| Hex | 54 | F | 53 | 0 | 52 | 1 | 43 | 12D | 46 | 13 |
| Octal | 124 | 17 | 123 | 0 | 122 | 1 | 103 | 455 | 106 | 23 |
| Binary | 1010100 | 1111 | 1010011 | 0 | 1010010 | 1 | 1000011 | 100101101 | 1000110 | 10011 |
Color Harmonies of #540F53
Complementary color
Monochromatic Colors of #540F53
Black with #540F53
Text Example
Text Example
White with #540F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540F53; }
p { color: rgb(84,15,83); }
H1.HeaderClassName
{
color: #540F53;
}
.AnyTagClassName
{
color: #540F53;
}
</style>
background-color css
<style>
a { background-color: #540F53; }
a { background-color: rgb(84,15,83); }
div.DivClassName
{
background-color: #540F53;
}
.BgClassName
{
background-color: #540F53;
}
</style>
border-color css
<style>
span { border-color: #540F53; }
span { border-color: rgb(84,15,83); }
td.TdClassName
{
border-color: #540F53;
}
.TagClassName
{
border-color: #540F53;
}
</style>