Shades of Hot Purple #54155D
Tints of Hot Purple #54155D
RGB
CMYK
RGB Variations
Color information
#54155D (or 0x54155D) is known color: Hot Purple. HEX triplet: 54, 15 and 5D. RGB value is (84,21,93). Sum of RGB (Red+Green+Blue) = 84+21+93=198 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.42% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 93 - color contains mainly: blue. Hex color #54155D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54155D is #ABEAA2. Grayscale: #2F2F2F. Windows color (decimal): -11266723 or 6100308. OLE color: 6100308.
HSL color Cylindrical-coordinate representation of color #54155D: hue angle of 292.5º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #54155D is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 21 | 93 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.64 |
| HSL | 292.5º | 0.63% | 0.22% | - |
| HSV(B) | 292.5º | 0.77% | 0.36% | - |
| XYZ | 5.9 | 3.21 | 10.66 | - |
| YUV | 48.05 | 153.37 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 21 | 93 | 0.10 | 0.77 | 0 | 0.64 | 292.5 | 0.63 | 0.22 |
| Hex | 54 | 15 | 5D | A | 4D | 0 | 40 | 124 | 3F | 16 |
| Octal | 124 | 25 | 135 | 12 | 115 | 0 | 100 | 444 | 77 | 26 |
| Binary | 1010100 | 10101 | 1011101 | 1010 | 1001101 | 0 | 1000000 | 100100100 | 111111 | 10110 |
Color Harmonies of #54155D
Complementary color
Monochromatic Colors of #54155D
Black with #54155D
Text Example
Text Example
White with #54155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54155D; }
p { color: rgb(84,21,93); }
H1.HeaderClassName
{
color: #54155D;
}
.AnyTagClassName
{
color: #54155D;
}
</style>
background-color css
<style>
a { background-color: #54155D; }
a { background-color: rgb(84,21,93); }
div.DivClassName
{
background-color: #54155D;
}
.BgClassName
{
background-color: #54155D;
}
</style>
border-color css
<style>
span { border-color: #54155D; }
span { border-color: rgb(84,21,93); }
td.TdClassName
{
border-color: #54155D;
}
.TagClassName
{
border-color: #54155D;
}
</style>