Shades of Hot Purple #46154F
Tints of Hot Purple #46154F
RGB
CMYK
RGB Variations
Color information
#46154F (or 0x46154F) is known color: Hot Purple. HEX triplet: 46, 15 and 4F. RGB value is (70,21,79). Sum of RGB (Red+Green+Blue) = 70+21+79=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 79 (31.25% from 255 or 46.47% from 170); Max value from RGB is 79 - color contains mainly: blue. Hex color #46154F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46154F is #B9EAB0. Grayscale: #2A2A2A. Windows color (decimal): -12184241 or 5182790. OLE color: 5182790.
HSL color Cylindrical-coordinate representation of color #46154F: hue angle of 290.69º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46154F is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 21 | 79 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.69 |
| HSL | 290.69º | 0.58% | 0.2% | - |
| HSV(B) | 290.69º | 0.73% | 0.31% | - |
| XYZ | 4.21 | 2.4 | 7.64 | - |
| YUV | 42.26 | 148.73 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 21 | 79 | 0.11 | 0.73 | 0 | 0.69 | 290.69 | 0.58 | 0.2 |
| Hex | 46 | 15 | 4F | B | 49 | 0 | 45 | 123 | 3A | 14 |
| Octal | 106 | 25 | 117 | 13 | 111 | 0 | 105 | 443 | 72 | 24 |
| Binary | 1000110 | 10101 | 1001111 | 1011 | 1001001 | 0 | 1000101 | 100100011 | 111010 | 10100 |
Color Harmonies of #46154F
Complementary color
Monochromatic Colors of #46154F
Black with #46154F
Text Example
Text Example
White with #46154F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46154F; }
p { color: rgb(70,21,79); }
H1.HeaderClassName
{
color: #46154F;
}
.AnyTagClassName
{
color: #46154F;
}
</style>
background-color css
<style>
a { background-color: #46154F; }
a { background-color: rgb(70,21,79); }
div.DivClassName
{
background-color: #46154F;
}
.BgClassName
{
background-color: #46154F;
}
</style>
border-color css
<style>
span { border-color: #46154F; }
span { border-color: rgb(70,21,79); }
td.TdClassName
{
border-color: #46154F;
}
.TagClassName
{
border-color: #46154F;
}
</style>