Shades of Hot Purple #540757
Tints of Hot Purple #540757
RGB
CMYK
RGB Variations
Color information
#540757 (or 0x540757) is known color: Hot Purple. HEX triplet: 54, 07 and 57. RGB value is (84,7,87). Sum of RGB (Red+Green+Blue) = 84+7+87=178 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.19% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 87 (34.38% from 255 or 48.88% from 178); Max value from RGB is 87 - color contains mainly: blue. Hex color #540757 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540757 is #ABF8A8. Grayscale: #262626. Windows color (decimal): -11270313 or 5703508. OLE color: 5703508.
HSL color Cylindrical-coordinate representation of color #540757: hue angle of 297.75º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #540757 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 84 | 7 | 87 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.66 |
| HSL | 297.75º | 0.85% | 0.18% | - |
| HSV(B) | 297.75º | 0.92% | 0.34% | - |
| XYZ | 5.45 | 2.72 | 9.26 | - |
| YUV | 39.14 | 155.01 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 7 | 87 | 0.03 | 0.92 | 0 | 0.66 | 297.75 | 0.85 | 0.18 |
| Hex | 54 | 7 | 57 | 3 | 5C | 0 | 42 | 12A | 55 | 12 |
| Octal | 124 | 7 | 127 | 3 | 134 | 0 | 102 | 452 | 125 | 22 |
| Binary | 1010100 | 111 | 1010111 | 11 | 1011100 | 0 | 1000010 | 100101010 | 1010101 | 10010 |
Color Harmonies of #540757
Complementary color
Monochromatic Colors of #540757
Black with #540757
Text Example
Text Example
White with #540757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540757; }
p { color: rgb(84,7,87); }
H1.HeaderClassName
{
color: #540757;
}
.AnyTagClassName
{
color: #540757;
}
</style>
background-color css
<style>
a { background-color: #540757; }
a { background-color: rgb(84,7,87); }
div.DivClassName
{
background-color: #540757;
}
.BgClassName
{
background-color: #540757;
}
</style>
border-color css
<style>
span { border-color: #540757; }
span { border-color: rgb(84,7,87); }
td.TdClassName
{
border-color: #540757;
}
.TagClassName
{
border-color: #540757;
}
</style>