Shades of Hot Purple #440C4D
Tints of Hot Purple #440C4D
RGB
CMYK
RGB Variations
Color information
#440C4D (or 0x440C4D) is known color: Hot Purple. HEX triplet: 44, 0C and 4D. RGB value is (68,12,77). Sum of RGB (Red+Green+Blue) = 68+12+77=157 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.31% from 157); Green value is 12 (5.08% from 255 or 7.64% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #440C4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440C4D is #BBF3B2. Grayscale: #232323. Windows color (decimal): -12317619 or 5049412. OLE color: 5049412.
HSL color Cylindrical-coordinate representation of color #440C4D: hue angle of 291.69º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #440C4D is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 12 | 77 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.70 |
| HSL | 291.69º | 0.73% | 0.17% | - |
| HSV(B) | 291.69º | 0.84% | 0.3% | - |
| XYZ | 3.85 | 2.03 | 7.21 | - |
| YUV | 36.15 | 151.05 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 77 | 0.12 | 0.84 | 0 | 0.70 | 291.69 | 0.73 | 0.17 |
| Hex | 44 | C | 4D | C | 54 | 0 | 46 | 124 | 49 | 11 |
| Octal | 104 | 14 | 115 | 14 | 124 | 0 | 106 | 444 | 111 | 21 |
| Binary | 1000100 | 1100 | 1001101 | 1100 | 1010100 | 0 | 1000110 | 100100100 | 1001001 | 10001 |
Color Harmonies of #440C4D
Complementary color
Monochromatic Colors of #440C4D
Black with #440C4D
Text Example
Text Example
White with #440C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440C4D; }
p { color: rgb(68,12,77); }
H1.HeaderClassName
{
color: #440C4D;
}
.AnyTagClassName
{
color: #440C4D;
}
</style>
background-color css
<style>
a { background-color: #440C4D; }
a { background-color: rgb(68,12,77); }
div.DivClassName
{
background-color: #440C4D;
}
.BgClassName
{
background-color: #440C4D;
}
</style>
border-color css
<style>
span { border-color: #440C4D; }
span { border-color: rgb(68,12,77); }
td.TdClassName
{
border-color: #440C4D;
}
.TagClassName
{
border-color: #440C4D;
}
</style>