Shades of Hot Purple #402046
Tints of Hot Purple #402046
RGB
CMYK
RGB Variations
Color information
#402046 (or 0x402046) is known color: Hot Purple. HEX triplet: 40, 20 and 46. RGB value is (64,32,70). Sum of RGB (Red+Green+Blue) = 64+32+70=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 70 (27.73% from 255 or 42.17% from 166); Max value from RGB is 70 - color contains mainly: blue. Hex color #402046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402046 is #BFDFB9. Grayscale: #2D2D2D. Windows color (decimal): -12574650 or 4595776. OLE color: 4595776.
HSL color Cylindrical-coordinate representation of color #402046: hue angle of 290.53º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #402046 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 32 | 70 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.73 |
| HSL | 290.53º | 0.37% | 0.2% | - |
| HSV(B) | 290.53º | 0.54% | 0.27% | - |
| XYZ | 3.74 | 2.57 | 6.09 | - |
| YUV | 45.9 | 141.6 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 32 | 70 | 0.09 | 0.54 | 0 | 0.73 | 290.53 | 0.37 | 0.2 |
| Hex | 40 | 20 | 46 | 9 | 36 | 0 | 49 | 123 | 25 | 14 |
| Octal | 100 | 40 | 106 | 11 | 66 | 0 | 111 | 443 | 45 | 24 |
| Binary | 1000000 | 100000 | 1000110 | 1001 | 110110 | 0 | 1001001 | 100100011 | 100101 | 10100 |
Color Harmonies of #402046
Complementary color
Monochromatic Colors of #402046
Black with #402046
Text Example
Text Example
White with #402046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402046; }
p { color: rgb(64,32,70); }
H1.HeaderClassName
{
color: #402046;
}
.AnyTagClassName
{
color: #402046;
}
</style>
background-color css
<style>
a { background-color: #402046; }
a { background-color: rgb(64,32,70); }
div.DivClassName
{
background-color: #402046;
}
.BgClassName
{
background-color: #402046;
}
</style>
border-color css
<style>
span { border-color: #402046; }
span { border-color: rgb(64,32,70); }
td.TdClassName
{
border-color: #402046;
}
.TagClassName
{
border-color: #402046;
}
</style>