Shades of Hot Purple #540C63
Tints of Hot Purple #540C63
RGB
CMYK
RGB Variations
Color information
#540C63 (or 0x540C63) is known color: Hot Purple. HEX triplet: 54, 0C and 63. RGB value is (84,12,99). Sum of RGB (Red+Green+Blue) = 84+12+99=195 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.08% from 195); Green value is 12 (5.08% from 255 or 6.15% from 195); Blue value is 99 (39.06% from 255 or 50.77% from 195); Max value from RGB is 99 - color contains mainly: blue. Hex color #540C63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540C63 is #ABF39C. Grayscale: #2B2B2B. Windows color (decimal): -11269021 or 6491220. OLE color: 6491220.
HSL color Cylindrical-coordinate representation of color #540C63: hue angle of 289.66º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #540C63 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 84 | 12 | 99 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.61 |
| HSL | 289.66º | 0.78% | 0.22% | - |
| HSV(B) | 289.66º | 0.88% | 0.39% | - |
| XYZ | 6.04 | 3.05 | 12.07 | - |
| YUV | 43.45 | 159.35 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 99 | 0.15 | 0.88 | 0 | 0.61 | 289.66 | 0.78 | 0.22 |
| Hex | 54 | C | 63 | F | 58 | 0 | 3D | 122 | 4E | 16 |
| Octal | 124 | 14 | 143 | 17 | 130 | 0 | 75 | 442 | 116 | 26 |
| Binary | 1010100 | 1100 | 1100011 | 1111 | 1011000 | 0 | 111101 | 100100010 | 1001110 | 10110 |
Color Harmonies of #540C63
Complementary color
Monochromatic Colors of #540C63
Black with #540C63
Text Example
Text Example
White with #540C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540C63; }
p { color: rgb(84,12,99); }
H1.HeaderClassName
{
color: #540C63;
}
.AnyTagClassName
{
color: #540C63;
}
</style>
background-color css
<style>
a { background-color: #540C63; }
a { background-color: rgb(84,12,99); }
div.DivClassName
{
background-color: #540C63;
}
.BgClassName
{
background-color: #540C63;
}
</style>
border-color css
<style>
span { border-color: #540C63; }
span { border-color: rgb(84,12,99); }
td.TdClassName
{
border-color: #540C63;
}
.TagClassName
{
border-color: #540C63;
}
</style>