Shades of Hot Purple #412048
Tints of Hot Purple #412048
RGB
CMYK
RGB Variations
Color information
#412048 (or 0x412048) is known color: Hot Purple. HEX triplet: 41, 20 and 48. RGB value is (65,32,72). Sum of RGB (Red+Green+Blue) = 65+32+72=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 72 - color contains mainly: blue. Hex color #412048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412048 is #BEDFB7. Grayscale: #2E2E2E. Windows color (decimal): -12509112 or 4726849. OLE color: 4726849.
HSL color Cylindrical-coordinate representation of color #412048: hue angle of 289.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #412048 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 65 | 32 | 72 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.72 |
| HSL | 289.5º | 0.38% | 0.2% | - |
| HSV(B) | 289.5º | 0.56% | 0.28% | - |
| XYZ | 3.87 | 2.62 | 6.43 | - |
| YUV | 46.43 | 142.43 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 32 | 72 | 0.10 | 0.56 | 0 | 0.72 | 289.5 | 0.38 | 0.2 |
| Hex | 41 | 20 | 48 | A | 38 | 0 | 48 | 122 | 26 | 14 |
| Octal | 101 | 40 | 110 | 12 | 70 | 0 | 110 | 442 | 46 | 24 |
| Binary | 1000001 | 100000 | 1001000 | 1010 | 111000 | 0 | 1001000 | 100100010 | 100110 | 10100 |
Color Harmonies of #412048
Complementary color
Monochromatic Colors of #412048
Black with #412048
Text Example
Text Example
White with #412048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412048; }
p { color: rgb(65,32,72); }
H1.HeaderClassName
{
color: #412048;
}
.AnyTagClassName
{
color: #412048;
}
</style>
background-color css
<style>
a { background-color: #412048; }
a { background-color: rgb(65,32,72); }
div.DivClassName
{
background-color: #412048;
}
.BgClassName
{
background-color: #412048;
}
</style>
border-color css
<style>
span { border-color: #412048; }
span { border-color: rgb(65,32,72); }
td.TdClassName
{
border-color: #412048;
}
.TagClassName
{
border-color: #412048;
}
</style>