Shades of Hot Purple #46124A
Tints of Hot Purple #46124A
RGB
CMYK
RGB Variations
Color information
#46124A (or 0x46124A) is known color: Hot Purple. HEX triplet: 46, 12 and 4A. RGB value is (70,18,74). Sum of RGB (Red+Green+Blue) = 70+18+74=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 74 (29.30% from 255 or 45.68% from 162); Max value from RGB is 74 - color contains mainly: blue. Hex color #46124A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46124A is #B9EDB5. Grayscale: #272727. Windows color (decimal): -12185014 or 4854342. OLE color: 4854342.
HSL color Cylindrical-coordinate representation of color #46124A: hue angle of 295.71º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #46124A is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 18 | 74 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.71 |
| HSL | 295.71º | 0.61% | 0.18% | - |
| HSV(B) | 295.71º | 0.76% | 0.29% | - |
| XYZ | 3.98 | 2.23 | 6.7 | - |
| YUV | 39.93 | 147.23 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 18 | 74 | 0.05 | 0.76 | 0 | 0.71 | 295.71 | 0.61 | 0.18 |
| Hex | 46 | 12 | 4A | 5 | 4C | 0 | 47 | 128 | 3D | 12 |
| Octal | 106 | 22 | 112 | 5 | 114 | 0 | 107 | 450 | 75 | 22 |
| Binary | 1000110 | 10010 | 1001010 | 101 | 1001100 | 0 | 1000111 | 100101000 | 111101 | 10010 |
Color Harmonies of #46124A
Complementary color
Monochromatic Colors of #46124A
Black with #46124A
Text Example
Text Example
White with #46124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46124A; }
p { color: rgb(70,18,74); }
H1.HeaderClassName
{
color: #46124A;
}
.AnyTagClassName
{
color: #46124A;
}
</style>
background-color css
<style>
a { background-color: #46124A; }
a { background-color: rgb(70,18,74); }
div.DivClassName
{
background-color: #46124A;
}
.BgClassName
{
background-color: #46124A;
}
</style>
border-color css
<style>
span { border-color: #46124A; }
span { border-color: rgb(70,18,74); }
td.TdClassName
{
border-color: #46124A;
}
.TagClassName
{
border-color: #46124A;
}
</style>