Shades of Hot Purple #54045F
Tints of Hot Purple #54045F
RGB
CMYK
RGB Variations
Color information
#54045F (or 0x54045F) is known color: Hot Purple. HEX triplet: 54, 04 and 5F. RGB value is (84,4,95). Sum of RGB (Red+Green+Blue) = 84+4+95=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 95 (37.5% from 255 or 51.91% from 183); Max value from RGB is 95 - color contains mainly: blue. Hex color #54045F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54045F is #ABFBA0. Grayscale: #262626. Windows color (decimal): -11271073 or 6227028. OLE color: 6227028.
HSL color Cylindrical-coordinate representation of color #54045F: hue angle of 292.75º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #54045F is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 84 | 4 | 95 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.63 |
| HSL | 292.75º | 0.92% | 0.19% | - |
| HSV(B) | 292.75º | 0.96% | 0.37% | - |
| XYZ | 5.77 | 2.8 | 11.06 | - |
| YUV | 38.29 | 160 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 4 | 95 | 0.12 | 0.96 | 0 | 0.63 | 292.75 | 0.92 | 0.19 |
| Hex | 54 | 4 | 5F | C | 60 | 0 | 3F | 125 | 5C | 13 |
| Octal | 124 | 4 | 137 | 14 | 140 | 0 | 77 | 445 | 134 | 23 |
| Binary | 1010100 | 100 | 1011111 | 1100 | 1100000 | 0 | 111111 | 100100101 | 1011100 | 10011 |
Color Harmonies of #54045F
Complementary color
Monochromatic Colors of #54045F
Black with #54045F
Text Example
Text Example
White with #54045F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54045F; }
p { color: rgb(84,4,95); }
H1.HeaderClassName
{
color: #54045F;
}
.AnyTagClassName
{
color: #54045F;
}
</style>
background-color css
<style>
a { background-color: #54045F; }
a { background-color: rgb(84,4,95); }
div.DivClassName
{
background-color: #54045F;
}
.BgClassName
{
background-color: #54045F;
}
</style>
border-color css
<style>
span { border-color: #54045F; }
span { border-color: rgb(84,4,95); }
td.TdClassName
{
border-color: #54045F;
}
.TagClassName
{
border-color: #54045F;
}
</style>