Shades of Hot Purple #44124C
Tints of Hot Purple #44124C
RGB
CMYK
RGB Variations
Color information
#44124C (or 0x44124C) is known color: Hot Purple. HEX triplet: 44, 12 and 4C. RGB value is (68,18,76). Sum of RGB (Red+Green+Blue) = 68+18+76=162 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.98% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 76 (30.08% from 255 or 46.91% from 162); Max value from RGB is 76 - color contains mainly: blue. Hex color #44124C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44124C is #BBEDB3. Grayscale: #272727. Windows color (decimal): -12316084 or 4985412. OLE color: 4985412.
HSL color Cylindrical-coordinate representation of color #44124C: hue angle of 291.72º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #44124C is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 18 | 76 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.70 |
| HSL | 291.72º | 0.62% | 0.18% | - |
| HSV(B) | 291.72º | 0.76% | 0.3% | - |
| XYZ | 3.9 | 2.18 | 7.05 | - |
| YUV | 39.56 | 148.57 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 18 | 76 | 0.11 | 0.76 | 0 | 0.70 | 291.72 | 0.62 | 0.18 |
| Hex | 44 | 12 | 4C | B | 4C | 0 | 46 | 124 | 3E | 12 |
| Octal | 104 | 22 | 114 | 13 | 114 | 0 | 106 | 444 | 76 | 22 |
| Binary | 1000100 | 10010 | 1001100 | 1011 | 1001100 | 0 | 1000110 | 100100100 | 111110 | 10010 |
Color Harmonies of #44124C
Complementary color
Monochromatic Colors of #44124C
Black with #44124C
Text Example
Text Example
White with #44124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44124C; }
p { color: rgb(68,18,76); }
H1.HeaderClassName
{
color: #44124C;
}
.AnyTagClassName
{
color: #44124C;
}
</style>
background-color css
<style>
a { background-color: #44124C; }
a { background-color: rgb(68,18,76); }
div.DivClassName
{
background-color: #44124C;
}
.BgClassName
{
background-color: #44124C;
}
</style>
border-color css
<style>
span { border-color: #44124C; }
span { border-color: rgb(68,18,76); }
td.TdClassName
{
border-color: #44124C;
}
.TagClassName
{
border-color: #44124C;
}
</style>