Shades of Hot Purple #541B5E
Tints of Hot Purple #541B5E
RGB
CMYK
RGB Variations
Color information
#541B5E (or 0x541B5E) is known color: Hot Purple. HEX triplet: 54, 1B and 5E. RGB value is (84,27,94). Sum of RGB (Red+Green+Blue) = 84+27+94=205 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.98% from 205); Green value is 27 (10.94% from 255 or 13.17% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 94 - color contains mainly: blue. Hex color #541B5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #541B5E is #ABE4A1. Grayscale: #333333. Windows color (decimal): -11265186 or 6167380. OLE color: 6167380.
HSL color Cylindrical-coordinate representation of color #541B5E: hue angle of 291.04º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #541B5E is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 84 | 27 | 94 | - |
CMYK | 0.11 | 0.71 | 0 | 0.63 |
HSL | 291.04º | 0.55% | 0.24% | - |
HSV(B) | 291.04º | 0.71% | 0.37% | - |
XYZ | 6.07 | 3.48 | 10.94 | - |
YUV | 51.68 | 151.88 | 151.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 84 | 27 | 94 | 0.11 | 0.71 | 0 | 0.63 | 291.04 | 0.55 | 0.24 |
Hex | 54 | 1B | 5E | B | 47 | 0 | 3F | 123 | 37 | 18 |
Octal | 124 | 33 | 136 | 13 | 107 | 0 | 77 | 443 | 67 | 30 |
Binary | 1010100 | 11011 | 1011110 | 1011 | 1000111 | 0 | 111111 | 100100011 | 110111 | 11000 |
Color Harmonies of #541B5E
Complementary color
Monochromatic Colors of #541B5E
Black with #541B5E
Text Example
Text Example
White with #541B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541B5E; }
p { color: rgb(84,27,94); }
H1.HeaderClassName
{
color: #541B5E;
}
.AnyTagClassName
{
color: #541B5E;
}
</style>
background-color css
<style>
a { background-color: #541B5E; }
a { background-color: rgb(84,27,94); }
div.DivClassName
{
background-color: #541B5E;
}
.BgClassName
{
background-color: #541B5E;
}
</style>
border-color css
<style>
span { border-color: #541B5E; }
span { border-color: rgb(84,27,94); }
td.TdClassName
{
border-color: #541B5E;
}
.TagClassName
{
border-color: #541B5E;
}
</style>