Shades of Hot Purple #46214E
Tints of Hot Purple #46214E
RGB
CMYK
RGB Variations
Color information
#46214E (or 0x46214E) is known color: Hot Purple. HEX triplet: 46, 21 and 4E. RGB value is (70,33,78). Sum of RGB (Red+Green+Blue) = 70+33+78=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 78 - color contains mainly: blue. Hex color #46214E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46214E is #B9DEB1. Grayscale: #313131. Windows color (decimal): -12181170 or 5120326. OLE color: 5120326.
HSL color Cylindrical-coordinate representation of color #46214E: hue angle of 289.33º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #46214E is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 33 | 78 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.69 |
| HSL | 289.33º | 0.41% | 0.22% | - |
| HSV(B) | 289.33º | 0.58% | 0.31% | - |
| XYZ | 4.44 | 2.94 | 7.54 | - |
| YUV | 49.19 | 144.26 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 33 | 78 | 0.10 | 0.58 | 0 | 0.69 | 289.33 | 0.41 | 0.22 |
| Hex | 46 | 21 | 4E | A | 3A | 0 | 45 | 121 | 29 | 16 |
| Octal | 106 | 41 | 116 | 12 | 72 | 0 | 105 | 441 | 51 | 26 |
| Binary | 1000110 | 100001 | 1001110 | 1010 | 111010 | 0 | 1000101 | 100100001 | 101001 | 10110 |
Color Harmonies of #46214E
Complementary color
Monochromatic Colors of #46214E
Black with #46214E
Text Example
Text Example
White with #46214E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46214E; }
p { color: rgb(70,33,78); }
H1.HeaderClassName
{
color: #46214E;
}
.AnyTagClassName
{
color: #46214E;
}
</style>
background-color css
<style>
a { background-color: #46214E; }
a { background-color: rgb(70,33,78); }
div.DivClassName
{
background-color: #46214E;
}
.BgClassName
{
background-color: #46214E;
}
</style>
border-color css
<style>
span { border-color: #46214E; }
span { border-color: rgb(70,33,78); }
td.TdClassName
{
border-color: #46214E;
}
.TagClassName
{
border-color: #46214E;
}
</style>