Shades of Hot Purple #46134E
Tints of Hot Purple #46134E
RGB
CMYK
RGB Variations
Color information
#46134E (or 0x46134E) is known color: Hot Purple. HEX triplet: 46, 13 and 4E. RGB value is (70,19,78). Sum of RGB (Red+Green+Blue) = 70+19+78=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 78 (30.86% from 255 or 46.71% from 167); Max value from RGB is 78 - color contains mainly: blue. Hex color #46134E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46134E is #B9ECB1. Grayscale: #282828. Windows color (decimal): -12184754 or 5116742. OLE color: 5116742.
HSL color Cylindrical-coordinate representation of color #46134E: hue angle of 291.86º 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 #46134E is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 19 | 78 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.69 |
| HSL | 291.86º | 0.61% | 0.19% | - |
| HSV(B) | 291.86º | 0.76% | 0.31% | - |
| XYZ | 4.13 | 2.32 | 7.44 | - |
| YUV | 40.98 | 148.9 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 19 | 78 | 0.10 | 0.76 | 0 | 0.69 | 291.86 | 0.61 | 0.19 |
| Hex | 46 | 13 | 4E | A | 4C | 0 | 45 | 124 | 3D | 13 |
| Octal | 106 | 23 | 116 | 12 | 114 | 0 | 105 | 444 | 75 | 23 |
| Binary | 1000110 | 10011 | 1001110 | 1010 | 1001100 | 0 | 1000101 | 100100100 | 111101 | 10011 |
Color Harmonies of #46134E
Complementary color
Monochromatic Colors of #46134E
Black with #46134E
Text Example
Text Example
White with #46134E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46134E; }
p { color: rgb(70,19,78); }
H1.HeaderClassName
{
color: #46134E;
}
.AnyTagClassName
{
color: #46134E;
}
</style>
background-color css
<style>
a { background-color: #46134E; }
a { background-color: rgb(70,19,78); }
div.DivClassName
{
background-color: #46134E;
}
.BgClassName
{
background-color: #46134E;
}
</style>
border-color css
<style>
span { border-color: #46134E; }
span { border-color: rgb(70,19,78); }
td.TdClassName
{
border-color: #46134E;
}
.TagClassName
{
border-color: #46134E;
}
</style>