Shades of Hot Purple #44144C
Tints of Hot Purple #44144C
RGB
CMYK
RGB Variations
Color information
#44144C (or 0x44144C) is known color: Hot Purple. HEX triplet: 44, 14 and 4C. RGB value is (68,20,76). Sum of RGB (Red+Green+Blue) = 68+20+76=164 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.46% from 164); Green value is 20 (8.20% from 255 or 12.20% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 76 - color contains mainly: blue. Hex color #44144C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44144C is #BBEBB3. Grayscale: #282828. Windows color (decimal): -12315572 or 4985924. OLE color: 4985924.
HSL color Cylindrical-coordinate representation of color #44144C: hue angle of 291.43º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #44144C is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 20 | 76 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.70 |
| HSL | 291.43º | 0.58% | 0.19% | - |
| HSV(B) | 291.43º | 0.74% | 0.3% | - |
| XYZ | 3.94 | 2.25 | 7.06 | - |
| YUV | 40.74 | 147.9 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 20 | 76 | 0.11 | 0.74 | 0 | 0.70 | 291.43 | 0.58 | 0.19 |
| Hex | 44 | 14 | 4C | B | 4A | 0 | 46 | 123 | 3A | 13 |
| Octal | 104 | 24 | 114 | 13 | 112 | 0 | 106 | 443 | 72 | 23 |
| Binary | 1000100 | 10100 | 1001100 | 1011 | 1001010 | 0 | 1000110 | 100100011 | 111010 | 10011 |
Color Harmonies of #44144C
Complementary color
Monochromatic Colors of #44144C
Black with #44144C
Text Example
Text Example
White with #44144C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44144C; }
p { color: rgb(68,20,76); }
H1.HeaderClassName
{
color: #44144C;
}
.AnyTagClassName
{
color: #44144C;
}
</style>
background-color css
<style>
a { background-color: #44144C; }
a { background-color: rgb(68,20,76); }
div.DivClassName
{
background-color: #44144C;
}
.BgClassName
{
background-color: #44144C;
}
</style>
border-color css
<style>
span { border-color: #44144C; }
span { border-color: rgb(68,20,76); }
td.TdClassName
{
border-color: #44144C;
}
.TagClassName
{
border-color: #44144C;
}
</style>