Shades of Hot Purple #541B53
Tints of Hot Purple #541B53
RGB
CMYK
RGB Variations
Color information
#541B53 (or 0x541B53) is known color: Hot Purple. HEX triplet: 54, 1B and 53. RGB value is (84,27,83). Sum of RGB (Red+Green+Blue) = 84+27+83=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 27 (10.94% from 255 or 13.92% from 194); Blue value is 83 (32.81% from 255 or 42.78% from 194); Max value from RGB is 84 - color contains mainly: red. Hex color #541B53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #541B53 is #ABE4AC. Grayscale: #323232. Windows color (decimal): -11265197 or 5446484. OLE color: 5446484.
HSL color Cylindrical-coordinate representation of color #541B53: hue angle of 301.05º degrees, saturation: 0.51, 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 #541B53 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 27 | 83 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.67 |
| HSL | 301.05º | 0.51% | 0.22% | - |
| HSV(B) | 301.05º | 0.68% | 0.33% | - |
| XYZ | 5.61 | 3.29 | 8.52 | - |
| YUV | 50.43 | 146.38 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 27 | 83 | 0 | 0.68 | 0.01 | 0.67 | 301.05 | 0.51 | 0.22 |
| Hex | 54 | 1B | 53 | 0 | 44 | 1 | 43 | 12D | 33 | 16 |
| Octal | 124 | 33 | 123 | 0 | 104 | 1 | 103 | 455 | 63 | 26 |
| Binary | 1010100 | 11011 | 1010011 | 0 | 1000100 | 1 | 1000011 | 100101101 | 110011 | 10110 |
Color Harmonies of #541B53
Complementary color
Monochromatic Colors of #541B53
Black with #541B53
Text Example
Text Example
White with #541B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541B53; }
p { color: rgb(84,27,83); }
H1.HeaderClassName
{
color: #541B53;
}
.AnyTagClassName
{
color: #541B53;
}
</style>
background-color css
<style>
a { background-color: #541B53; }
a { background-color: rgb(84,27,83); }
div.DivClassName
{
background-color: #541B53;
}
.BgClassName
{
background-color: #541B53;
}
</style>
border-color css
<style>
span { border-color: #541B53; }
span { border-color: rgb(84,27,83); }
td.TdClassName
{
border-color: #541B53;
}
.TagClassName
{
border-color: #541B53;
}
</style>