Shades of Hot Purple #54115B
Tints of Hot Purple #54115B
RGB
CMYK
RGB Variations
Color information
#54115B (or 0x54115B) is known color: Hot Purple. HEX triplet: 54, 11 and 5B. RGB value is (84,17,91). Sum of RGB (Red+Green+Blue) = 84+17+91=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 91 (35.94% from 255 or 47.40% from 192); Max value from RGB is 91 - color contains mainly: blue. Hex color #54115B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54115B is #ABEEA4. Grayscale: #2D2D2D. Windows color (decimal): -11267749 or 5968212. OLE color: 5968212.
HSL color Cylindrical-coordinate representation of color #54115B: hue angle of 294.32º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #54115B is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 17 | 91 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.64 |
| HSL | 294.32º | 0.69% | 0.21% | - |
| HSV(B) | 294.32º | 0.81% | 0.36% | - |
| XYZ | 5.74 | 3.04 | 10.18 | - |
| YUV | 45.47 | 153.7 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 17 | 91 | 0.08 | 0.81 | 0 | 0.64 | 294.32 | 0.69 | 0.21 |
| Hex | 54 | 11 | 5B | 8 | 51 | 0 | 40 | 126 | 45 | 15 |
| Octal | 124 | 21 | 133 | 10 | 121 | 0 | 100 | 446 | 105 | 25 |
| Binary | 1010100 | 10001 | 1011011 | 1000 | 1010001 | 0 | 1000000 | 100100110 | 1000101 | 10101 |
Color Harmonies of #54115B
Complementary color
Monochromatic Colors of #54115B
Black with #54115B
Text Example
Text Example
White with #54115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54115B; }
p { color: rgb(84,17,91); }
H1.HeaderClassName
{
color: #54115B;
}
.AnyTagClassName
{
color: #54115B;
}
</style>
background-color css
<style>
a { background-color: #54115B; }
a { background-color: rgb(84,17,91); }
div.DivClassName
{
background-color: #54115B;
}
.BgClassName
{
background-color: #54115B;
}
</style>
border-color css
<style>
span { border-color: #54115B; }
span { border-color: rgb(84,17,91); }
td.TdClassName
{
border-color: #54115B;
}
.TagClassName
{
border-color: #54115B;
}
</style>