Shades of Hot Purple #401C47
Tints of Hot Purple #401C47
RGB
CMYK
RGB Variations
Color information
#401C47 (or 0x401C47) is known color: Hot Purple. HEX triplet: 40, 1C and 47. RGB value is (64,28,71). Sum of RGB (Red+Green+Blue) = 64+28+71=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 71 (28.12% from 255 or 43.56% from 163); Max value from RGB is 71 - color contains mainly: blue. Hex color #401C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401C47 is #BFE3B8. Grayscale: #2B2B2B. Windows color (decimal): -12575673 or 4660288. OLE color: 4660288.
HSL color Cylindrical-coordinate representation of color #401C47: hue angle of 290.23º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #401C47 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 28 | 71 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.72 |
| HSL | 290.23º | 0.43% | 0.19% | - |
| HSV(B) | 290.23º | 0.61% | 0.28% | - |
| XYZ | 3.67 | 2.38 | 6.23 | - |
| YUV | 43.67 | 143.43 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 28 | 71 | 0.10 | 0.61 | 0 | 0.72 | 290.23 | 0.43 | 0.19 |
| Hex | 40 | 1C | 47 | A | 3D | 0 | 48 | 122 | 2B | 13 |
| Octal | 100 | 34 | 107 | 12 | 75 | 0 | 110 | 442 | 53 | 23 |
| Binary | 1000000 | 11100 | 1000111 | 1010 | 111101 | 0 | 1001000 | 100100010 | 101011 | 10011 |
Color Harmonies of #401C47
Complementary color
Monochromatic Colors of #401C47
Black with #401C47
Text Example
Text Example
White with #401C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401C47; }
p { color: rgb(64,28,71); }
H1.HeaderClassName
{
color: #401C47;
}
.AnyTagClassName
{
color: #401C47;
}
</style>
background-color css
<style>
a { background-color: #401C47; }
a { background-color: rgb(64,28,71); }
div.DivClassName
{
background-color: #401C47;
}
.BgClassName
{
background-color: #401C47;
}
</style>
border-color css
<style>
span { border-color: #401C47; }
span { border-color: rgb(64,28,71); }
td.TdClassName
{
border-color: #401C47;
}
.TagClassName
{
border-color: #401C47;
}
</style>