Shades of Hot Purple #540355
Tints of Hot Purple #540355
RGB
CMYK
RGB Variations
Color information
#540355 (or 0x540355) is known color: Hot Purple. HEX triplet: 54, 03 and 55. RGB value is (84,3,85). Sum of RGB (Red+Green+Blue) = 84+3+85=172 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.84% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 85 (33.59% from 255 or 49.42% from 172); Max value from RGB is 85 - color contains mainly: blue. Hex color #540355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540355 is #ABFCAA. Grayscale: #242424. Windows color (decimal): -11271339 or 5571412. OLE color: 5571412.
HSL color Cylindrical-coordinate representation of color #540355: hue angle of 299.27º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #540355 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 3 | 85 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.67 |
| HSL | 299.27º | 0.93% | 0.17% | - |
| HSV(B) | 299.27º | 0.96% | 0.33% | - |
| XYZ | 5.33 | 2.61 | 8.82 | - |
| YUV | 36.57 | 155.34 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 3 | 85 | 0.01 | 0.96 | 0 | 0.67 | 299.27 | 0.93 | 0.17 |
| Hex | 54 | 3 | 55 | 1 | 60 | 0 | 43 | 12B | 5D | 11 |
| Octal | 124 | 3 | 125 | 1 | 140 | 0 | 103 | 453 | 135 | 21 |
| Binary | 1010100 | 11 | 1010101 | 1 | 1100000 | 0 | 1000011 | 100101011 | 1011101 | 10001 |
Color Harmonies of #540355
Complementary color
Monochromatic Colors of #540355
Black with #540355
Text Example
Text Example
White with #540355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540355; }
p { color: rgb(84,3,85); }
H1.HeaderClassName
{
color: #540355;
}
.AnyTagClassName
{
color: #540355;
}
</style>
background-color css
<style>
a { background-color: #540355; }
a { background-color: rgb(84,3,85); }
div.DivClassName
{
background-color: #540355;
}
.BgClassName
{
background-color: #540355;
}
</style>
border-color css
<style>
span { border-color: #540355; }
span { border-color: rgb(84,3,85); }
td.TdClassName
{
border-color: #540355;
}
.TagClassName
{
border-color: #540355;
}
</style>