Shades of Hot Purple #411A49
Tints of Hot Purple #411A49
RGB
CMYK
RGB Variations
Color information
#411A49 (or 0x411A49) is known color: Hot Purple. HEX triplet: 41, 1A and 49. RGB value is (65,26,73). Sum of RGB (Red+Green+Blue) = 65+26+73=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 26 (10.55% from 255 or 15.85% from 164); Blue value is 73 (28.91% from 255 or 44.51% from 164); Max value from RGB is 73 - color contains mainly: blue. Hex color #411A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411A49 is #BEE5B6. Grayscale: #2A2A2A. Windows color (decimal): -12510647 or 4790849. OLE color: 4790849.
HSL color Cylindrical-coordinate representation of color #411A49: hue angle of 289.79º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #411A49 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 26 | 73 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.71 |
| HSL | 289.79º | 0.47% | 0.19% | - |
| HSV(B) | 289.79º | 0.64% | 0.29% | - |
| XYZ | 3.75 | 2.34 | 6.56 | - |
| YUV | 43.02 | 144.92 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 26 | 73 | 0.11 | 0.64 | 0 | 0.71 | 289.79 | 0.47 | 0.19 |
| Hex | 41 | 1A | 49 | B | 40 | 0 | 47 | 122 | 2F | 13 |
| Octal | 101 | 32 | 111 | 13 | 100 | 0 | 107 | 442 | 57 | 23 |
| Binary | 1000001 | 11010 | 1001001 | 1011 | 1000000 | 0 | 1000111 | 100100010 | 101111 | 10011 |
Color Harmonies of #411A49
Complementary color
Monochromatic Colors of #411A49
Black with #411A49
Text Example
Text Example
White with #411A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411A49; }
p { color: rgb(65,26,73); }
H1.HeaderClassName
{
color: #411A49;
}
.AnyTagClassName
{
color: #411A49;
}
</style>
background-color css
<style>
a { background-color: #411A49; }
a { background-color: rgb(65,26,73); }
div.DivClassName
{
background-color: #411A49;
}
.BgClassName
{
background-color: #411A49;
}
</style>
border-color css
<style>
span { border-color: #411A49; }
span { border-color: rgb(65,26,73); }
td.TdClassName
{
border-color: #411A49;
}
.TagClassName
{
border-color: #411A49;
}
</style>