Shades of Hot Purple #54015C
Tints of Hot Purple #54015C
RGB
CMYK
RGB Variations
Color information
#54015C (or 0x54015C) is known color: Hot Purple. HEX triplet: 54, 01 and 5C. RGB value is (84,1,92). Sum of RGB (Red+Green+Blue) = 84+1+92=177 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.46% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 92 (36.33% from 255 or 51.98% from 177); Max value from RGB is 92 - color contains mainly: blue. Hex color #54015C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54015C is #ABFEA3. Grayscale: #232323. Windows color (decimal): -11271844 or 6029652. OLE color: 6029652.
HSL color Cylindrical-coordinate representation of color #54015C: hue angle of 294.73º 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 #54015C is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 1 | 92 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.64 |
| HSL | 294.73º | 0.98% | 0.18% | - |
| HSV(B) | 294.73º | 0.99% | 0.36% | - |
| XYZ | 5.6 | 2.68 | 10.35 | - |
| YUV | 36.19 | 159.5 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 1 | 92 | 0.09 | 0.99 | 0 | 0.64 | 294.73 | 0.98 | 0.18 |
| Hex | 54 | 1 | 5C | 9 | 63 | 0 | 40 | 127 | 62 | 12 |
| Octal | 124 | 1 | 134 | 11 | 143 | 0 | 100 | 447 | 142 | 22 |
| Binary | 1010100 | 1 | 1011100 | 1001 | 1100011 | 0 | 1000000 | 100100111 | 1100010 | 10010 |
Color Harmonies of #54015C
Complementary color
Monochromatic Colors of #54015C
Black with #54015C
Text Example
Text Example
White with #54015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54015C; }
p { color: rgb(84,1,92); }
H1.HeaderClassName
{
color: #54015C;
}
.AnyTagClassName
{
color: #54015C;
}
</style>
background-color css
<style>
a { background-color: #54015C; }
a { background-color: rgb(84,1,92); }
div.DivClassName
{
background-color: #54015C;
}
.BgClassName
{
background-color: #54015C;
}
</style>
border-color css
<style>
span { border-color: #54015C; }
span { border-color: rgb(84,1,92); }
td.TdClassName
{
border-color: #54015C;
}
.TagClassName
{
border-color: #54015C;
}
</style>