Shades of Hot Purple #46284A
Tints of Hot Purple #46284A
RGB
CMYK
RGB Variations
Color information
#46284A (or 0x46284A) is known color: Hot Purple. HEX triplet: 46, 28 and 4A. RGB value is (70,40,74). Sum of RGB (Red+Green+Blue) = 70+40+74=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 74 - color contains mainly: blue. Hex color #46284A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46284A is #B9D7B5. Grayscale: #343434. Windows color (decimal): -12179382 or 4859974. OLE color: 4859974.
HSL color Cylindrical-coordinate representation of color #46284A: hue angle of 292.94º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #46284A is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 40 | 74 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.71 |
| HSL | 292.94º | 0.3% | 0.22% | - |
| HSV(B) | 292.94º | 0.46% | 0.29% | - |
| XYZ | 4.52 | 3.31 | 6.88 | - |
| YUV | 52.85 | 139.94 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 40 | 74 | 0.05 | 0.46 | 0 | 0.71 | 292.94 | 0.3 | 0.22 |
| Hex | 46 | 28 | 4A | 5 | 2E | 0 | 47 | 125 | 1E | 16 |
| Octal | 106 | 50 | 112 | 5 | 56 | 0 | 107 | 445 | 36 | 26 |
| Binary | 1000110 | 101000 | 1001010 | 101 | 101110 | 0 | 1000111 | 100100101 | 11110 | 10110 |
Color Harmonies of #46284A
Complementary color
Monochromatic Colors of #46284A
Black with #46284A
Text Example
Text Example
White with #46284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46284A; }
p { color: rgb(70,40,74); }
H1.HeaderClassName
{
color: #46284A;
}
.AnyTagClassName
{
color: #46284A;
}
</style>
background-color css
<style>
a { background-color: #46284A; }
a { background-color: rgb(70,40,74); }
div.DivClassName
{
background-color: #46284A;
}
.BgClassName
{
background-color: #46284A;
}
</style>
border-color css
<style>
span { border-color: #46284A; }
span { border-color: rgb(70,40,74); }
td.TdClassName
{
border-color: #46284A;
}
.TagClassName
{
border-color: #46284A;
}
</style>