Shades of Hot Purple #541159
Tints of Hot Purple #541159
RGB
CMYK
RGB Variations
Color information
#541159 (or 0x541159) is known color: Hot Purple. HEX triplet: 54, 11 and 59. RGB value is (84,17,89). Sum of RGB (Red+Green+Blue) = 84+17+89=190 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.21% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #541159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541159 is #ABEEA6. Grayscale: #2D2D2D. Windows color (decimal): -11267751 or 5837140. OLE color: 5837140.
HSL color Cylindrical-coordinate representation of color #541159: hue angle of 295.83º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #541159 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 17 | 89 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.65 |
| HSL | 295.83º | 0.68% | 0.21% | - |
| HSV(B) | 295.83º | 0.81% | 0.35% | - |
| XYZ | 5.66 | 3.01 | 9.73 | - |
| YUV | 45.24 | 152.7 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 17 | 89 | 0.06 | 0.81 | 0 | 0.65 | 295.83 | 0.68 | 0.21 |
| Hex | 54 | 11 | 59 | 6 | 51 | 0 | 41 | 128 | 44 | 15 |
| Octal | 124 | 21 | 131 | 6 | 121 | 0 | 101 | 450 | 104 | 25 |
| Binary | 1010100 | 10001 | 1011001 | 110 | 1010001 | 0 | 1000001 | 100101000 | 1000100 | 10101 |
Color Harmonies of #541159
Complementary color
Monochromatic Colors of #541159
Black with #541159
Text Example
Text Example
White with #541159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541159; }
p { color: rgb(84,17,89); }
H1.HeaderClassName
{
color: #541159;
}
.AnyTagClassName
{
color: #541159;
}
</style>
background-color css
<style>
a { background-color: #541159; }
a { background-color: rgb(84,17,89); }
div.DivClassName
{
background-color: #541159;
}
.BgClassName
{
background-color: #541159;
}
</style>
border-color css
<style>
span { border-color: #541159; }
span { border-color: rgb(84,17,89); }
td.TdClassName
{
border-color: #541159;
}
.TagClassName
{
border-color: #541159;
}
</style>