Shades of Hot Purple #44194B
Tints of Hot Purple #44194B
RGB
CMYK
RGB Variations
Color information
#44194B (or 0x44194B) is known color: Hot Purple. HEX triplet: 44, 19 and 4B. RGB value is (68,25,75). Sum of RGB (Red+Green+Blue) = 68+25+75=168 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.48% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 75 (29.69% from 255 or 44.64% from 168); Max value from RGB is 75 - color contains mainly: blue. Hex color #44194B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44194B is #BBE6B4. Grayscale: #2B2B2B. Windows color (decimal): -12314293 or 4921668. OLE color: 4921668.
HSL color Cylindrical-coordinate representation of color #44194B: hue angle of 291.6º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44194B is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 25 | 75 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.71 |
| HSL | 291.6º | 0.5% | 0.2% | - |
| HSV(B) | 291.6º | 0.67% | 0.29% | - |
| XYZ | 4 | 2.43 | 6.92 | - |
| YUV | 43.56 | 145.75 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 25 | 75 | 0.09 | 0.67 | 0 | 0.71 | 291.6 | 0.5 | 0.2 |
| Hex | 44 | 19 | 4B | 9 | 43 | 0 | 47 | 124 | 32 | 14 |
| Octal | 104 | 31 | 113 | 11 | 103 | 0 | 107 | 444 | 62 | 24 |
| Binary | 1000100 | 11001 | 1001011 | 1001 | 1000011 | 0 | 1000111 | 100100100 | 110010 | 10100 |
Color Harmonies of #44194B
Complementary color
Monochromatic Colors of #44194B
Black with #44194B
Text Example
Text Example
White with #44194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44194B; }
p { color: rgb(68,25,75); }
H1.HeaderClassName
{
color: #44194B;
}
.AnyTagClassName
{
color: #44194B;
}
</style>
background-color css
<style>
a { background-color: #44194B; }
a { background-color: rgb(68,25,75); }
div.DivClassName
{
background-color: #44194B;
}
.BgClassName
{
background-color: #44194B;
}
</style>
border-color css
<style>
span { border-color: #44194B; }
span { border-color: rgb(68,25,75); }
td.TdClassName
{
border-color: #44194B;
}
.TagClassName
{
border-color: #44194B;
}
</style>