Shades of Hot Purple #46164E
Tints of Hot Purple #46164E
RGB
CMYK
RGB Variations
Color information
#46164E (or 0x46164E) is known color: Hot Purple. HEX triplet: 46, 16 and 4E. RGB value is (70,22,78). Sum of RGB (Red+Green+Blue) = 70+22+78=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 78 (30.86% from 255 or 45.88% from 170); Max value from RGB is 78 - color contains mainly: blue. Hex color #46164E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46164E is #B9E9B1. Grayscale: #2A2A2A. Windows color (decimal): -12183986 or 5117510. OLE color: 5117510.
HSL color Cylindrical-coordinate representation of color #46164E: hue angle of 291.43º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46164E is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 22 | 78 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.69 |
| HSL | 291.43º | 0.56% | 0.2% | - |
| HSV(B) | 291.43º | 0.72% | 0.31% | - |
| XYZ | 4.19 | 2.43 | 7.46 | - |
| YUV | 42.74 | 147.9 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 22 | 78 | 0.10 | 0.72 | 0 | 0.69 | 291.43 | 0.56 | 0.2 |
| Hex | 46 | 16 | 4E | A | 48 | 0 | 45 | 123 | 38 | 14 |
| Octal | 106 | 26 | 116 | 12 | 110 | 0 | 105 | 443 | 70 | 24 |
| Binary | 1000110 | 10110 | 1001110 | 1010 | 1001000 | 0 | 1000101 | 100100011 | 111000 | 10100 |
Color Harmonies of #46164E
Complementary color
Monochromatic Colors of #46164E
Black with #46164E
Text Example
Text Example
White with #46164E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46164E; }
p { color: rgb(70,22,78); }
H1.HeaderClassName
{
color: #46164E;
}
.AnyTagClassName
{
color: #46164E;
}
</style>
background-color css
<style>
a { background-color: #46164E; }
a { background-color: rgb(70,22,78); }
div.DivClassName
{
background-color: #46164E;
}
.BgClassName
{
background-color: #46164E;
}
</style>
border-color css
<style>
span { border-color: #46164E; }
span { border-color: rgb(70,22,78); }
td.TdClassName
{
border-color: #46164E;
}
.TagClassName
{
border-color: #46164E;
}
</style>