Shades of Hot Purple #461849
Tints of Hot Purple #461849
RGB
CMYK
RGB Variations
Color information
#461849 (or 0x461849) is known color: Hot Purple. HEX triplet: 46, 18 and 49. RGB value is (70,24,73). Sum of RGB (Red+Green+Blue) = 70+24+73=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 73 (28.91% from 255 or 43.71% from 167); Max value from RGB is 73 - color contains mainly: blue. Hex color #461849 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461849 is #B9E7B6. Grayscale: #2B2B2B. Windows color (decimal): -12183479 or 4790342. OLE color: 4790342.
HSL color Cylindrical-coordinate representation of color #461849: hue angle of 296.33º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #461849 is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 24 | 73 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.71 |
| HSL | 296.33º | 0.51% | 0.19% | - |
| HSV(B) | 296.33º | 0.67% | 0.29% | - |
| XYZ | 4.06 | 2.44 | 6.56 | - |
| YUV | 43.34 | 144.74 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 24 | 73 | 0.04 | 0.67 | 0 | 0.71 | 296.33 | 0.51 | 0.19 |
| Hex | 46 | 18 | 49 | 4 | 43 | 0 | 47 | 128 | 33 | 13 |
| Octal | 106 | 30 | 111 | 4 | 103 | 0 | 107 | 450 | 63 | 23 |
| Binary | 1000110 | 11000 | 1001001 | 100 | 1000011 | 0 | 1000111 | 100101000 | 110011 | 10011 |
Color Harmonies of #461849
Complementary color
Monochromatic Colors of #461849
Black with #461849
Text Example
Text Example
White with #461849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461849; }
p { color: rgb(70,24,73); }
H1.HeaderClassName
{
color: #461849;
}
.AnyTagClassName
{
color: #461849;
}
</style>
background-color css
<style>
a { background-color: #461849; }
a { background-color: rgb(70,24,73); }
div.DivClassName
{
background-color: #461849;
}
.BgClassName
{
background-color: #461849;
}
</style>
border-color css
<style>
span { border-color: #461849; }
span { border-color: rgb(70,24,73); }
td.TdClassName
{
border-color: #461849;
}
.TagClassName
{
border-color: #461849;
}
</style>