Shades of Hot Purple #540058
Tints of Hot Purple #540058
RGB
CMYK
RGB Variations
Color information
#540058 (or 0x540058) is known color: Hot Purple. HEX triplet: 54, 00 and 58. RGB value is (84,0,88). Sum of RGB (Red+Green+Blue) = 84+0+88=172 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.84% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 88 (34.77% from 255 or 51.16% from 172); Max value from RGB is 88 - color contains mainly: blue. Hex color #540058 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540058 is #ABFFA7. Grayscale: #222222. Windows color (decimal): -11272104 or 5767252. OLE color: 5767252.
HSL color Cylindrical-coordinate representation of color #540058: hue angle of 297.27º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #540058 is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 0 | 88 | - |
| CMYK | 0.05 | 1 | 0 | 0.65 |
| HSL | 297.27º | 1% | 0.17% | - |
| HSV(B) | 297.27º | 1% | 0.35% | - |
| XYZ | 5.42 | 2.59 | 9.45 | - |
| YUV | 35.15 | 157.83 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 0 | 88 | 0.05 | 1 | 0 | 0.65 | 297.27 | 1 | 0.17 |
| Hex | 54 | 0 | 58 | 5 | 64 | 0 | 41 | 129 | 64 | 11 |
| Octal | 124 | 0 | 130 | 5 | 144 | 0 | 101 | 451 | 144 | 21 |
| Binary | 1010100 | 0 | 1011000 | 101 | 1100100 | 0 | 1000001 | 100101001 | 1100100 | 10001 |
Color Harmonies of #540058
Complementary color
Monochromatic Colors of #540058
Black with #540058
Text Example
Text Example
White with #540058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540058; }
p { color: rgb(84,0,88); }
H1.HeaderClassName
{
color: #540058;
}
.AnyTagClassName
{
color: #540058;
}
</style>
background-color css
<style>
a { background-color: #540058; }
a { background-color: rgb(84,0,88); }
div.DivClassName
{
background-color: #540058;
}
.BgClassName
{
background-color: #540058;
}
</style>
border-color css
<style>
span { border-color: #540058; }
span { border-color: rgb(84,0,88); }
td.TdClassName
{
border-color: #540058;
}
.TagClassName
{
border-color: #540058;
}
</style>