Shades of Hot Purple #411D47
Tints of Hot Purple #411D47
RGB
CMYK
RGB Variations
Color information
#411D47 (or 0x411D47) is known color: Hot Purple. HEX triplet: 41, 1D and 47. RGB value is (65,29,71). Sum of RGB (Red+Green+Blue) = 65+29+71=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 29 (11.72% from 255 or 17.58% from 165); Blue value is 71 (28.12% from 255 or 43.03% from 165); Max value from RGB is 71 - color contains mainly: blue. Hex color #411D47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411D47 is #BEE2B8. Grayscale: #2C2C2C. Windows color (decimal): -12509881 or 4660545. OLE color: 4660545.
HSL color Cylindrical-coordinate representation of color #411D47: hue angle of 291.43º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #411D47 is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 65 | 29 | 71 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.72 |
| HSL | 291.43º | 0.42% | 0.2% | - |
| HSV(B) | 291.43º | 0.59% | 0.28% | - |
| XYZ | 3.76 | 2.46 | 6.24 | - |
| YUV | 44.55 | 142.93 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 29 | 71 | 0.08 | 0.59 | 0 | 0.72 | 291.43 | 0.42 | 0.2 |
| Hex | 41 | 1D | 47 | 8 | 3B | 0 | 48 | 123 | 2A | 14 |
| Octal | 101 | 35 | 107 | 10 | 73 | 0 | 110 | 443 | 52 | 24 |
| Binary | 1000001 | 11101 | 1000111 | 1000 | 111011 | 0 | 1001000 | 100100011 | 101010 | 10100 |
Color Harmonies of #411D47
Complementary color
Monochromatic Colors of #411D47
Black with #411D47
Text Example
Text Example
White with #411D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411D47; }
p { color: rgb(65,29,71); }
H1.HeaderClassName
{
color: #411D47;
}
.AnyTagClassName
{
color: #411D47;
}
</style>
background-color css
<style>
a { background-color: #411D47; }
a { background-color: rgb(65,29,71); }
div.DivClassName
{
background-color: #411D47;
}
.BgClassName
{
background-color: #411D47;
}
</style>
border-color css
<style>
span { border-color: #411D47; }
span { border-color: rgb(65,29,71); }
td.TdClassName
{
border-color: #411D47;
}
.TagClassName
{
border-color: #411D47;
}
</style>