Shades of Hot Purple #46294E
Tints of Hot Purple #46294E
RGB
CMYK
RGB Variations
Color information
#46294E (or 0x46294E) is known color: Hot Purple. HEX triplet: 46, 29 and 4E. RGB value is (70,41,78). Sum of RGB (Red+Green+Blue) = 70+41+78=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 78 (30.86% from 255 or 41.27% from 189); Max value from RGB is 78 - color contains mainly: blue. Hex color #46294E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46294E is #B9D6B1. Grayscale: #353535. Windows color (decimal): -12179122 or 5122374. OLE color: 5122374.
HSL color Cylindrical-coordinate representation of color #46294E: hue angle of 287.03º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #46294E is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 41 | 78 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.69 |
| HSL | 287.03º | 0.31% | 0.23% | - |
| HSV(B) | 287.03º | 0.47% | 0.31% | - |
| XYZ | 4.69 | 3.44 | 7.62 | - |
| YUV | 53.89 | 141.61 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 41 | 78 | 0.10 | 0.47 | 0 | 0.69 | 287.03 | 0.31 | 0.23 |
| Hex | 46 | 29 | 4E | A | 2F | 0 | 45 | 11F | 1F | 17 |
| Octal | 106 | 51 | 116 | 12 | 57 | 0 | 105 | 437 | 37 | 27 |
| Binary | 1000110 | 101001 | 1001110 | 1010 | 101111 | 0 | 1000101 | 100011111 | 11111 | 10111 |
Color Harmonies of #46294E
Complementary color
Monochromatic Colors of #46294E
Black with #46294E
Text Example
Text Example
White with #46294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46294E; }
p { color: rgb(70,41,78); }
H1.HeaderClassName
{
color: #46294E;
}
.AnyTagClassName
{
color: #46294E;
}
</style>
background-color css
<style>
a { background-color: #46294E; }
a { background-color: rgb(70,41,78); }
div.DivClassName
{
background-color: #46294E;
}
.BgClassName
{
background-color: #46294E;
}
</style>
border-color css
<style>
span { border-color: #46294E; }
span { border-color: rgb(70,41,78); }
td.TdClassName
{
border-color: #46294E;
}
.TagClassName
{
border-color: #46294E;
}
</style>