Shades of Hot Purple #54005A
Tints of Hot Purple #54005A
RGB
CMYK
RGB Variations
Color information
#54005A (or 0x54005A) is known color: Hot Purple. HEX triplet: 54, 00 and 5A. RGB value is (84,0,90). Sum of RGB (Red+Green+Blue) = 84+0+90=174 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48.28% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #54005A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54005A is #ABFFA5. Grayscale: #232323. Windows color (decimal): -11272102 or 5898324. OLE color: 5898324.
HSL color Cylindrical-coordinate representation of color #54005A: hue angle of 296º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #54005A is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 0 | 90 | - |
| CMYK | 0.07 | 1 | 0 | 0.65 |
| HSL | 296º | 1% | 0.18% | - |
| HSV(B) | 296º | 1% | 0.35% | - |
| XYZ | 5.5 | 2.62 | 9.89 | - |
| YUV | 35.38 | 158.83 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 0 | 90 | 0.07 | 1 | 0 | 0.65 | 296 | 1 | 0.18 |
| Hex | 54 | 0 | 5A | 7 | 64 | 0 | 41 | 128 | 64 | 12 |
| Octal | 124 | 0 | 132 | 7 | 144 | 0 | 101 | 450 | 144 | 22 |
| Binary | 1010100 | 0 | 1011010 | 111 | 1100100 | 0 | 1000001 | 100101000 | 1100100 | 10010 |
Color Harmonies of #54005A
Complementary color
Monochromatic Colors of #54005A
Black with #54005A
Text Example
Text Example
White with #54005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54005A; }
p { color: rgb(84,0,90); }
H1.HeaderClassName
{
color: #54005A;
}
.AnyTagClassName
{
color: #54005A;
}
</style>
background-color css
<style>
a { background-color: #54005A; }
a { background-color: rgb(84,0,90); }
div.DivClassName
{
background-color: #54005A;
}
.BgClassName
{
background-color: #54005A;
}
</style>
border-color css
<style>
span { border-color: #54005A; }
span { border-color: rgb(84,0,90); }
td.TdClassName
{
border-color: #54005A;
}
.TagClassName
{
border-color: #54005A;
}
</style>