Shades of Hot Purple #412946
Tints of Hot Purple #412946
RGB
CMYK
RGB Variations
Color information
#412946 (or 0x412946) is known color: Hot Purple. HEX triplet: 41, 29 and 46. RGB value is (65,41,70). Sum of RGB (Red+Green+Blue) = 65+41+70=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 70 (27.73% from 255 or 39.77% from 176); Max value from RGB is 70 - color contains mainly: blue. Hex color #412946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412946 is #BED6B9. Grayscale: #333333. Windows color (decimal): -12506810 or 4598081. OLE color: 4598081.
HSL color Cylindrical-coordinate representation of color #412946: hue angle of 289.66º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #412946 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 65 | 41 | 70 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.73 |
| HSL | 289.66º | 0.26% | 0.22% | - |
| HSV(B) | 289.66º | 0.41% | 0.27% | - |
| XYZ | 4.08 | 3.15 | 6.19 | - |
| YUV | 51.48 | 138.45 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 41 | 70 | 0.07 | 0.41 | 0 | 0.73 | 289.66 | 0.26 | 0.22 |
| Hex | 41 | 29 | 46 | 7 | 29 | 0 | 49 | 122 | 1A | 16 |
| Octal | 101 | 51 | 106 | 7 | 51 | 0 | 111 | 442 | 32 | 26 |
| Binary | 1000001 | 101001 | 1000110 | 111 | 101001 | 0 | 1001001 | 100100010 | 11010 | 10110 |
Color Harmonies of #412946
Complementary color
Monochromatic Colors of #412946
Black with #412946
Text Example
Text Example
White with #412946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412946; }
p { color: rgb(65,41,70); }
H1.HeaderClassName
{
color: #412946;
}
.AnyTagClassName
{
color: #412946;
}
</style>
background-color css
<style>
a { background-color: #412946; }
a { background-color: rgb(65,41,70); }
div.DivClassName
{
background-color: #412946;
}
.BgClassName
{
background-color: #412946;
}
</style>
border-color css
<style>
span { border-color: #412946; }
span { border-color: rgb(65,41,70); }
td.TdClassName
{
border-color: #412946;
}
.TagClassName
{
border-color: #412946;
}
</style>