Shades of Hot Purple #44194D
Tints of Hot Purple #44194D
RGB
CMYK
RGB Variations
Color information
#44194D (or 0x44194D) is known color: Hot Purple. HEX triplet: 44, 19 and 4D. RGB value is (68,25,77). Sum of RGB (Red+Green+Blue) = 68+25+77=170 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 77 (30.47% from 255 or 45.29% from 170); Max value from RGB is 77 - color contains mainly: blue. Hex color #44194D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44194D is #BBE6B2. Grayscale: #2B2B2B. Windows color (decimal): -12314291 or 5052740. OLE color: 5052740.
HSL color Cylindrical-coordinate representation of color #44194D: hue angle of 289.62º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44194D is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 25 | 77 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.70 |
| HSL | 289.62º | 0.51% | 0.2% | - |
| HSV(B) | 289.62º | 0.68% | 0.3% | - |
| XYZ | 4.07 | 2.46 | 7.28 | - |
| YUV | 43.79 | 146.75 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 25 | 77 | 0.12 | 0.68 | 0 | 0.70 | 289.62 | 0.51 | 0.2 |
| Hex | 44 | 19 | 4D | C | 44 | 0 | 46 | 122 | 33 | 14 |
| Octal | 104 | 31 | 115 | 14 | 104 | 0 | 106 | 442 | 63 | 24 |
| Binary | 1000100 | 11001 | 1001101 | 1100 | 1000100 | 0 | 1000110 | 100100010 | 110011 | 10100 |
Color Harmonies of #44194D
Complementary color
Monochromatic Colors of #44194D
Black with #44194D
Text Example
Text Example
White with #44194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44194D; }
p { color: rgb(68,25,77); }
H1.HeaderClassName
{
color: #44194D;
}
.AnyTagClassName
{
color: #44194D;
}
</style>
background-color css
<style>
a { background-color: #44194D; }
a { background-color: rgb(68,25,77); }
div.DivClassName
{
background-color: #44194D;
}
.BgClassName
{
background-color: #44194D;
}
</style>
border-color css
<style>
span { border-color: #44194D; }
span { border-color: rgb(68,25,77); }
td.TdClassName
{
border-color: #44194D;
}
.TagClassName
{
border-color: #44194D;
}
</style>