Shades of Hot Purple #441B4D
Tints of Hot Purple #441B4D
RGB
CMYK
RGB Variations
Color information
#441B4D (or 0x441B4D) is known color: Hot Purple. HEX triplet: 44, 1B and 4D. RGB value is (68,27,77). Sum of RGB (Red+Green+Blue) = 68+27+77=172 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.53% from 172); Green value is 27 (10.94% from 255 or 15.70% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 77 - color contains mainly: blue. Hex color #441B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441B4D is #BBE4B2. Grayscale: #2C2C2C. Windows color (decimal): -12313779 or 5053252. OLE color: 5053252.
HSL color Cylindrical-coordinate representation of color #441B4D: hue angle of 289.2º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #441B4D is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 27 | 77 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.70 |
| HSL | 289.2º | 0.48% | 0.2% | - |
| HSV(B) | 289.2º | 0.65% | 0.3% | - |
| XYZ | 4.12 | 2.55 | 7.3 | - |
| YUV | 44.96 | 146.08 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 27 | 77 | 0.12 | 0.65 | 0 | 0.70 | 289.2 | 0.48 | 0.2 |
| Hex | 44 | 1B | 4D | C | 41 | 0 | 46 | 121 | 30 | 14 |
| Octal | 104 | 33 | 115 | 14 | 101 | 0 | 106 | 441 | 60 | 24 |
| Binary | 1000100 | 11011 | 1001101 | 1100 | 1000001 | 0 | 1000110 | 100100001 | 110000 | 10100 |
Color Harmonies of #441B4D
Complementary color
Monochromatic Colors of #441B4D
Black with #441B4D
Text Example
Text Example
White with #441B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441B4D; }
p { color: rgb(68,27,77); }
H1.HeaderClassName
{
color: #441B4D;
}
.AnyTagClassName
{
color: #441B4D;
}
</style>
background-color css
<style>
a { background-color: #441B4D; }
a { background-color: rgb(68,27,77); }
div.DivClassName
{
background-color: #441B4D;
}
.BgClassName
{
background-color: #441B4D;
}
</style>
border-color css
<style>
span { border-color: #441B4D; }
span { border-color: rgb(68,27,77); }
td.TdClassName
{
border-color: #441B4D;
}
.TagClassName
{
border-color: #441B4D;
}
</style>