Shades of Hot Purple #542360
Tints of Hot Purple #542360
RGB
CMYK
RGB Variations
Color information
#542360 (or 0x542360) is known color: Hot Purple. HEX triplet: 54, 23 and 60. RGB value is (84,35,96). Sum of RGB (Red+Green+Blue) = 84+35+96=215 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.07% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 96 - color contains mainly: blue. Hex color #542360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542360 is #ABDC9F. Grayscale: #383838. Windows color (decimal): -11263136 or 6300500. OLE color: 6300500.
HSL color Cylindrical-coordinate representation of color #542360: hue angle of 288.2º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #542360 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 35 | 96 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.62 |
| HSL | 288.2º | 0.47% | 0.26% | - |
| HSV(B) | 288.2º | 0.64% | 0.38% | - |
| XYZ | 6.37 | 3.93 | 11.49 | - |
| YUV | 56.61 | 150.23 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 35 | 96 | 0.12 | 0.64 | 0 | 0.62 | 288.2 | 0.47 | 0.26 |
| Hex | 54 | 23 | 60 | C | 40 | 0 | 3E | 120 | 2F | 1A |
| Octal | 124 | 43 | 140 | 14 | 100 | 0 | 76 | 440 | 57 | 32 |
| Binary | 1010100 | 100011 | 1100000 | 1100 | 1000000 | 0 | 111110 | 100100000 | 101111 | 11010 |
Color Harmonies of #542360
Complementary color
Monochromatic Colors of #542360
Black with #542360
Text Example
Text Example
White with #542360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542360; }
p { color: rgb(84,35,96); }
H1.HeaderClassName
{
color: #542360;
}
.AnyTagClassName
{
color: #542360;
}
</style>
background-color css
<style>
a { background-color: #542360; }
a { background-color: rgb(84,35,96); }
div.DivClassName
{
background-color: #542360;
}
.BgClassName
{
background-color: #542360;
}
</style>
border-color css
<style>
span { border-color: #542360; }
span { border-color: rgb(84,35,96); }
td.TdClassName
{
border-color: #542360;
}
.TagClassName
{
border-color: #542360;
}
</style>