Shades of Hot Purple #46194B
Tints of Hot Purple #46194B
RGB
CMYK
RGB Variations
Color information
#46194B (or 0x46194B) is known color: Hot Purple. HEX triplet: 46, 19 and 4B. RGB value is (70,25,75). Sum of RGB (Red+Green+Blue) = 70+25+75=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 75 - color contains mainly: blue. Hex color #46194B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46194B is #B9E6B4. Grayscale: #2C2C2C. Windows color (decimal): -12183221 or 4921670. OLE color: 4921670.
HSL color Cylindrical-coordinate representation of color #46194B: hue angle of 294º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46194B is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 25 | 75 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.71 |
| HSL | 294º | 0.5% | 0.2% | - |
| HSV(B) | 294º | 0.67% | 0.29% | - |
| XYZ | 4.14 | 2.51 | 6.92 | - |
| YUV | 44.16 | 145.41 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 25 | 75 | 0.07 | 0.67 | 0 | 0.71 | 294 | 0.5 | 0.2 |
| Hex | 46 | 19 | 4B | 7 | 43 | 0 | 47 | 126 | 32 | 14 |
| Octal | 106 | 31 | 113 | 7 | 103 | 0 | 107 | 446 | 62 | 24 |
| Binary | 1000110 | 11001 | 1001011 | 111 | 1000011 | 0 | 1000111 | 100100110 | 110010 | 10100 |
Color Harmonies of #46194B
Complementary color
Monochromatic Colors of #46194B
Black with #46194B
Text Example
Text Example
White with #46194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46194B; }
p { color: rgb(70,25,75); }
H1.HeaderClassName
{
color: #46194B;
}
.AnyTagClassName
{
color: #46194B;
}
</style>
background-color css
<style>
a { background-color: #46194B; }
a { background-color: rgb(70,25,75); }
div.DivClassName
{
background-color: #46194B;
}
.BgClassName
{
background-color: #46194B;
}
</style>
border-color css
<style>
span { border-color: #46194B; }
span { border-color: rgb(70,25,75); }
td.TdClassName
{
border-color: #46194B;
}
.TagClassName
{
border-color: #46194B;
}
</style>