Shades of Hot Purple #44144D
Tints of Hot Purple #44144D
RGB
CMYK
RGB Variations
Color information
#44144D (or 0x44144D) is known color: Hot Purple. HEX triplet: 44, 14 and 4D. RGB value is (68,20,77). Sum of RGB (Red+Green+Blue) = 68+20+77=165 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.21% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 77 - color contains mainly: blue. Hex color #44144D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44144D is #BBEBB2. Grayscale: #282828. Windows color (decimal): -12315571 or 5051460. OLE color: 5051460.
HSL color Cylindrical-coordinate representation of color #44144D: hue angle of 290.53º degrees, saturation: 0.59, 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 #44144D is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 20 | 77 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.70 |
| HSL | 290.53º | 0.59% | 0.19% | - |
| HSV(B) | 290.53º | 0.74% | 0.3% | - |
| XYZ | 3.97 | 2.27 | 7.25 | - |
| YUV | 40.85 | 148.4 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 20 | 77 | 0.12 | 0.74 | 0 | 0.70 | 290.53 | 0.59 | 0.19 |
| Hex | 44 | 14 | 4D | C | 4A | 0 | 46 | 123 | 3B | 13 |
| Octal | 104 | 24 | 115 | 14 | 112 | 0 | 106 | 443 | 73 | 23 |
| Binary | 1000100 | 10100 | 1001101 | 1100 | 1001010 | 0 | 1000110 | 100100011 | 111011 | 10011 |
Color Harmonies of #44144D
Complementary color
Monochromatic Colors of #44144D
Black with #44144D
Text Example
Text Example
White with #44144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44144D; }
p { color: rgb(68,20,77); }
H1.HeaderClassName
{
color: #44144D;
}
.AnyTagClassName
{
color: #44144D;
}
</style>
background-color css
<style>
a { background-color: #44144D; }
a { background-color: rgb(68,20,77); }
div.DivClassName
{
background-color: #44144D;
}
.BgClassName
{
background-color: #44144D;
}
</style>
border-color css
<style>
span { border-color: #44144D; }
span { border-color: rgb(68,20,77); }
td.TdClassName
{
border-color: #44144D;
}
.TagClassName
{
border-color: #44144D;
}
</style>