Shades of Hot Purple #54115D
Tints of Hot Purple #54115D
RGB
CMYK
RGB Variations
Color information
#54115D (or 0x54115D) is known color: Hot Purple. HEX triplet: 54, 11 and 5D. RGB value is (84,17,93). Sum of RGB (Red+Green+Blue) = 84+17+93=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 93 (36.72% from 255 or 47.94% from 194); Max value from RGB is 93 - color contains mainly: blue. Hex color #54115D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54115D is #ABEEA2. Grayscale: #2D2D2D. Windows color (decimal): -11267747 or 6099284. OLE color: 6099284.
HSL color Cylindrical-coordinate representation of color #54115D: hue angle of 292.89º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #54115D is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 17 | 93 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.64 |
| HSL | 292.89º | 0.69% | 0.22% | - |
| HSV(B) | 292.89º | 0.82% | 0.36% | - |
| XYZ | 5.83 | 3.08 | 10.64 | - |
| YUV | 45.7 | 154.7 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 17 | 93 | 0.10 | 0.82 | 0 | 0.64 | 292.89 | 0.69 | 0.22 |
| Hex | 54 | 11 | 5D | A | 52 | 0 | 40 | 125 | 45 | 16 |
| Octal | 124 | 21 | 135 | 12 | 122 | 0 | 100 | 445 | 105 | 26 |
| Binary | 1010100 | 10001 | 1011101 | 1010 | 1010010 | 0 | 1000000 | 100100101 | 1000101 | 10110 |
Color Harmonies of #54115D
Complementary color
Monochromatic Colors of #54115D
Black with #54115D
Text Example
Text Example
White with #54115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54115D; }
p { color: rgb(84,17,93); }
H1.HeaderClassName
{
color: #54115D;
}
.AnyTagClassName
{
color: #54115D;
}
</style>
background-color css
<style>
a { background-color: #54115D; }
a { background-color: rgb(84,17,93); }
div.DivClassName
{
background-color: #54115D;
}
.BgClassName
{
background-color: #54115D;
}
</style>
border-color css
<style>
span { border-color: #54115D; }
span { border-color: rgb(84,17,93); }
td.TdClassName
{
border-color: #54115D;
}
.TagClassName
{
border-color: #54115D;
}
</style>