Shades of Hot Purple #411F49
Tints of Hot Purple #411F49
RGB
CMYK
RGB Variations
Color information
#411F49 (or 0x411F49) is known color: Hot Purple. HEX triplet: 41, 1F and 49. RGB value is (65,31,73). Sum of RGB (Red+Green+Blue) = 65+31+73=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 31 (12.5% from 255 or 18.34% from 169); Blue value is 73 (28.91% from 255 or 43.20% from 169); Max value from RGB is 73 - color contains mainly: blue. Hex color #411F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411F49 is #BEE0B6. Grayscale: #2D2D2D. Windows color (decimal): -12509367 or 4792129. OLE color: 4792129.
HSL color Cylindrical-coordinate representation of color #411F49: hue angle of 288.57º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #411F49 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 31 | 73 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.71 |
| HSL | 288.57º | 0.4% | 0.2% | - |
| HSV(B) | 288.57º | 0.58% | 0.29% | - |
| XYZ | 3.87 | 2.58 | 6.6 | - |
| YUV | 45.95 | 143.26 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 31 | 73 | 0.11 | 0.58 | 0 | 0.71 | 288.57 | 0.4 | 0.2 |
| Hex | 41 | 1F | 49 | B | 3A | 0 | 47 | 121 | 28 | 14 |
| Octal | 101 | 37 | 111 | 13 | 72 | 0 | 107 | 441 | 50 | 24 |
| Binary | 1000001 | 11111 | 1001001 | 1011 | 111010 | 0 | 1000111 | 100100001 | 101000 | 10100 |
Color Harmonies of #411F49
Complementary color
Monochromatic Colors of #411F49
Black with #411F49
Text Example
Text Example
White with #411F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411F49; }
p { color: rgb(65,31,73); }
H1.HeaderClassName
{
color: #411F49;
}
.AnyTagClassName
{
color: #411F49;
}
</style>
background-color css
<style>
a { background-color: #411F49; }
a { background-color: rgb(65,31,73); }
div.DivClassName
{
background-color: #411F49;
}
.BgClassName
{
background-color: #411F49;
}
</style>
border-color css
<style>
span { border-color: #411F49; }
span { border-color: rgb(65,31,73); }
td.TdClassName
{
border-color: #411F49;
}
.TagClassName
{
border-color: #411F49;
}
</style>