Shades of Hot Purple #44194C
Tints of Hot Purple #44194C
RGB
CMYK
RGB Variations
Color information
#44194C (or 0x44194C) is known color: Hot Purple. HEX triplet: 44, 19 and 4C. RGB value is (68,25,76). Sum of RGB (Red+Green+Blue) = 68+25+76=169 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.24% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 76 (30.08% from 255 or 44.97% from 169); Max value from RGB is 76 - color contains mainly: blue. Hex color #44194C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44194C is #BBE6B3. Grayscale: #2B2B2B. Windows color (decimal): -12314292 or 4987204. OLE color: 4987204.
HSL color Cylindrical-coordinate representation of color #44194C: hue angle of 290.59º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44194C is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 25 | 76 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.70 |
| HSL | 290.59º | 0.5% | 0.2% | - |
| HSV(B) | 290.59º | 0.67% | 0.3% | - |
| XYZ | 4.04 | 2.45 | 7.1 | - |
| YUV | 43.67 | 146.25 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 25 | 76 | 0.11 | 0.67 | 0 | 0.70 | 290.59 | 0.5 | 0.2 |
| Hex | 44 | 19 | 4C | B | 43 | 0 | 46 | 123 | 32 | 14 |
| Octal | 104 | 31 | 114 | 13 | 103 | 0 | 106 | 443 | 62 | 24 |
| Binary | 1000100 | 11001 | 1001100 | 1011 | 1000011 | 0 | 1000110 | 100100011 | 110010 | 10100 |
Color Harmonies of #44194C
Complementary color
Monochromatic Colors of #44194C
Black with #44194C
Text Example
Text Example
White with #44194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44194C; }
p { color: rgb(68,25,76); }
H1.HeaderClassName
{
color: #44194C;
}
.AnyTagClassName
{
color: #44194C;
}
</style>
background-color css
<style>
a { background-color: #44194C; }
a { background-color: rgb(68,25,76); }
div.DivClassName
{
background-color: #44194C;
}
.BgClassName
{
background-color: #44194C;
}
</style>
border-color css
<style>
span { border-color: #44194C; }
span { border-color: rgb(68,25,76); }
td.TdClassName
{
border-color: #44194C;
}
.TagClassName
{
border-color: #44194C;
}
</style>