Shades of Hot Purple #412A46
Tints of Hot Purple #412A46
RGB
CMYK
RGB Variations
Color information
#412A46 (or 0x412A46) is known color: Hot Purple. HEX triplet: 41, 2A and 46. RGB value is (65,42,70). Sum of RGB (Red+Green+Blue) = 65+42+70=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 42 (16.80% from 255 or 23.73% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 70 - color contains mainly: blue. Hex color #412A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412A46 is #BED5B9. Grayscale: #333333. Windows color (decimal): -12506554 or 4598337. OLE color: 4598337.
HSL color Cylindrical-coordinate representation of color #412A46: hue angle of 289.29º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #412A46 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 65 | 42 | 70 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.73 |
| HSL | 289.29º | 0.25% | 0.22% | - |
| HSV(B) | 289.29º | 0.4% | 0.27% | - |
| XYZ | 4.11 | 3.22 | 6.2 | - |
| YUV | 52.07 | 138.12 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 42 | 70 | 0.07 | 0.40 | 0 | 0.73 | 289.29 | 0.25 | 0.22 |
| Hex | 41 | 2A | 46 | 7 | 28 | 0 | 49 | 121 | 19 | 16 |
| Octal | 101 | 52 | 106 | 7 | 50 | 0 | 111 | 441 | 31 | 26 |
| Binary | 1000001 | 101010 | 1000110 | 111 | 101000 | 0 | 1001001 | 100100001 | 11001 | 10110 |
Color Harmonies of #412A46
Complementary color
Monochromatic Colors of #412A46
Black with #412A46
Text Example
Text Example
White with #412A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412A46; }
p { color: rgb(65,42,70); }
H1.HeaderClassName
{
color: #412A46;
}
.AnyTagClassName
{
color: #412A46;
}
</style>
background-color css
<style>
a { background-color: #412A46; }
a { background-color: rgb(65,42,70); }
div.DivClassName
{
background-color: #412A46;
}
.BgClassName
{
background-color: #412A46;
}
</style>
border-color css
<style>
span { border-color: #412A46; }
span { border-color: rgb(65,42,70); }
td.TdClassName
{
border-color: #412A46;
}
.TagClassName
{
border-color: #412A46;
}
</style>