Shades of Hot Purple #402845
Tints of Hot Purple #402845
RGB
CMYK
RGB Variations
Color information
#402845 (or 0x402845) is known color: Hot Purple. HEX triplet: 40, 28 and 45. RGB value is (64,40,69). Sum of RGB (Red+Green+Blue) = 64+40+69=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 69 (27.34% from 255 or 39.88% from 173); Max value from RGB is 69 - color contains mainly: blue. Hex color #402845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402845 is #BFD7BA. Grayscale: #323232. Windows color (decimal): -12572603 or 4532288. OLE color: 4532288.
HSL color Cylindrical-coordinate representation of color #402845: hue angle of 289.66º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #402845 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 40 | 69 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.73 |
| HSL | 289.66º | 0.27% | 0.21% | - |
| HSV(B) | 289.66º | 0.42% | 0.27% | - |
| XYZ | 3.95 | 3.04 | 6.01 | - |
| YUV | 50.48 | 138.45 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 40 | 69 | 0.07 | 0.42 | 0 | 0.73 | 289.66 | 0.27 | 0.21 |
| Hex | 40 | 28 | 45 | 7 | 2A | 0 | 49 | 122 | 1B | 15 |
| Octal | 100 | 50 | 105 | 7 | 52 | 0 | 111 | 442 | 33 | 25 |
| Binary | 1000000 | 101000 | 1000101 | 111 | 101010 | 0 | 1001001 | 100100010 | 11011 | 10101 |
Color Harmonies of #402845
Complementary color
Monochromatic Colors of #402845
Black with #402845
Text Example
Text Example
White with #402845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402845; }
p { color: rgb(64,40,69); }
H1.HeaderClassName
{
color: #402845;
}
.AnyTagClassName
{
color: #402845;
}
</style>
background-color css
<style>
a { background-color: #402845; }
a { background-color: rgb(64,40,69); }
div.DivClassName
{
background-color: #402845;
}
.BgClassName
{
background-color: #402845;
}
</style>
border-color css
<style>
span { border-color: #402845; }
span { border-color: rgb(64,40,69); }
td.TdClassName
{
border-color: #402845;
}
.TagClassName
{
border-color: #402845;
}
</style>