Shades of Hot Purple #541C50
Tints of Hot Purple #541C50
RGB
CMYK
RGB Variations
Color information
#541C50 (or 0x541C50) is known color: Hot Purple. HEX triplet: 54, 1C and 50. RGB value is (84,28,80). Sum of RGB (Red+Green+Blue) = 84+28+80=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 84 - color contains mainly: red. Hex color #541C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #541C50 is #ABE3AF. Grayscale: #323232. Windows color (decimal): -11264944 or 5250132. OLE color: 5250132.
HSL color Cylindrical-coordinate representation of color #541C50: hue angle of 304.29º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #541C50 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 28 | 80 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.67 |
| HSL | 304.29º | 0.5% | 0.22% | - |
| HSV(B) | 304.29º | 0.67% | 0.33% | - |
| XYZ | 5.52 | 3.29 | 7.93 | - |
| YUV | 50.67 | 144.55 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 28 | 80 | 0 | 0.67 | 0.05 | 0.67 | 304.29 | 0.5 | 0.22 |
| Hex | 54 | 1C | 50 | 0 | 43 | 5 | 43 | 130 | 32 | 16 |
| Octal | 124 | 34 | 120 | 0 | 103 | 5 | 103 | 460 | 62 | 26 |
| Binary | 1010100 | 11100 | 1010000 | 0 | 1000011 | 101 | 1000011 | 100110000 | 110010 | 10110 |
Color Harmonies of #541C50
Complementary color
Monochromatic Colors of #541C50
Black with #541C50
Text Example
Text Example
White with #541C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541C50; }
p { color: rgb(84,28,80); }
H1.HeaderClassName
{
color: #541C50;
}
.AnyTagClassName
{
color: #541C50;
}
</style>
background-color css
<style>
a { background-color: #541C50; }
a { background-color: rgb(84,28,80); }
div.DivClassName
{
background-color: #541C50;
}
.BgClassName
{
background-color: #541C50;
}
</style>
border-color css
<style>
span { border-color: #541C50; }
span { border-color: rgb(84,28,80); }
td.TdClassName
{
border-color: #541C50;
}
.TagClassName
{
border-color: #541C50;
}
</style>