Shades of Hot Purple #54015D
Tints of Hot Purple #54015D
RGB
CMYK
RGB Variations
Color information
#54015D (or 0x54015D) is known color: Hot Purple. HEX triplet: 54, 01 and 5D. RGB value is (84,1,93). Sum of RGB (Red+Green+Blue) = 84+1+93=178 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.19% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #54015D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54015D is #ABFEA2. Grayscale: #242424. Windows color (decimal): -11271843 or 6095188. OLE color: 6095188.
HSL color Cylindrical-coordinate representation of color #54015D: hue angle of 294.13º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #54015D is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 1 | 93 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.64 |
| HSL | 294.13º | 0.98% | 0.18% | - |
| HSV(B) | 294.13º | 0.99% | 0.36% | - |
| XYZ | 5.64 | 2.7 | 10.58 | - |
| YUV | 36.31 | 160 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 1 | 93 | 0.10 | 0.99 | 0 | 0.64 | 294.13 | 0.98 | 0.18 |
| Hex | 54 | 1 | 5D | A | 63 | 0 | 40 | 126 | 62 | 12 |
| Octal | 124 | 1 | 135 | 12 | 143 | 0 | 100 | 446 | 142 | 22 |
| Binary | 1010100 | 1 | 1011101 | 1010 | 1100011 | 0 | 1000000 | 100100110 | 1100010 | 10010 |
Color Harmonies of #54015D
Complementary color
Monochromatic Colors of #54015D
Black with #54015D
Text Example
Text Example
White with #54015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54015D; }
p { color: rgb(84,1,93); }
H1.HeaderClassName
{
color: #54015D;
}
.AnyTagClassName
{
color: #54015D;
}
</style>
background-color css
<style>
a { background-color: #54015D; }
a { background-color: rgb(84,1,93); }
div.DivClassName
{
background-color: #54015D;
}
.BgClassName
{
background-color: #54015D;
}
</style>
border-color css
<style>
span { border-color: #54015D; }
span { border-color: rgb(84,1,93); }
td.TdClassName
{
border-color: #54015D;
}
.TagClassName
{
border-color: #54015D;
}
</style>