Shades of Hot Purple #54355B
Tints of Hot Purple #54355B
RGB
CMYK
RGB Variations
Color information
#54355B (or 0x54355B) is known color: Hot Purple. HEX triplet: 54, 35 and 5B. RGB value is (84,53,91). Sum of RGB (Red+Green+Blue) = 84+53+91=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 91 - color contains mainly: blue. Hex color #54355B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54355B is #ABCAA4. Grayscale: #424242. Windows color (decimal): -11258533 or 5977428. OLE color: 5977428.
HSL color Cylindrical-coordinate representation of color #54355B: hue angle of 288.95º degrees, saturation: 0.26, 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 #54355B is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 53 | 91 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.64 |
| HSL | 288.95º | 0.26% | 0.28% | - |
| HSV(B) | 288.95º | 0.42% | 0.36% | - |
| XYZ | 6.82 | 5.19 | 10.54 | - |
| YUV | 66.6 | 141.77 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 53 | 91 | 0.08 | 0.42 | 0 | 0.64 | 288.95 | 0.26 | 0.28 |
| Hex | 54 | 35 | 5B | 8 | 2A | 0 | 40 | 121 | 1A | 1C |
| Octal | 124 | 65 | 133 | 10 | 52 | 0 | 100 | 441 | 32 | 34 |
| Binary | 1010100 | 110101 | 1011011 | 1000 | 101010 | 0 | 1000000 | 100100001 | 11010 | 11100 |
Color Harmonies of #54355B
Complementary color
Monochromatic Colors of #54355B
Black with #54355B
Text Example
Text Example
White with #54355B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54355B; }
p { color: rgb(84,53,91); }
H1.HeaderClassName
{
color: #54355B;
}
.AnyTagClassName
{
color: #54355B;
}
</style>
background-color css
<style>
a { background-color: #54355B; }
a { background-color: rgb(84,53,91); }
div.DivClassName
{
background-color: #54355B;
}
.BgClassName
{
background-color: #54355B;
}
</style>
border-color css
<style>
span { border-color: #54355B; }
span { border-color: rgb(84,53,91); }
td.TdClassName
{
border-color: #54355B;
}
.TagClassName
{
border-color: #54355B;
}
</style>