Shades of Hot Purple #540F58
Tints of Hot Purple #540F58
RGB
CMYK
RGB Variations
Color information
#540F58 (or 0x540F58) is known color: Hot Purple. HEX triplet: 54, 0F and 58. RGB value is (84,15,88). Sum of RGB (Red+Green+Blue) = 84+15+88=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 15 (6.25% from 255 or 8.02% from 187); Blue value is 88 (34.77% from 255 or 47.06% from 187); Max value from RGB is 88 - color contains mainly: blue. Hex color #540F58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540F58 is #ABF0A7. Grayscale: #2B2B2B. Windows color (decimal): -11268264 or 5771092. OLE color: 5771092.
HSL color Cylindrical-coordinate representation of color #540F58: hue angle of 296.71º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #540F58 is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 15 | 88 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.65 |
| HSL | 296.71º | 0.71% | 0.2% | - |
| HSV(B) | 296.71º | 0.83% | 0.35% | - |
| XYZ | 5.59 | 2.93 | 9.5 | - |
| YUV | 43.95 | 152.86 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 15 | 88 | 0.05 | 0.83 | 0 | 0.65 | 296.71 | 0.71 | 0.2 |
| Hex | 54 | F | 58 | 5 | 53 | 0 | 41 | 129 | 47 | 14 |
| Octal | 124 | 17 | 130 | 5 | 123 | 0 | 101 | 451 | 107 | 24 |
| Binary | 1010100 | 1111 | 1011000 | 101 | 1010011 | 0 | 1000001 | 100101001 | 1000111 | 10100 |
Color Harmonies of #540F58
Complementary color
Monochromatic Colors of #540F58
Black with #540F58
Text Example
Text Example
White with #540F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540F58; }
p { color: rgb(84,15,88); }
H1.HeaderClassName
{
color: #540F58;
}
.AnyTagClassName
{
color: #540F58;
}
</style>
background-color css
<style>
a { background-color: #540F58; }
a { background-color: rgb(84,15,88); }
div.DivClassName
{
background-color: #540F58;
}
.BgClassName
{
background-color: #540F58;
}
</style>
border-color css
<style>
span { border-color: #540F58; }
span { border-color: rgb(84,15,88); }
td.TdClassName
{
border-color: #540F58;
}
.TagClassName
{
border-color: #540F58;
}
</style>