Shades of Hot Purple #412646
Tints of Hot Purple #412646
RGB
CMYK
RGB Variations
Color information
#412646 (or 0x412646) is known color: Hot Purple. HEX triplet: 41, 26 and 46. RGB value is (65,38,70). Sum of RGB (Red+Green+Blue) = 65+38+70=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 70 - color contains mainly: blue. Hex color #412646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412646 is #BED9B9. Grayscale: #313131. Windows color (decimal): -12507578 or 4597313. OLE color: 4597313.
HSL color Cylindrical-coordinate representation of color #412646: hue angle of 290.62º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #412646 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 65 | 38 | 70 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.73 |
| HSL | 290.63º | 0.3% | 0.21% | - |
| HSV(B) | 290.63º | 0.46% | 0.27% | - |
| XYZ | 3.98 | 2.95 | 6.15 | - |
| YUV | 49.72 | 139.45 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 38 | 70 | 0.07 | 0.46 | 0 | 0.73 | 290.63 | 0.3 | 0.21 |
| Hex | 41 | 26 | 46 | 7 | 2E | 0 | 49 | 123 | 1E | 15 |
| Octal | 101 | 46 | 106 | 7 | 56 | 0 | 111 | 443 | 36 | 25 |
| Binary | 1000001 | 100110 | 1000110 | 111 | 101110 | 0 | 1001001 | 100100011 | 11110 | 10101 |
Color Harmonies of #412646
Complementary color
Monochromatic Colors of #412646
Black with #412646
Text Example
Text Example
White with #412646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412646; }
p { color: rgb(65,38,70); }
H1.HeaderClassName
{
color: #412646;
}
.AnyTagClassName
{
color: #412646;
}
</style>
background-color css
<style>
a { background-color: #412646; }
a { background-color: rgb(65,38,70); }
div.DivClassName
{
background-color: #412646;
}
.BgClassName
{
background-color: #412646;
}
</style>
border-color css
<style>
span { border-color: #412646; }
span { border-color: rgb(65,38,70); }
td.TdClassName
{
border-color: #412646;
}
.TagClassName
{
border-color: #412646;
}
</style>