Shades of Hot Purple #412147
Tints of Hot Purple #412147
RGB
CMYK
RGB Variations
Color information
#412147 (or 0x412147) is known color: Hot Purple. HEX triplet: 41, 21 and 47. RGB value is (65,33,71). Sum of RGB (Red+Green+Blue) = 65+33+71=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 71 (28.12% from 255 or 42.01% from 169); Max value from RGB is 71 - color contains mainly: blue. Hex color #412147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412147 is #BEDEB8. Grayscale: #2E2E2E. Windows color (decimal): -12508857 or 4661569. OLE color: 4661569.
HSL color Cylindrical-coordinate representation of color #412147: hue angle of 290.53º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #412147 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 65 | 33 | 71 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.72 |
| HSL | 290.53º | 0.37% | 0.2% | - |
| HSV(B) | 290.53º | 0.54% | 0.28% | - |
| XYZ | 3.86 | 2.67 | 6.27 | - |
| YUV | 46.9 | 141.6 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 33 | 71 | 0.08 | 0.54 | 0 | 0.72 | 290.53 | 0.37 | 0.2 |
| Hex | 41 | 21 | 47 | 8 | 36 | 0 | 48 | 123 | 25 | 14 |
| Octal | 101 | 41 | 107 | 10 | 66 | 0 | 110 | 443 | 45 | 24 |
| Binary | 1000001 | 100001 | 1000111 | 1000 | 110110 | 0 | 1001000 | 100100011 | 100101 | 10100 |
Color Harmonies of #412147
Complementary color
Monochromatic Colors of #412147
Black with #412147
Text Example
Text Example
White with #412147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412147; }
p { color: rgb(65,33,71); }
H1.HeaderClassName
{
color: #412147;
}
.AnyTagClassName
{
color: #412147;
}
</style>
background-color css
<style>
a { background-color: #412147; }
a { background-color: rgb(65,33,71); }
div.DivClassName
{
background-color: #412147;
}
.BgClassName
{
background-color: #412147;
}
</style>
border-color css
<style>
span { border-color: #412147; }
span { border-color: rgb(65,33,71); }
td.TdClassName
{
border-color: #412147;
}
.TagClassName
{
border-color: #412147;
}
</style>