Shades of Hot Purple #541B55
Tints of Hot Purple #541B55
RGB
CMYK
RGB Variations
Color information
#541B55 (or 0x541B55) is known color: Hot Purple. HEX triplet: 54, 1B and 55. RGB value is (84,27,85). Sum of RGB (Red+Green+Blue) = 84+27+85=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 27 (10.94% from 255 or 13.78% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 85 - color contains mainly: blue. Hex color #541B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #541B55 is #ABE4AA. Grayscale: #323232. Windows color (decimal): -11265195 or 5577556. OLE color: 5577556.
HSL color Cylindrical-coordinate representation of color #541B55: hue angle of 298.97º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #541B55 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 27 | 85 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.67 |
| HSL | 298.97º | 0.52% | 0.22% | - |
| HSV(B) | 298.97º | 0.68% | 0.33% | - |
| XYZ | 5.69 | 3.32 | 8.94 | - |
| YUV | 50.66 | 147.38 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 27 | 85 | 0.01 | 0.68 | 0 | 0.67 | 298.97 | 0.52 | 0.22 |
| Hex | 54 | 1B | 55 | 1 | 44 | 0 | 43 | 12B | 34 | 16 |
| Octal | 124 | 33 | 125 | 1 | 104 | 0 | 103 | 453 | 64 | 26 |
| Binary | 1010100 | 11011 | 1010101 | 1 | 1000100 | 0 | 1000011 | 100101011 | 110100 | 10110 |
Color Harmonies of #541B55
Complementary color
Monochromatic Colors of #541B55
Black with #541B55
Text Example
Text Example
White with #541B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541B55; }
p { color: rgb(84,27,85); }
H1.HeaderClassName
{
color: #541B55;
}
.AnyTagClassName
{
color: #541B55;
}
</style>
background-color css
<style>
a { background-color: #541B55; }
a { background-color: rgb(84,27,85); }
div.DivClassName
{
background-color: #541B55;
}
.BgClassName
{
background-color: #541B55;
}
</style>
border-color css
<style>
span { border-color: #541B55; }
span { border-color: rgb(84,27,85); }
td.TdClassName
{
border-color: #541B55;
}
.TagClassName
{
border-color: #541B55;
}
</style>