Shades of Hot Purple #54134F
Tints of Hot Purple #54134F
RGB
CMYK
RGB Variations
Color information
#54134F (or 0x54134F) is known color: Hot Purple. HEX triplet: 54, 13 and 4F. RGB value is (84,19,79). Sum of RGB (Red+Green+Blue) = 84+19+79=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 79 (31.25% from 255 or 43.41% from 182); Max value from RGB is 84 - color contains mainly: red. Hex color #54134F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54134F is #ABECB0. Grayscale: #2D2D2D. Windows color (decimal): -11267249 or 5182292. OLE color: 5182292.
HSL color Cylindrical-coordinate representation of color #54134F: hue angle of 304.62º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #54134F is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 19 | 79 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.67 |
| HSL | 304.62º | 0.63% | 0.2% | - |
| HSV(B) | 304.62º | 0.77% | 0.33% | - |
| XYZ | 5.3 | 2.92 | 7.68 | - |
| YUV | 45.28 | 147.03 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 19 | 79 | 0 | 0.77 | 0.06 | 0.67 | 304.62 | 0.63 | 0.2 |
| Hex | 54 | 13 | 4F | 0 | 4D | 6 | 43 | 131 | 3F | 14 |
| Octal | 124 | 23 | 117 | 0 | 115 | 6 | 103 | 461 | 77 | 24 |
| Binary | 1010100 | 10011 | 1001111 | 0 | 1001101 | 110 | 1000011 | 100110001 | 111111 | 10100 |
Color Harmonies of #54134F
Complementary color
Monochromatic Colors of #54134F
Black with #54134F
Text Example
Text Example
White with #54134F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54134F; }
p { color: rgb(84,19,79); }
H1.HeaderClassName
{
color: #54134F;
}
.AnyTagClassName
{
color: #54134F;
}
</style>
background-color css
<style>
a { background-color: #54134F; }
a { background-color: rgb(84,19,79); }
div.DivClassName
{
background-color: #54134F;
}
.BgClassName
{
background-color: #54134F;
}
</style>
border-color css
<style>
span { border-color: #54134F; }
span { border-color: rgb(84,19,79); }
td.TdClassName
{
border-color: #54134F;
}
.TagClassName
{
border-color: #54134F;
}
</style>