Shades of Hot Purple #422D47
Tints of Hot Purple #422D47
RGB
CMYK
RGB Variations
Color information
#422D47 (or 0x422D47) is known color: Hot Purple. HEX triplet: 42, 2D and 47. RGB value is (66,45,71). Sum of RGB (Red+Green+Blue) = 66+45+71=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 71 (28.12% from 255 or 39.01% from 182); Max value from RGB is 71 - color contains mainly: blue. Hex color #422D47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422D47 is #BDD2B8. Grayscale: #363636. Windows color (decimal): -12440249 or 4664642. OLE color: 4664642.
HSL color Cylindrical-coordinate representation of color #422D47: hue angle of 288.46º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #422D47 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 66 | 45 | 71 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.72 |
| HSL | 288.46º | 0.22% | 0.23% | - |
| HSV(B) | 288.46º | 0.37% | 0.28% | - |
| XYZ | 4.32 | 3.49 | 6.41 | - |
| YUV | 54.24 | 137.46 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 45 | 71 | 0.07 | 0.37 | 0 | 0.72 | 288.46 | 0.22 | 0.23 |
| Hex | 42 | 2D | 47 | 7 | 25 | 0 | 48 | 120 | 16 | 17 |
| Octal | 102 | 55 | 107 | 7 | 45 | 0 | 110 | 440 | 26 | 27 |
| Binary | 1000010 | 101101 | 1000111 | 111 | 100101 | 0 | 1001000 | 100100000 | 10110 | 10111 |
Color Harmonies of #422D47
Complementary color
Monochromatic Colors of #422D47
Black with #422D47
Text Example
Text Example
White with #422D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422D47; }
p { color: rgb(66,45,71); }
H1.HeaderClassName
{
color: #422D47;
}
.AnyTagClassName
{
color: #422D47;
}
</style>
background-color css
<style>
a { background-color: #422D47; }
a { background-color: rgb(66,45,71); }
div.DivClassName
{
background-color: #422D47;
}
.BgClassName
{
background-color: #422D47;
}
</style>
border-color css
<style>
span { border-color: #422D47; }
span { border-color: rgb(66,45,71); }
td.TdClassName
{
border-color: #422D47;
}
.TagClassName
{
border-color: #422D47;
}
</style>