Shades of Hot Purple #441649
Tints of Hot Purple #441649
RGB
CMYK
RGB Variations
Color information
#441649 (or 0x441649) is known color: Hot Purple. HEX triplet: 44, 16 and 49. RGB value is (68,22,73). Sum of RGB (Red+Green+Blue) = 68+22+73=163 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.72% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 73 (28.91% from 255 or 44.79% from 163); Max value from RGB is 73 - color contains mainly: blue. Hex color #441649 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441649 is #BBE9B6. Grayscale: #292929. Windows color (decimal): -12315063 or 4789828. OLE color: 4789828.
HSL color Cylindrical-coordinate representation of color #441649: hue angle of 294.12º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #441649 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 22 | 73 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.71 |
| HSL | 294.12º | 0.54% | 0.19% | - |
| HSV(B) | 294.12º | 0.7% | 0.29% | - |
| XYZ | 3.87 | 2.28 | 6.54 | - |
| YUV | 41.57 | 145.74 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 22 | 73 | 0.07 | 0.70 | 0 | 0.71 | 294.12 | 0.54 | 0.19 |
| Hex | 44 | 16 | 49 | 7 | 46 | 0 | 47 | 126 | 36 | 13 |
| Octal | 104 | 26 | 111 | 7 | 106 | 0 | 107 | 446 | 66 | 23 |
| Binary | 1000100 | 10110 | 1001001 | 111 | 1000110 | 0 | 1000111 | 100100110 | 110110 | 10011 |
Color Harmonies of #441649
Complementary color
Monochromatic Colors of #441649
Black with #441649
Text Example
Text Example
White with #441649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441649; }
p { color: rgb(68,22,73); }
H1.HeaderClassName
{
color: #441649;
}
.AnyTagClassName
{
color: #441649;
}
</style>
background-color css
<style>
a { background-color: #441649; }
a { background-color: rgb(68,22,73); }
div.DivClassName
{
background-color: #441649;
}
.BgClassName
{
background-color: #441649;
}
</style>
border-color css
<style>
span { border-color: #441649; }
span { border-color: rgb(68,22,73); }
td.TdClassName
{
border-color: #441649;
}
.TagClassName
{
border-color: #441649;
}
</style>