Shades of Hot Purple #462149
Tints of Hot Purple #462149
RGB
CMYK
RGB Variations
Color information
#462149 (or 0x462149) is known color: Hot Purple. HEX triplet: 46, 21 and 49. RGB value is (70,33,73). Sum of RGB (Red+Green+Blue) = 70+33+73=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 73 - color contains mainly: blue. Hex color #462149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462149 is #B9DEB6. Grayscale: #303030. Windows color (decimal): -12181175 or 4792646. OLE color: 4792646.
HSL color Cylindrical-coordinate representation of color #462149: hue angle of 295.5º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #462149 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 33 | 73 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.71 |
| HSL | 295.5º | 0.38% | 0.21% | - |
| HSV(B) | 295.5º | 0.55% | 0.29% | - |
| XYZ | 4.27 | 2.87 | 6.63 | - |
| YUV | 48.62 | 141.76 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 33 | 73 | 0.04 | 0.55 | 0 | 0.71 | 295.5 | 0.38 | 0.21 |
| Hex | 46 | 21 | 49 | 4 | 37 | 0 | 47 | 128 | 26 | 15 |
| Octal | 106 | 41 | 111 | 4 | 67 | 0 | 107 | 450 | 46 | 25 |
| Binary | 1000110 | 100001 | 1001001 | 100 | 110111 | 0 | 1000111 | 100101000 | 100110 | 10101 |
Color Harmonies of #462149
Complementary color
Monochromatic Colors of #462149
Black with #462149
Text Example
Text Example
White with #462149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462149; }
p { color: rgb(70,33,73); }
H1.HeaderClassName
{
color: #462149;
}
.AnyTagClassName
{
color: #462149;
}
</style>
background-color css
<style>
a { background-color: #462149; }
a { background-color: rgb(70,33,73); }
div.DivClassName
{
background-color: #462149;
}
.BgClassName
{
background-color: #462149;
}
</style>
border-color css
<style>
span { border-color: #462149; }
span { border-color: rgb(70,33,73); }
td.TdClassName
{
border-color: #462149;
}
.TagClassName
{
border-color: #462149;
}
</style>