Shades of Hot Purple #442347
Tints of Hot Purple #442347
RGB
CMYK
RGB Variations
Color information
#442347 (or 0x442347) is known color: Hot Purple. HEX triplet: 44, 23 and 47. RGB value is (68,35,71). Sum of RGB (Red+Green+Blue) = 68+35+71=174 (23% of max value = 765). Red value is 68 (26.95% from 255 or 39.08% from 174); Green value is 35 (14.06% from 255 or 20.11% from 174); Blue value is 71 (28.12% from 255 or 40.80% from 174); Max value from RGB is 71 - color contains mainly: blue. Hex color #442347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442347 is #BBDCB8. Grayscale: #303030. Windows color (decimal): -12311737 or 4662084. OLE color: 4662084.
HSL color Cylindrical-coordinate representation of color #442347: hue angle of 295º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #442347 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 68 | 35 | 71 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.72 |
| HSL | 295º | 0.34% | 0.21% | - |
| HSV(B) | 295º | 0.51% | 0.28% | - |
| XYZ | 4.12 | 2.89 | 6.3 | - |
| YUV | 48.97 | 140.43 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 35 | 71 | 0.04 | 0.51 | 0 | 0.72 | 295 | 0.34 | 0.21 |
| Hex | 44 | 23 | 47 | 4 | 33 | 0 | 48 | 127 | 22 | 15 |
| Octal | 104 | 43 | 107 | 4 | 63 | 0 | 110 | 447 | 42 | 25 |
| Binary | 1000100 | 100011 | 1000111 | 100 | 110011 | 0 | 1001000 | 100100111 | 100010 | 10101 |
Color Harmonies of #442347
Complementary color
Monochromatic Colors of #442347
Black with #442347
Text Example
Text Example
White with #442347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442347; }
p { color: rgb(68,35,71); }
H1.HeaderClassName
{
color: #442347;
}
.AnyTagClassName
{
color: #442347;
}
</style>
background-color css
<style>
a { background-color: #442347; }
a { background-color: rgb(68,35,71); }
div.DivClassName
{
background-color: #442347;
}
.BgClassName
{
background-color: #442347;
}
</style>
border-color css
<style>
span { border-color: #442347; }
span { border-color: rgb(68,35,71); }
td.TdClassName
{
border-color: #442347;
}
.TagClassName
{
border-color: #442347;
}
</style>