Shades of Hot Purple #54355C
Tints of Hot Purple #54355C
RGB
CMYK
RGB Variations
Color information
#54355C (or 0x54355C) is known color: Hot Purple. HEX triplet: 54, 35 and 5C. RGB value is (84,53,92). Sum of RGB (Red+Green+Blue) = 84+53+92=229 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.68% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 92 - color contains mainly: blue. Hex color #54355C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54355C is #ABCAA3. Grayscale: #424242. Windows color (decimal): -11258532 or 6042964. OLE color: 6042964.
HSL color Cylindrical-coordinate representation of color #54355C: hue angle of 287.69º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #54355C is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 53 | 92 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.64 |
| HSL | 287.69º | 0.27% | 0.28% | - |
| HSV(B) | 287.69º | 0.42% | 0.36% | - |
| XYZ | 6.86 | 5.2 | 10.77 | - |
| YUV | 66.72 | 142.27 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 53 | 92 | 0.09 | 0.42 | 0 | 0.64 | 287.69 | 0.27 | 0.28 |
| Hex | 54 | 35 | 5C | 9 | 2A | 0 | 40 | 120 | 1B | 1C |
| Octal | 124 | 65 | 134 | 11 | 52 | 0 | 100 | 440 | 33 | 34 |
| Binary | 1010100 | 110101 | 1011100 | 1001 | 101010 | 0 | 1000000 | 100100000 | 11011 | 11100 |
Color Harmonies of #54355C
Complementary color
Monochromatic Colors of #54355C
Black with #54355C
Text Example
Text Example
White with #54355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54355C; }
p { color: rgb(84,53,92); }
H1.HeaderClassName
{
color: #54355C;
}
.AnyTagClassName
{
color: #54355C;
}
</style>
background-color css
<style>
a { background-color: #54355C; }
a { background-color: rgb(84,53,92); }
div.DivClassName
{
background-color: #54355C;
}
.BgClassName
{
background-color: #54355C;
}
</style>
border-color css
<style>
span { border-color: #54355C; }
span { border-color: rgb(84,53,92); }
td.TdClassName
{
border-color: #54355C;
}
.TagClassName
{
border-color: #54355C;
}
</style>