Shades of Hot Purple #540853
Tints of Hot Purple #540853
RGB
CMYK
RGB Variations
Color information
#540853 (or 0x540853) is known color: Hot Purple. HEX triplet: 54, 08 and 53. RGB value is (84,8,83). Sum of RGB (Red+Green+Blue) = 84+8+83=175 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 83 (32.81% from 255 or 47.43% from 175); Max value from RGB is 84 - color contains mainly: red. Hex color #540853 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540853 is #ABF7AC. Grayscale: #272727. Windows color (decimal): -11270061 or 5441620. OLE color: 5441620.
HSL color Cylindrical-coordinate representation of color #540853: hue angle of 300.79º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #540853 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 8 | 83 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.67 |
| HSL | 300.79º | 0.83% | 0.18% | - |
| HSV(B) | 300.79º | 0.9% | 0.33% | - |
| XYZ | 5.3 | 2.68 | 8.42 | - |
| YUV | 39.27 | 152.68 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 8 | 83 | 0 | 0.90 | 0.01 | 0.67 | 300.79 | 0.83 | 0.18 |
| Hex | 54 | 8 | 53 | 0 | 5A | 1 | 43 | 12D | 53 | 12 |
| Octal | 124 | 10 | 123 | 0 | 132 | 1 | 103 | 455 | 123 | 22 |
| Binary | 1010100 | 1000 | 1010011 | 0 | 1011010 | 1 | 1000011 | 100101101 | 1010011 | 10010 |
Color Harmonies of #540853
Complementary color
Monochromatic Colors of #540853
Black with #540853
Text Example
Text Example
White with #540853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540853; }
p { color: rgb(84,8,83); }
H1.HeaderClassName
{
color: #540853;
}
.AnyTagClassName
{
color: #540853;
}
</style>
background-color css
<style>
a { background-color: #540853; }
a { background-color: rgb(84,8,83); }
div.DivClassName
{
background-color: #540853;
}
.BgClassName
{
background-color: #540853;
}
</style>
border-color css
<style>
span { border-color: #540853; }
span { border-color: rgb(84,8,83); }
td.TdClassName
{
border-color: #540853;
}
.TagClassName
{
border-color: #540853;
}
</style>