Shades of Hot Purple #54155F
Tints of Hot Purple #54155F
RGB
CMYK
RGB Variations
Color information
#54155F (or 0x54155F) is known color: Hot Purple. HEX triplet: 54, 15 and 5F. RGB value is (84,21,95). Sum of RGB (Red+Green+Blue) = 84+21+95=200 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 95 (37.5% from 255 or 47.5% from 200); Max value from RGB is 95 - color contains mainly: blue. Hex color #54155F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54155F is #ABEAA0. Grayscale: #303030. Windows color (decimal): -11266721 or 6231380. OLE color: 6231380.
HSL color Cylindrical-coordinate representation of color #54155F: hue angle of 291.08º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #54155F is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 84 | 21 | 95 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.63 |
| HSL | 291.08º | 0.64% | 0.23% | - |
| HSV(B) | 291.08º | 0.78% | 0.37% | - |
| XYZ | 5.99 | 3.25 | 11.14 | - |
| YUV | 48.27 | 154.37 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 21 | 95 | 0.12 | 0.78 | 0 | 0.63 | 291.08 | 0.64 | 0.23 |
| Hex | 54 | 15 | 5F | C | 4E | 0 | 3F | 123 | 40 | 17 |
| Octal | 124 | 25 | 137 | 14 | 116 | 0 | 77 | 443 | 100 | 27 |
| Binary | 1010100 | 10101 | 1011111 | 1100 | 1001110 | 0 | 111111 | 100100011 | 1000000 | 10111 |
Color Harmonies of #54155F
Complementary color
Monochromatic Colors of #54155F
Black with #54155F
Text Example
Text Example
White with #54155F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54155F; }
p { color: rgb(84,21,95); }
H1.HeaderClassName
{
color: #54155F;
}
.AnyTagClassName
{
color: #54155F;
}
</style>
background-color css
<style>
a { background-color: #54155F; }
a { background-color: rgb(84,21,95); }
div.DivClassName
{
background-color: #54155F;
}
.BgClassName
{
background-color: #54155F;
}
</style>
border-color css
<style>
span { border-color: #54155F; }
span { border-color: rgb(84,21,95); }
td.TdClassName
{
border-color: #54155F;
}
.TagClassName
{
border-color: #54155F;
}
</style>