Shades of Hot Purple #441D4D
Tints of Hot Purple #441D4D
RGB
CMYK
RGB Variations
Color information
#441D4D (or 0x441D4D) is known color: Hot Purple. HEX triplet: 44, 1D and 4D. RGB value is (68,29,77). Sum of RGB (Red+Green+Blue) = 68+29+77=174 (23% of max value = 765). Red value is 68 (26.95% from 255 or 39.08% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 77 - color contains mainly: blue. Hex color #441D4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441D4D is #BBE2B2. Grayscale: #2D2D2D. Windows color (decimal): -12313267 or 5053764. OLE color: 5053764.
HSL color Cylindrical-coordinate representation of color #441D4D: hue angle of 288.75º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #441D4D is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 29 | 77 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.70 |
| HSL | 288.75º | 0.45% | 0.21% | - |
| HSV(B) | 288.75º | 0.62% | 0.3% | - |
| XYZ | 4.16 | 2.64 | 7.31 | - |
| YUV | 46.13 | 145.42 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 29 | 77 | 0.12 | 0.62 | 0 | 0.70 | 288.75 | 0.45 | 0.21 |
| Hex | 44 | 1D | 4D | C | 3E | 0 | 46 | 121 | 2D | 15 |
| Octal | 104 | 35 | 115 | 14 | 76 | 0 | 106 | 441 | 55 | 25 |
| Binary | 1000100 | 11101 | 1001101 | 1100 | 111110 | 0 | 1000110 | 100100001 | 101101 | 10101 |
Color Harmonies of #441D4D
Complementary color
Monochromatic Colors of #441D4D
Black with #441D4D
Text Example
Text Example
White with #441D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441D4D; }
p { color: rgb(68,29,77); }
H1.HeaderClassName
{
color: #441D4D;
}
.AnyTagClassName
{
color: #441D4D;
}
</style>
background-color css
<style>
a { background-color: #441D4D; }
a { background-color: rgb(68,29,77); }
div.DivClassName
{
background-color: #441D4D;
}
.BgClassName
{
background-color: #441D4D;
}
</style>
border-color css
<style>
span { border-color: #441D4D; }
span { border-color: rgb(68,29,77); }
td.TdClassName
{
border-color: #441D4D;
}
.TagClassName
{
border-color: #441D4D;
}
</style>