Shades of Hot Purple #46284D
Tints of Hot Purple #46284D
RGB
CMYK
RGB Variations
Color information
#46284D (or 0x46284D) is known color: Hot Purple. HEX triplet: 46, 28 and 4D. RGB value is (70,40,77). Sum of RGB (Red+Green+Blue) = 70+40+77=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 77 - color contains mainly: blue. Hex color #46284D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46284D is #B9D7B2. Grayscale: #353535. Windows color (decimal): -12179379 or 5056582. OLE color: 5056582.
HSL color Cylindrical-coordinate representation of color #46284D: hue angle of 288.65º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #46284D is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 40 | 77 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.70 |
| HSL | 288.65º | 0.32% | 0.23% | - |
| HSV(B) | 288.65º | 0.48% | 0.3% | - |
| XYZ | 4.62 | 3.36 | 7.43 | - |
| YUV | 53.19 | 141.44 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 40 | 77 | 0.09 | 0.48 | 0 | 0.70 | 288.65 | 0.32 | 0.23 |
| Hex | 46 | 28 | 4D | 9 | 30 | 0 | 46 | 121 | 20 | 17 |
| Octal | 106 | 50 | 115 | 11 | 60 | 0 | 106 | 441 | 40 | 27 |
| Binary | 1000110 | 101000 | 1001101 | 1001 | 110000 | 0 | 1000110 | 100100001 | 100000 | 10111 |
Color Harmonies of #46284D
Complementary color
Monochromatic Colors of #46284D
Black with #46284D
Text Example
Text Example
White with #46284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46284D; }
p { color: rgb(70,40,77); }
H1.HeaderClassName
{
color: #46284D;
}
.AnyTagClassName
{
color: #46284D;
}
</style>
background-color css
<style>
a { background-color: #46284D; }
a { background-color: rgb(70,40,77); }
div.DivClassName
{
background-color: #46284D;
}
.BgClassName
{
background-color: #46284D;
}
</style>
border-color css
<style>
span { border-color: #46284D; }
span { border-color: rgb(70,40,77); }
td.TdClassName
{
border-color: #46284D;
}
.TagClassName
{
border-color: #46284D;
}
</style>