Shades of Hot Purple #54145B
Tints of Hot Purple #54145B
RGB
CMYK
RGB Variations
Color information
#54145B (or 0x54145B) is known color: Hot Purple. HEX triplet: 54, 14 and 5B. RGB value is (84,20,91). Sum of RGB (Red+Green+Blue) = 84+20+91=195 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.08% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 91 (35.94% from 255 or 46.67% from 195); Max value from RGB is 91 - color contains mainly: blue. Hex color #54145B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54145B is #ABEBA4. Grayscale: #2F2F2F. Windows color (decimal): -11266981 or 5968980. OLE color: 5968980.
HSL color Cylindrical-coordinate representation of color #54145B: hue angle of 294.08º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #54145B is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 20 | 91 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.64 |
| HSL | 294.08º | 0.64% | 0.22% | - |
| HSV(B) | 294.08º | 0.78% | 0.36% | - |
| XYZ | 5.79 | 3.14 | 10.2 | - |
| YUV | 47.23 | 152.7 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 20 | 91 | 0.08 | 0.78 | 0 | 0.64 | 294.08 | 0.64 | 0.22 |
| Hex | 54 | 14 | 5B | 8 | 4E | 0 | 40 | 126 | 40 | 16 |
| Octal | 124 | 24 | 133 | 10 | 116 | 0 | 100 | 446 | 100 | 26 |
| Binary | 1010100 | 10100 | 1011011 | 1000 | 1001110 | 0 | 1000000 | 100100110 | 1000000 | 10110 |
Color Harmonies of #54145B
Complementary color
Monochromatic Colors of #54145B
Black with #54145B
Text Example
Text Example
White with #54145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54145B; }
p { color: rgb(84,20,91); }
H1.HeaderClassName
{
color: #54145B;
}
.AnyTagClassName
{
color: #54145B;
}
</style>
background-color css
<style>
a { background-color: #54145B; }
a { background-color: rgb(84,20,91); }
div.DivClassName
{
background-color: #54145B;
}
.BgClassName
{
background-color: #54145B;
}
</style>
border-color css
<style>
span { border-color: #54145B; }
span { border-color: rgb(84,20,91); }
td.TdClassName
{
border-color: #54145B;
}
.TagClassName
{
border-color: #54145B;
}
</style>