Shades of Hot Purple #44134C
Tints of Hot Purple #44134C
RGB
CMYK
RGB Variations
Color information
#44134C (or 0x44134C) is known color: Hot Purple. HEX triplet: 44, 13 and 4C. RGB value is (68,19,76). Sum of RGB (Red+Green+Blue) = 68+19+76=163 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.72% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 76 (30.08% from 255 or 46.63% from 163); Max value from RGB is 76 - color contains mainly: blue. Hex color #44134C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44134C is #BBECB3. Grayscale: #272727. Windows color (decimal): -12315828 or 4985668. OLE color: 4985668.
HSL color Cylindrical-coordinate representation of color #44134C: hue angle of 291.58º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #44134C is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 19 | 76 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.70 |
| HSL | 291.58º | 0.6% | 0.19% | - |
| HSV(B) | 291.58º | 0.75% | 0.3% | - |
| XYZ | 3.92 | 2.22 | 7.06 | - |
| YUV | 40.15 | 148.23 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 19 | 76 | 0.11 | 0.75 | 0 | 0.70 | 291.58 | 0.6 | 0.19 |
| Hex | 44 | 13 | 4C | B | 4B | 0 | 46 | 124 | 3C | 13 |
| Octal | 104 | 23 | 114 | 13 | 113 | 0 | 106 | 444 | 74 | 23 |
| Binary | 1000100 | 10011 | 1001100 | 1011 | 1001011 | 0 | 1000110 | 100100100 | 111100 | 10011 |
Color Harmonies of #44134C
Complementary color
Monochromatic Colors of #44134C
Black with #44134C
Text Example
Text Example
White with #44134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44134C; }
p { color: rgb(68,19,76); }
H1.HeaderClassName
{
color: #44134C;
}
.AnyTagClassName
{
color: #44134C;
}
</style>
background-color css
<style>
a { background-color: #44134C; }
a { background-color: rgb(68,19,76); }
div.DivClassName
{
background-color: #44134C;
}
.BgClassName
{
background-color: #44134C;
}
</style>
border-color css
<style>
span { border-color: #44134C; }
span { border-color: rgb(68,19,76); }
td.TdClassName
{
border-color: #44134C;
}
.TagClassName
{
border-color: #44134C;
}
</style>