Shades of Hot Purple #54005B
Tints of Hot Purple #54005B
RGB
CMYK
RGB Variations
Color information
#54005B (or 0x54005B) is known color: Hot Purple. HEX triplet: 54, 00 and 5B. RGB value is (84,0,91). Sum of RGB (Red+Green+Blue) = 84+0+91=175 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 91 (35.94% from 255 or 52% from 175); Max value from RGB is 91 - color contains mainly: blue. Hex color #54005B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54005B is #ABFFA4. Grayscale: #232323. Windows color (decimal): -11272101 or 5963860. OLE color: 5963860.
HSL color Cylindrical-coordinate representation of color #54005B: hue angle of 295.38º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #54005B is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 0 | 91 | - |
| CMYK | 0.08 | 1 | 0 | 0.64 |
| HSL | 295.38º | 1% | 0.18% | - |
| HSV(B) | 295.38º | 1% | 0.36% | - |
| XYZ | 5.54 | 2.64 | 10.11 | - |
| YUV | 35.49 | 159.33 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 0 | 91 | 0.08 | 1 | 0 | 0.64 | 295.38 | 1 | 0.18 |
| Hex | 54 | 0 | 5B | 8 | 64 | 0 | 40 | 127 | 64 | 12 |
| Octal | 124 | 0 | 133 | 10 | 144 | 0 | 100 | 447 | 144 | 22 |
| Binary | 1010100 | 0 | 1011011 | 1000 | 1100100 | 0 | 1000000 | 100100111 | 1100100 | 10010 |
Color Harmonies of #54005B
Complementary color
Monochromatic Colors of #54005B
Black with #54005B
Text Example
Text Example
White with #54005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54005B; }
p { color: rgb(84,0,91); }
H1.HeaderClassName
{
color: #54005B;
}
.AnyTagClassName
{
color: #54005B;
}
</style>
background-color css
<style>
a { background-color: #54005B; }
a { background-color: rgb(84,0,91); }
div.DivClassName
{
background-color: #54005B;
}
.BgClassName
{
background-color: #54005B;
}
</style>
border-color css
<style>
span { border-color: #54005B; }
span { border-color: rgb(84,0,91); }
td.TdClassName
{
border-color: #54005B;
}
.TagClassName
{
border-color: #54005B;
}
</style>