Shades of Hot Purple #402248
Tints of Hot Purple #402248
RGB
CMYK
RGB Variations
Color information
#402248 (or 0x402248) is known color: Hot Purple. HEX triplet: 40, 22 and 48. RGB value is (64,34,72). Sum of RGB (Red+Green+Blue) = 64+34+72=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 72 (28.52% from 255 or 42.35% from 170); Max value from RGB is 72 - color contains mainly: blue. Hex color #402248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402248 is #BFDDB7. Grayscale: #2F2F2F. Windows color (decimal): -12574136 or 4727360. OLE color: 4727360.
HSL color Cylindrical-coordinate representation of color #402248: hue angle of 287.37º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #402248 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 34 | 72 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.72 |
| HSL | 287.37º | 0.36% | 0.21% | - |
| HSV(B) | 287.37º | 0.53% | 0.28% | - |
| XYZ | 3.86 | 2.7 | 6.45 | - |
| YUV | 47.3 | 141.94 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 34 | 72 | 0.11 | 0.53 | 0 | 0.72 | 287.37 | 0.36 | 0.21 |
| Hex | 40 | 22 | 48 | B | 35 | 0 | 48 | 11F | 24 | 15 |
| Octal | 100 | 42 | 110 | 13 | 65 | 0 | 110 | 437 | 44 | 25 |
| Binary | 1000000 | 100010 | 1001000 | 1011 | 110101 | 0 | 1001000 | 100011111 | 100100 | 10101 |
Color Harmonies of #402248
Complementary color
Monochromatic Colors of #402248
Black with #402248
Text Example
Text Example
White with #402248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402248; }
p { color: rgb(64,34,72); }
H1.HeaderClassName
{
color: #402248;
}
.AnyTagClassName
{
color: #402248;
}
</style>
background-color css
<style>
a { background-color: #402248; }
a { background-color: rgb(64,34,72); }
div.DivClassName
{
background-color: #402248;
}
.BgClassName
{
background-color: #402248;
}
</style>
border-color css
<style>
span { border-color: #402248; }
span { border-color: rgb(64,34,72); }
td.TdClassName
{
border-color: #402248;
}
.TagClassName
{
border-color: #402248;
}
</style>