Shades of Hot Purple #44204C
Tints of Hot Purple #44204C
RGB
CMYK
RGB Variations
Color information
#44204C (or 0x44204C) is known color: Hot Purple. HEX triplet: 44, 20 and 4C. RGB value is (68,32,76). Sum of RGB (Red+Green+Blue) = 68+32+76=176 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.64% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 76 (30.08% from 255 or 43.18% from 176); Max value from RGB is 76 - color contains mainly: blue. Hex color #44204C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44204C is #BBDFB3. Grayscale: #2F2F2F. Windows color (decimal): -12312500 or 4988996. OLE color: 4988996.
HSL color Cylindrical-coordinate representation of color #44204C: hue angle of 289.09º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #44204C is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 32 | 76 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.70 |
| HSL | 289.09º | 0.41% | 0.21% | - |
| HSV(B) | 289.09º | 0.58% | 0.3% | - |
| XYZ | 4.2 | 2.78 | 7.15 | - |
| YUV | 47.78 | 143.93 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 32 | 76 | 0.11 | 0.58 | 0 | 0.70 | 289.09 | 0.41 | 0.21 |
| Hex | 44 | 20 | 4C | B | 3A | 0 | 46 | 121 | 29 | 15 |
| Octal | 104 | 40 | 114 | 13 | 72 | 0 | 106 | 441 | 51 | 25 |
| Binary | 1000100 | 100000 | 1001100 | 1011 | 111010 | 0 | 1000110 | 100100001 | 101001 | 10101 |
Color Harmonies of #44204C
Complementary color
Monochromatic Colors of #44204C
Black with #44204C
Text Example
Text Example
White with #44204C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44204C; }
p { color: rgb(68,32,76); }
H1.HeaderClassName
{
color: #44204C;
}
.AnyTagClassName
{
color: #44204C;
}
</style>
background-color css
<style>
a { background-color: #44204C; }
a { background-color: rgb(68,32,76); }
div.DivClassName
{
background-color: #44204C;
}
.BgClassName
{
background-color: #44204C;
}
</style>
border-color css
<style>
span { border-color: #44204C; }
span { border-color: rgb(68,32,76); }
td.TdClassName
{
border-color: #44204C;
}
.TagClassName
{
border-color: #44204C;
}
</style>