Shades of Hot Purple #54155B
Tints of Hot Purple #54155B
RGB
CMYK
RGB Variations
Color information
#54155B (or 0x54155B) is known color: Hot Purple. HEX triplet: 54, 15 and 5B. RGB value is (84,21,91). Sum of RGB (Red+Green+Blue) = 84+21+91=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 91 - color contains mainly: blue. Hex color #54155B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54155B is #ABEAA4. Grayscale: #2F2F2F. Windows color (decimal): -11266725 or 5969236. OLE color: 5969236.
HSL color Cylindrical-coordinate representation of color #54155B: hue angle of 294º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #54155B is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 21 | 91 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.64 |
| HSL | 294º | 0.63% | 0.22% | - |
| HSV(B) | 294º | 0.77% | 0.36% | - |
| XYZ | 5.81 | 3.18 | 10.2 | - |
| YUV | 47.82 | 152.37 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 21 | 91 | 0.08 | 0.77 | 0 | 0.64 | 294 | 0.63 | 0.22 |
| Hex | 54 | 15 | 5B | 8 | 4D | 0 | 40 | 126 | 3E | 16 |
| Octal | 124 | 25 | 133 | 10 | 115 | 0 | 100 | 446 | 76 | 26 |
| Binary | 1010100 | 10101 | 1011011 | 1000 | 1001101 | 0 | 1000000 | 100100110 | 111110 | 10110 |
Color Harmonies of #54155B
Complementary color
Monochromatic Colors of #54155B
Black with #54155B
Text Example
Text Example
White with #54155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54155B; }
p { color: rgb(84,21,91); }
H1.HeaderClassName
{
color: #54155B;
}
.AnyTagClassName
{
color: #54155B;
}
</style>
background-color css
<style>
a { background-color: #54155B; }
a { background-color: rgb(84,21,91); }
div.DivClassName
{
background-color: #54155B;
}
.BgClassName
{
background-color: #54155B;
}
</style>
border-color css
<style>
span { border-color: #54155B; }
span { border-color: rgb(84,21,91); }
td.TdClassName
{
border-color: #54155B;
}
.TagClassName
{
border-color: #54155B;
}
</style>