Shades of Hot Purple #441D4A
Tints of Hot Purple #441D4A
RGB
CMYK
RGB Variations
Color information
#441D4A (or 0x441D4A) is known color: Hot Purple. HEX triplet: 44, 1D and 4A. RGB value is (68,29,74). Sum of RGB (Red+Green+Blue) = 68+29+74=171 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.77% from 171); Green value is 29 (11.72% from 255 or 16.96% from 171); Blue value is 74 (29.30% from 255 or 43.27% from 171); Max value from RGB is 74 - color contains mainly: blue. Hex color #441D4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441D4A is #BBE2B5. Grayscale: #2D2D2D. Windows color (decimal): -12313270 or 4857156. OLE color: 4857156.
HSL color Cylindrical-coordinate representation of color #441D4A: hue angle of 292º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #441D4A is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 29 | 74 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.71 |
| HSL | 292º | 0.44% | 0.2% | - |
| HSV(B) | 292º | 0.61% | 0.29% | - |
| XYZ | 4.06 | 2.6 | 6.77 | - |
| YUV | 45.79 | 143.92 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 29 | 74 | 0.08 | 0.61 | 0 | 0.71 | 292 | 0.44 | 0.2 |
| Hex | 44 | 1D | 4A | 8 | 3D | 0 | 47 | 124 | 2C | 14 |
| Octal | 104 | 35 | 112 | 10 | 75 | 0 | 107 | 444 | 54 | 24 |
| Binary | 1000100 | 11101 | 1001010 | 1000 | 111101 | 0 | 1000111 | 100100100 | 101100 | 10100 |
Color Harmonies of #441D4A
Complementary color
Monochromatic Colors of #441D4A
Black with #441D4A
Text Example
Text Example
White with #441D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441D4A; }
p { color: rgb(68,29,74); }
H1.HeaderClassName
{
color: #441D4A;
}
.AnyTagClassName
{
color: #441D4A;
}
</style>
background-color css
<style>
a { background-color: #441D4A; }
a { background-color: rgb(68,29,74); }
div.DivClassName
{
background-color: #441D4A;
}
.BgClassName
{
background-color: #441D4A;
}
</style>
border-color css
<style>
span { border-color: #441D4A; }
span { border-color: rgb(68,29,74); }
td.TdClassName
{
border-color: #441D4A;
}
.TagClassName
{
border-color: #441D4A;
}
</style>