Shades of Hot Purple #54335B
Tints of Hot Purple #54335B
RGB
CMYK
RGB Variations
Color information
#54335B (or 0x54335B) is known color: Hot Purple. HEX triplet: 54, 33 and 5B. RGB value is (84,51,91). Sum of RGB (Red+Green+Blue) = 84+51+91=226 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.17% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 91 - color contains mainly: blue. Hex color #54335B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54335B is #ABCCA4. Grayscale: #414141. Windows color (decimal): -11259045 or 5976916. OLE color: 5976916.
HSL color Cylindrical-coordinate representation of color #54335B: hue angle of 289.5º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #54335B is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 51 | 91 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.64 |
| HSL | 289.5º | 0.28% | 0.28% | - |
| HSV(B) | 289.5º | 0.44% | 0.36% | - |
| XYZ | 6.73 | 5.01 | 10.51 | - |
| YUV | 65.43 | 142.43 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 51 | 91 | 0.08 | 0.44 | 0 | 0.64 | 289.5 | 0.28 | 0.28 |
| Hex | 54 | 33 | 5B | 8 | 2C | 0 | 40 | 122 | 1C | 1C |
| Octal | 124 | 63 | 133 | 10 | 54 | 0 | 100 | 442 | 34 | 34 |
| Binary | 1010100 | 110011 | 1011011 | 1000 | 101100 | 0 | 1000000 | 100100010 | 11100 | 11100 |
Color Harmonies of #54335B
Complementary color
Monochromatic Colors of #54335B
Black with #54335B
Text Example
Text Example
White with #54335B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54335B; }
p { color: rgb(84,51,91); }
H1.HeaderClassName
{
color: #54335B;
}
.AnyTagClassName
{
color: #54335B;
}
</style>
background-color css
<style>
a { background-color: #54335B; }
a { background-color: rgb(84,51,91); }
div.DivClassName
{
background-color: #54335B;
}
.BgClassName
{
background-color: #54335B;
}
</style>
border-color css
<style>
span { border-color: #54335B; }
span { border-color: rgb(84,51,91); }
td.TdClassName
{
border-color: #54335B;
}
.TagClassName
{
border-color: #54335B;
}
</style>