Shades of Hot Purple #401F47
Tints of Hot Purple #401F47
RGB
CMYK
RGB Variations
Color information
#401F47 (or 0x401F47) is known color: Hot Purple. HEX triplet: 40, 1F and 47. RGB value is (64,31,71). Sum of RGB (Red+Green+Blue) = 64+31+71=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 31 (12.5% from 255 or 18.67% from 166); Blue value is 71 (28.12% from 255 or 42.77% from 166); Max value from RGB is 71 - color contains mainly: blue. Hex color #401F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401F47 is #BFE0B8. Grayscale: #2D2D2D. Windows color (decimal): -12574905 or 4661056. OLE color: 4661056.
HSL color Cylindrical-coordinate representation of color #401F47: hue angle of 289.5º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #401F47 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 31 | 71 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.72 |
| HSL | 289.5º | 0.39% | 0.2% | - |
| HSV(B) | 289.5º | 0.56% | 0.28% | - |
| XYZ | 3.74 | 2.52 | 6.25 | - |
| YUV | 45.43 | 142.43 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 31 | 71 | 0.10 | 0.56 | 0 | 0.72 | 289.5 | 0.39 | 0.2 |
| Hex | 40 | 1F | 47 | A | 38 | 0 | 48 | 122 | 27 | 14 |
| Octal | 100 | 37 | 107 | 12 | 70 | 0 | 110 | 442 | 47 | 24 |
| Binary | 1000000 | 11111 | 1000111 | 1010 | 111000 | 0 | 1001000 | 100100010 | 100111 | 10100 |
Color Harmonies of #401F47
Complementary color
Monochromatic Colors of #401F47
Black with #401F47
Text Example
Text Example
White with #401F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401F47; }
p { color: rgb(64,31,71); }
H1.HeaderClassName
{
color: #401F47;
}
.AnyTagClassName
{
color: #401F47;
}
</style>
background-color css
<style>
a { background-color: #401F47; }
a { background-color: rgb(64,31,71); }
div.DivClassName
{
background-color: #401F47;
}
.BgClassName
{
background-color: #401F47;
}
</style>
border-color css
<style>
span { border-color: #401F47; }
span { border-color: rgb(64,31,71); }
td.TdClassName
{
border-color: #401F47;
}
.TagClassName
{
border-color: #401F47;
}
</style>