Shades of Hot Purple #461D47
Tints of Hot Purple #461D47
RGB
CMYK
RGB Variations
Color information
#461D47 (or 0x461D47) is known color: Hot Purple. HEX triplet: 46, 1D and 47. RGB value is (70,29,71). Sum of RGB (Red+Green+Blue) = 70+29+71=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 29 (11.72% from 255 or 17.06% from 170); Blue value is 71 (28.12% from 255 or 41.76% from 170); Max value from RGB is 71 - color contains mainly: blue. Hex color #461D47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461D47 is #B9E2B8. Grayscale: #2D2D2D. Windows color (decimal): -12182201 or 4660550. OLE color: 4660550.
HSL color Cylindrical-coordinate representation of color #461D47: hue angle of 298.57º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #461D47 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 70 | 29 | 71 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.72 |
| HSL | 298.57º | 0.42% | 0.2% | - |
| HSV(B) | 298.57º | 0.59% | 0.28% | - |
| XYZ | 4.1 | 2.64 | 6.25 | - |
| YUV | 46.05 | 142.08 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 29 | 71 | 0.01 | 0.59 | 0 | 0.72 | 298.57 | 0.42 | 0.2 |
| Hex | 46 | 1D | 47 | 1 | 3B | 0 | 48 | 12B | 2A | 14 |
| Octal | 106 | 35 | 107 | 1 | 73 | 0 | 110 | 453 | 52 | 24 |
| Binary | 1000110 | 11101 | 1000111 | 1 | 111011 | 0 | 1001000 | 100101011 | 101010 | 10100 |
Color Harmonies of #461D47
Complementary color
Monochromatic Colors of #461D47
Black with #461D47
Text Example
Text Example
White with #461D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461D47; }
p { color: rgb(70,29,71); }
H1.HeaderClassName
{
color: #461D47;
}
.AnyTagClassName
{
color: #461D47;
}
</style>
background-color css
<style>
a { background-color: #461D47; }
a { background-color: rgb(70,29,71); }
div.DivClassName
{
background-color: #461D47;
}
.BgClassName
{
background-color: #461D47;
}
</style>
border-color css
<style>
span { border-color: #461D47; }
span { border-color: rgb(70,29,71); }
td.TdClassName
{
border-color: #461D47;
}
.TagClassName
{
border-color: #461D47;
}
</style>