Shades of Hot Purple #54144E
Tints of Hot Purple #54144E
RGB
CMYK
RGB Variations
Color information
#54144E (or 0x54144E) is known color: Hot Purple. HEX triplet: 54, 14 and 4E. RGB value is (84,20,78). Sum of RGB (Red+Green+Blue) = 84+20+78=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 78 (30.86% from 255 or 42.86% from 182); Max value from RGB is 84 - color contains mainly: red. Hex color #54144E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54144E is #ABEBB1. Grayscale: #2D2D2D. Windows color (decimal): -11266994 or 5117012. OLE color: 5117012.
HSL color Cylindrical-coordinate representation of color #54144E: hue angle of 305.62º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #54144E is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 20 | 78 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.67 |
| HSL | 305.63º | 0.62% | 0.2% | - |
| HSV(B) | 305.63º | 0.76% | 0.33% | - |
| XYZ | 5.28 | 2.94 | 7.5 | - |
| YUV | 45.75 | 146.2 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 20 | 78 | 0 | 0.76 | 0.07 | 0.67 | 305.63 | 0.62 | 0.2 |
| Hex | 54 | 14 | 4E | 0 | 4C | 7 | 43 | 132 | 3E | 14 |
| Octal | 124 | 24 | 116 | 0 | 114 | 7 | 103 | 462 | 76 | 24 |
| Binary | 1010100 | 10100 | 1001110 | 0 | 1001100 | 111 | 1000011 | 100110010 | 111110 | 10100 |
Color Harmonies of #54144E
Complementary color
Monochromatic Colors of #54144E
Black with #54144E
Text Example
Text Example
White with #54144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54144E; }
p { color: rgb(84,20,78); }
H1.HeaderClassName
{
color: #54144E;
}
.AnyTagClassName
{
color: #54144E;
}
</style>
background-color css
<style>
a { background-color: #54144E; }
a { background-color: rgb(84,20,78); }
div.DivClassName
{
background-color: #54144E;
}
.BgClassName
{
background-color: #54144E;
}
</style>
border-color css
<style>
span { border-color: #54144E; }
span { border-color: rgb(84,20,78); }
td.TdClassName
{
border-color: #54144E;
}
.TagClassName
{
border-color: #54144E;
}
</style>