Shades of Hot Purple #46134F
Tints of Hot Purple #46134F
RGB
CMYK
RGB Variations
Color information
#46134F (or 0x46134F) is known color: Hot Purple. HEX triplet: 46, 13 and 4F. RGB value is (70,19,79). Sum of RGB (Red+Green+Blue) = 70+19+79=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 79 (31.25% from 255 or 47.02% from 168); Max value from RGB is 79 - color contains mainly: blue. Hex color #46134F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46134F is #B9ECB0. Grayscale: #282828. Windows color (decimal): -12184753 or 5182278. OLE color: 5182278.
HSL color Cylindrical-coordinate representation of color #46134F: hue angle of 291º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #46134F is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 19 | 79 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.69 |
| HSL | 291º | 0.61% | 0.19% | - |
| HSV(B) | 291º | 0.76% | 0.31% | - |
| XYZ | 4.17 | 2.33 | 7.63 | - |
| YUV | 41.09 | 149.4 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 19 | 79 | 0.11 | 0.76 | 0 | 0.69 | 291 | 0.61 | 0.19 |
| Hex | 46 | 13 | 4F | B | 4C | 0 | 45 | 123 | 3D | 13 |
| Octal | 106 | 23 | 117 | 13 | 114 | 0 | 105 | 443 | 75 | 23 |
| Binary | 1000110 | 10011 | 1001111 | 1011 | 1001100 | 0 | 1000101 | 100100011 | 111101 | 10011 |
Color Harmonies of #46134F
Complementary color
Monochromatic Colors of #46134F
Black with #46134F
Text Example
Text Example
White with #46134F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46134F; }
p { color: rgb(70,19,79); }
H1.HeaderClassName
{
color: #46134F;
}
.AnyTagClassName
{
color: #46134F;
}
</style>
background-color css
<style>
a { background-color: #46134F; }
a { background-color: rgb(70,19,79); }
div.DivClassName
{
background-color: #46134F;
}
.BgClassName
{
background-color: #46134F;
}
</style>
border-color css
<style>
span { border-color: #46134F; }
span { border-color: rgb(70,19,79); }
td.TdClassName
{
border-color: #46134F;
}
.TagClassName
{
border-color: #46134F;
}
</style>