Shades of Hot Purple #402447
Tints of Hot Purple #402447
RGB
CMYK
RGB Variations
Color information
#402447 (or 0x402447) is known color: Hot Purple. HEX triplet: 40, 24 and 47. RGB value is (64,36,71). Sum of RGB (Red+Green+Blue) = 64+36+71=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 71 (28.12% from 255 or 41.52% from 171); Max value from RGB is 71 - color contains mainly: blue. Hex color #402447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402447 is #BFDBB8. Grayscale: #303030. Windows color (decimal): -12573625 or 4662336. OLE color: 4662336.
HSL color Cylindrical-coordinate representation of color #402447: hue angle of 288º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #402447 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 36 | 71 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.72 |
| HSL | 288º | 0.33% | 0.21% | - |
| HSV(B) | 288º | 0.49% | 0.28% | - |
| XYZ | 3.88 | 2.81 | 6.3 | - |
| YUV | 48.36 | 140.78 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 36 | 71 | 0.10 | 0.49 | 0 | 0.72 | 288 | 0.33 | 0.21 |
| Hex | 40 | 24 | 47 | A | 31 | 0 | 48 | 120 | 21 | 15 |
| Octal | 100 | 44 | 107 | 12 | 61 | 0 | 110 | 440 | 41 | 25 |
| Binary | 1000000 | 100100 | 1000111 | 1010 | 110001 | 0 | 1001000 | 100100000 | 100001 | 10101 |
Color Harmonies of #402447
Complementary color
Monochromatic Colors of #402447
Black with #402447
Text Example
Text Example
White with #402447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402447; }
p { color: rgb(64,36,71); }
H1.HeaderClassName
{
color: #402447;
}
.AnyTagClassName
{
color: #402447;
}
</style>
background-color css
<style>
a { background-color: #402447; }
a { background-color: rgb(64,36,71); }
div.DivClassName
{
background-color: #402447;
}
.BgClassName
{
background-color: #402447;
}
</style>
border-color css
<style>
span { border-color: #402447; }
span { border-color: rgb(64,36,71); }
td.TdClassName
{
border-color: #402447;
}
.TagClassName
{
border-color: #402447;
}
</style>