Shades of Hot Purple #46194D
Tints of Hot Purple #46194D
RGB
CMYK
RGB Variations
Color information
#46194D (or 0x46194D) is known color: Hot Purple. HEX triplet: 46, 19 and 4D. RGB value is (70,25,77). Sum of RGB (Red+Green+Blue) = 70+25+77=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 77 - color contains mainly: blue. Hex color #46194D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46194D is #B9E6B2. Grayscale: #2C2C2C. Windows color (decimal): -12183219 or 5052742. OLE color: 5052742.
HSL color Cylindrical-coordinate representation of color #46194D: hue angle of 291.92º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46194D is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 25 | 77 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.70 |
| HSL | 291.92º | 0.51% | 0.2% | - |
| HSV(B) | 291.92º | 0.68% | 0.3% | - |
| XYZ | 4.21 | 2.53 | 7.29 | - |
| YUV | 44.38 | 146.41 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 25 | 77 | 0.09 | 0.68 | 0 | 0.70 | 291.92 | 0.51 | 0.2 |
| Hex | 46 | 19 | 4D | 9 | 44 | 0 | 46 | 124 | 33 | 14 |
| Octal | 106 | 31 | 115 | 11 | 104 | 0 | 106 | 444 | 63 | 24 |
| Binary | 1000110 | 11001 | 1001101 | 1001 | 1000100 | 0 | 1000110 | 100100100 | 110011 | 10100 |
Color Harmonies of #46194D
Complementary color
Monochromatic Colors of #46194D
Black with #46194D
Text Example
Text Example
White with #46194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46194D; }
p { color: rgb(70,25,77); }
H1.HeaderClassName
{
color: #46194D;
}
.AnyTagClassName
{
color: #46194D;
}
</style>
background-color css
<style>
a { background-color: #46194D; }
a { background-color: rgb(70,25,77); }
div.DivClassName
{
background-color: #46194D;
}
.BgClassName
{
background-color: #46194D;
}
</style>
border-color css
<style>
span { border-color: #46194D; }
span { border-color: rgb(70,25,77); }
td.TdClassName
{
border-color: #46194D;
}
.TagClassName
{
border-color: #46194D;
}
</style>