Shades of Hot Purple #441C48
Tints of Hot Purple #441C48
RGB
CMYK
RGB Variations
Color information
#441C48 (or 0x441C48) is known color: Hot Purple. HEX triplet: 44, 1C and 48. RGB value is (68,28,72). Sum of RGB (Red+Green+Blue) = 68+28+72=168 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.48% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 72 (28.52% from 255 or 42.86% from 168); Max value from RGB is 72 - color contains mainly: blue. Hex color #441C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441C48 is #BBE3B7. Grayscale: #2C2C2C. Windows color (decimal): -12313528 or 4725828. OLE color: 4725828.
HSL color Cylindrical-coordinate representation of color #441C48: hue angle of 294.55º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #441C48 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 68 | 28 | 72 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.72 |
| HSL | 294.55º | 0.44% | 0.2% | - |
| HSV(B) | 294.55º | 0.61% | 0.28% | - |
| XYZ | 3.97 | 2.53 | 6.41 | - |
| YUV | 44.98 | 143.25 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 28 | 72 | 0.06 | 0.61 | 0 | 0.72 | 294.55 | 0.44 | 0.2 |
| Hex | 44 | 1C | 48 | 6 | 3D | 0 | 48 | 127 | 2C | 14 |
| Octal | 104 | 34 | 110 | 6 | 75 | 0 | 110 | 447 | 54 | 24 |
| Binary | 1000100 | 11100 | 1001000 | 110 | 111101 | 0 | 1001000 | 100100111 | 101100 | 10100 |
Color Harmonies of #441C48
Complementary color
Monochromatic Colors of #441C48
Black with #441C48
Text Example
Text Example
White with #441C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441C48; }
p { color: rgb(68,28,72); }
H1.HeaderClassName
{
color: #441C48;
}
.AnyTagClassName
{
color: #441C48;
}
</style>
background-color css
<style>
a { background-color: #441C48; }
a { background-color: rgb(68,28,72); }
div.DivClassName
{
background-color: #441C48;
}
.BgClassName
{
background-color: #441C48;
}
</style>
border-color css
<style>
span { border-color: #441C48; }
span { border-color: rgb(68,28,72); }
td.TdClassName
{
border-color: #441C48;
}
.TagClassName
{
border-color: #441C48;
}
</style>