Shades of Hot Purple #441D48
Tints of Hot Purple #441D48
RGB
CMYK
RGB Variations
Color information
#441D48 (or 0x441D48) is known color: Hot Purple. HEX triplet: 44, 1D and 48. RGB value is (68,29,72). Sum of RGB (Red+Green+Blue) = 68+29+72=169 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.24% from 169); Green value is 29 (11.72% from 255 or 17.16% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 72 - color contains mainly: blue. Hex color #441D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441D48 is #BBE2B7. Grayscale: #2D2D2D. Windows color (decimal): -12313272 or 4726084. OLE color: 4726084.
HSL color Cylindrical-coordinate representation of color #441D48: hue angle of 294.42º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #441D48 is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 68 | 29 | 72 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.72 |
| HSL | 294.42º | 0.43% | 0.2% | - |
| HSV(B) | 294.42º | 0.6% | 0.28% | - |
| XYZ | 3.99 | 2.58 | 6.42 | - |
| YUV | 45.56 | 142.92 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 29 | 72 | 0.06 | 0.60 | 0 | 0.72 | 294.42 | 0.43 | 0.2 |
| Hex | 44 | 1D | 48 | 6 | 3C | 0 | 48 | 126 | 2B | 14 |
| Octal | 104 | 35 | 110 | 6 | 74 | 0 | 110 | 446 | 53 | 24 |
| Binary | 1000100 | 11101 | 1001000 | 110 | 111100 | 0 | 1001000 | 100100110 | 101011 | 10100 |
Color Harmonies of #441D48
Complementary color
Monochromatic Colors of #441D48
Black with #441D48
Text Example
Text Example
White with #441D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441D48; }
p { color: rgb(68,29,72); }
H1.HeaderClassName
{
color: #441D48;
}
.AnyTagClassName
{
color: #441D48;
}
</style>
background-color css
<style>
a { background-color: #441D48; }
a { background-color: rgb(68,29,72); }
div.DivClassName
{
background-color: #441D48;
}
.BgClassName
{
background-color: #441D48;
}
</style>
border-color css
<style>
span { border-color: #441D48; }
span { border-color: rgb(68,29,72); }
td.TdClassName
{
border-color: #441D48;
}
.TagClassName
{
border-color: #441D48;
}
</style>