Shades of Hot Purple #540C60
Tints of Hot Purple #540C60
RGB
CMYK
RGB Variations
Color information
#540C60 (or 0x540C60) is known color: Hot Purple. HEX triplet: 54, 0C and 60. RGB value is (84,12,96). Sum of RGB (Red+Green+Blue) = 84+12+96=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 12 (5.08% from 255 or 6.25% from 192); Blue value is 96 (37.89% from 255 or 50% from 192); Max value from RGB is 96 - color contains mainly: blue. Hex color #540C60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540C60 is #ABF39F. Grayscale: #2A2A2A. Windows color (decimal): -11269024 or 6294612. OLE color: 6294612.
HSL color Cylindrical-coordinate representation of color #540C60: hue angle of 291.43º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #540C60 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 12 | 96 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.62 |
| HSL | 291.43º | 0.78% | 0.21% | - |
| HSV(B) | 291.43º | 0.88% | 0.38% | - |
| XYZ | 5.9 | 2.99 | 11.33 | - |
| YUV | 43.1 | 157.85 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 96 | 0.12 | 0.88 | 0 | 0.62 | 291.43 | 0.78 | 0.21 |
| Hex | 54 | C | 60 | C | 58 | 0 | 3E | 123 | 4E | 15 |
| Octal | 124 | 14 | 140 | 14 | 130 | 0 | 76 | 443 | 116 | 25 |
| Binary | 1010100 | 1100 | 1100000 | 1100 | 1011000 | 0 | 111110 | 100100011 | 1001110 | 10101 |
Color Harmonies of #540C60
Complementary color
Monochromatic Colors of #540C60
Black with #540C60
Text Example
Text Example
White with #540C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540C60; }
p { color: rgb(84,12,96); }
H1.HeaderClassName
{
color: #540C60;
}
.AnyTagClassName
{
color: #540C60;
}
</style>
background-color css
<style>
a { background-color: #540C60; }
a { background-color: rgb(84,12,96); }
div.DivClassName
{
background-color: #540C60;
}
.BgClassName
{
background-color: #540C60;
}
</style>
border-color css
<style>
span { border-color: #540C60; }
span { border-color: rgb(84,12,96); }
td.TdClassName
{
border-color: #540C60;
}
.TagClassName
{
border-color: #540C60;
}
</style>