Shades of Hot Purple #412149
Tints of Hot Purple #412149
RGB
CMYK
RGB Variations
Color information
#412149 (or 0x412149) is known color: Hot Purple. HEX triplet: 41, 21 and 49. RGB value is (65,33,73). Sum of RGB (Red+Green+Blue) = 65+33+73=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 73 (28.91% from 255 or 42.69% from 171); Max value from RGB is 73 - color contains mainly: blue. Hex color #412149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412149 is #BEDEB6. Grayscale: #2F2F2F. Windows color (decimal): -12508855 or 4792641. OLE color: 4792641.
HSL color Cylindrical-coordinate representation of color #412149: hue angle of 288º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #412149 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 33 | 73 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.71 |
| HSL | 288º | 0.38% | 0.21% | - |
| HSV(B) | 288º | 0.55% | 0.29% | - |
| XYZ | 3.93 | 2.69 | 6.62 | - |
| YUV | 47.13 | 142.6 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 33 | 73 | 0.11 | 0.55 | 0 | 0.71 | 288 | 0.38 | 0.21 |
| Hex | 41 | 21 | 49 | B | 37 | 0 | 47 | 120 | 26 | 15 |
| Octal | 101 | 41 | 111 | 13 | 67 | 0 | 107 | 440 | 46 | 25 |
| Binary | 1000001 | 100001 | 1001001 | 1011 | 110111 | 0 | 1000111 | 100100000 | 100110 | 10101 |
Color Harmonies of #412149
Complementary color
Monochromatic Colors of #412149
Black with #412149
Text Example
Text Example
White with #412149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412149; }
p { color: rgb(65,33,73); }
H1.HeaderClassName
{
color: #412149;
}
.AnyTagClassName
{
color: #412149;
}
</style>
background-color css
<style>
a { background-color: #412149; }
a { background-color: rgb(65,33,73); }
div.DivClassName
{
background-color: #412149;
}
.BgClassName
{
background-color: #412149;
}
</style>
border-color css
<style>
span { border-color: #412149; }
span { border-color: rgb(65,33,73); }
td.TdClassName
{
border-color: #412149;
}
.TagClassName
{
border-color: #412149;
}
</style>