Shades of Hot Purple #46144B
Tints of Hot Purple #46144B
RGB
CMYK
RGB Variations
Color information
#46144B (or 0x46144B) is known color: Hot Purple. HEX triplet: 46, 14 and 4B. RGB value is (70,20,75). Sum of RGB (Red+Green+Blue) = 70+20+75=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 75 (29.69% from 255 or 45.45% from 165); Max value from RGB is 75 - color contains mainly: blue. Hex color #46144B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46144B is #B9EBB4. Grayscale: #292929. Windows color (decimal): -12184501 or 4920390. OLE color: 4920390.
HSL color Cylindrical-coordinate representation of color #46144B: hue angle of 294.55º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46144B is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 20 | 75 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.71 |
| HSL | 294.55º | 0.58% | 0.19% | - |
| HSV(B) | 294.55º | 0.73% | 0.29% | - |
| XYZ | 4.05 | 2.31 | 6.89 | - |
| YUV | 41.22 | 147.07 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 20 | 75 | 0.07 | 0.73 | 0 | 0.71 | 294.55 | 0.58 | 0.19 |
| Hex | 46 | 14 | 4B | 7 | 49 | 0 | 47 | 127 | 3A | 13 |
| Octal | 106 | 24 | 113 | 7 | 111 | 0 | 107 | 447 | 72 | 23 |
| Binary | 1000110 | 10100 | 1001011 | 111 | 1001001 | 0 | 1000111 | 100100111 | 111010 | 10011 |
Color Harmonies of #46144B
Complementary color
Monochromatic Colors of #46144B
Black with #46144B
Text Example
Text Example
White with #46144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46144B; }
p { color: rgb(70,20,75); }
H1.HeaderClassName
{
color: #46144B;
}
.AnyTagClassName
{
color: #46144B;
}
</style>
background-color css
<style>
a { background-color: #46144B; }
a { background-color: rgb(70,20,75); }
div.DivClassName
{
background-color: #46144B;
}
.BgClassName
{
background-color: #46144B;
}
</style>
border-color css
<style>
span { border-color: #46144B; }
span { border-color: rgb(70,20,75); }
td.TdClassName
{
border-color: #46144B;
}
.TagClassName
{
border-color: #46144B;
}
</style>