Shades of Hot Purple #402048
Tints of Hot Purple #402048
RGB
CMYK
RGB Variations
Color information
#402048 (or 0x402048) is known color: Hot Purple. HEX triplet: 40, 20 and 48. RGB value is (64,32,72). Sum of RGB (Red+Green+Blue) = 64+32+72=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 72 (28.52% from 255 or 42.86% from 168); Max value from RGB is 72 - color contains mainly: blue. Hex color #402048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402048 is #BFDFB7. Grayscale: #2E2E2E. Windows color (decimal): -12574648 or 4726848. OLE color: 4726848.
HSL color Cylindrical-coordinate representation of color #402048: hue angle of 288º degrees, saturation: 0.38, 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 #402048 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 32 | 72 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.72 |
| HSL | 288º | 0.38% | 0.2% | - |
| HSV(B) | 288º | 0.56% | 0.28% | - |
| XYZ | 3.8 | 2.59 | 6.43 | - |
| YUV | 46.13 | 142.6 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 32 | 72 | 0.11 | 0.56 | 0 | 0.72 | 288 | 0.38 | 0.2 |
| Hex | 40 | 20 | 48 | B | 38 | 0 | 48 | 120 | 26 | 14 |
| Octal | 100 | 40 | 110 | 13 | 70 | 0 | 110 | 440 | 46 | 24 |
| Binary | 1000000 | 100000 | 1001000 | 1011 | 111000 | 0 | 1001000 | 100100000 | 100110 | 10100 |
Color Harmonies of #402048
Complementary color
Monochromatic Colors of #402048
Black with #402048
Text Example
Text Example
White with #402048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402048; }
p { color: rgb(64,32,72); }
H1.HeaderClassName
{
color: #402048;
}
.AnyTagClassName
{
color: #402048;
}
</style>
background-color css
<style>
a { background-color: #402048; }
a { background-color: rgb(64,32,72); }
div.DivClassName
{
background-color: #402048;
}
.BgClassName
{
background-color: #402048;
}
</style>
border-color css
<style>
span { border-color: #402048; }
span { border-color: rgb(64,32,72); }
td.TdClassName
{
border-color: #402048;
}
.TagClassName
{
border-color: #402048;
}
</style>