Shades of Hot Purple #46214D
Tints of Hot Purple #46214D
RGB
CMYK
RGB Variations
Color information
#46214D (or 0x46214D) is known color: Hot Purple. HEX triplet: 46, 21 and 4D. RGB value is (70,33,77). Sum of RGB (Red+Green+Blue) = 70+33+77=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 77 (30.47% from 255 or 42.78% from 180); Max value from RGB is 77 - color contains mainly: blue. Hex color #46214D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46214D is #B9DEB2. Grayscale: #303030. Windows color (decimal): -12181171 or 5054790. OLE color: 5054790.
HSL color Cylindrical-coordinate representation of color #46214D: hue angle of 290.45º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46214D is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 33 | 77 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.70 |
| HSL | 290.45º | 0.4% | 0.22% | - |
| HSV(B) | 290.45º | 0.57% | 0.3% | - |
| XYZ | 4.41 | 2.93 | 7.35 | - |
| YUV | 49.08 | 143.76 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 33 | 77 | 0.09 | 0.57 | 0 | 0.70 | 290.45 | 0.4 | 0.22 |
| Hex | 46 | 21 | 4D | 9 | 39 | 0 | 46 | 122 | 28 | 16 |
| Octal | 106 | 41 | 115 | 11 | 71 | 0 | 106 | 442 | 50 | 26 |
| Binary | 1000110 | 100001 | 1001101 | 1001 | 111001 | 0 | 1000110 | 100100010 | 101000 | 10110 |
Color Harmonies of #46214D
Complementary color
Monochromatic Colors of #46214D
Black with #46214D
Text Example
Text Example
White with #46214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46214D; }
p { color: rgb(70,33,77); }
H1.HeaderClassName
{
color: #46214D;
}
.AnyTagClassName
{
color: #46214D;
}
</style>
background-color css
<style>
a { background-color: #46214D; }
a { background-color: rgb(70,33,77); }
div.DivClassName
{
background-color: #46214D;
}
.BgClassName
{
background-color: #46214D;
}
</style>
border-color css
<style>
span { border-color: #46214D; }
span { border-color: rgb(70,33,77); }
td.TdClassName
{
border-color: #46214D;
}
.TagClassName
{
border-color: #46214D;
}
</style>