Shades of Hot Purple #46234D
Tints of Hot Purple #46234D
RGB
CMYK
RGB Variations
Color information
#46234D (or 0x46234D) is known color: Hot Purple. HEX triplet: 46, 23 and 4D. RGB value is (70,35,77). Sum of RGB (Red+Green+Blue) = 70+35+77=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 77 - color contains mainly: blue. Hex color #46234D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46234D is #B9DCB2. Grayscale: #323232. Windows color (decimal): -12180659 or 5055302. OLE color: 5055302.
HSL color Cylindrical-coordinate representation of color #46234D: hue angle of 290º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46234D is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 35 | 77 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.70 |
| HSL | 290º | 0.38% | 0.22% | - |
| HSV(B) | 290º | 0.55% | 0.3% | - |
| XYZ | 4.47 | 3.04 | 7.37 | - |
| YUV | 50.25 | 143.1 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 35 | 77 | 0.09 | 0.55 | 0 | 0.70 | 290 | 0.38 | 0.22 |
| Hex | 46 | 23 | 4D | 9 | 37 | 0 | 46 | 122 | 26 | 16 |
| Octal | 106 | 43 | 115 | 11 | 67 | 0 | 106 | 442 | 46 | 26 |
| Binary | 1000110 | 100011 | 1001101 | 1001 | 110111 | 0 | 1000110 | 100100010 | 100110 | 10110 |
Color Harmonies of #46234D
Complementary color
Monochromatic Colors of #46234D
Black with #46234D
Text Example
Text Example
White with #46234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46234D; }
p { color: rgb(70,35,77); }
H1.HeaderClassName
{
color: #46234D;
}
.AnyTagClassName
{
color: #46234D;
}
</style>
background-color css
<style>
a { background-color: #46234D; }
a { background-color: rgb(70,35,77); }
div.DivClassName
{
background-color: #46234D;
}
.BgClassName
{
background-color: #46234D;
}
</style>
border-color css
<style>
span { border-color: #46234D; }
span { border-color: rgb(70,35,77); }
td.TdClassName
{
border-color: #46234D;
}
.TagClassName
{
border-color: #46234D;
}
</style>