Shades of Hot Purple #46194C
Tints of Hot Purple #46194C
RGB
CMYK
RGB Variations
Color information
#46194C (or 0x46194C) is known color: Hot Purple. HEX triplet: 46, 19 and 4C. RGB value is (70,25,76). Sum of RGB (Red+Green+Blue) = 70+25+76=171 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.94% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 76 (30.08% from 255 or 44.44% from 171); Max value from RGB is 76 - color contains mainly: blue. Hex color #46194C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46194C is #B9E6B3. Grayscale: #2C2C2C. Windows color (decimal): -12183220 or 4987206. OLE color: 4987206.
HSL color Cylindrical-coordinate representation of color #46194C: hue angle of 292.94º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46194C is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 25 | 76 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.70 |
| HSL | 292.94º | 0.5% | 0.2% | - |
| HSV(B) | 292.94º | 0.67% | 0.3% | - |
| XYZ | 4.18 | 2.52 | 7.1 | - |
| YUV | 44.27 | 145.91 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 25 | 76 | 0.08 | 0.67 | 0 | 0.70 | 292.94 | 0.5 | 0.2 |
| Hex | 46 | 19 | 4C | 8 | 43 | 0 | 46 | 125 | 32 | 14 |
| Octal | 106 | 31 | 114 | 10 | 103 | 0 | 106 | 445 | 62 | 24 |
| Binary | 1000110 | 11001 | 1001100 | 1000 | 1000011 | 0 | 1000110 | 100100101 | 110010 | 10100 |
Color Harmonies of #46194C
Complementary color
Monochromatic Colors of #46194C
Black with #46194C
Text Example
Text Example
White with #46194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46194C; }
p { color: rgb(70,25,76); }
H1.HeaderClassName
{
color: #46194C;
}
.AnyTagClassName
{
color: #46194C;
}
</style>
background-color css
<style>
a { background-color: #46194C; }
a { background-color: rgb(70,25,76); }
div.DivClassName
{
background-color: #46194C;
}
.BgClassName
{
background-color: #46194C;
}
</style>
border-color css
<style>
span { border-color: #46194C; }
span { border-color: rgb(70,25,76); }
td.TdClassName
{
border-color: #46194C;
}
.TagClassName
{
border-color: #46194C;
}
</style>