Shades of Hot Purple #44204A
Tints of Hot Purple #44204A
RGB
CMYK
RGB Variations
Color information
#44204A (or 0x44204A) is known color: Hot Purple. HEX triplet: 44, 20 and 4A. RGB value is (68,32,74). Sum of RGB (Red+Green+Blue) = 68+32+74=174 (23% of max value = 765). Red value is 68 (26.95% from 255 or 39.08% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 74 - color contains mainly: blue. Hex color #44204A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44204A is #BBDFB5. Grayscale: #2F2F2F. Windows color (decimal): -12312502 or 4857924. OLE color: 4857924.
HSL color Cylindrical-coordinate representation of color #44204A: hue angle of 291.43º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44204A is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 32 | 74 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.71 |
| HSL | 291.43º | 0.4% | 0.21% | - |
| HSV(B) | 291.43º | 0.57% | 0.29% | - |
| XYZ | 4.14 | 2.76 | 6.79 | - |
| YUV | 47.55 | 142.93 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 32 | 74 | 0.08 | 0.57 | 0 | 0.71 | 291.43 | 0.4 | 0.21 |
| Hex | 44 | 20 | 4A | 8 | 39 | 0 | 47 | 123 | 28 | 15 |
| Octal | 104 | 40 | 112 | 10 | 71 | 0 | 107 | 443 | 50 | 25 |
| Binary | 1000100 | 100000 | 1001010 | 1000 | 111001 | 0 | 1000111 | 100100011 | 101000 | 10101 |
Color Harmonies of #44204A
Complementary color
Monochromatic Colors of #44204A
Black with #44204A
Text Example
Text Example
White with #44204A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44204A; }
p { color: rgb(68,32,74); }
H1.HeaderClassName
{
color: #44204A;
}
.AnyTagClassName
{
color: #44204A;
}
</style>
background-color css
<style>
a { background-color: #44204A; }
a { background-color: rgb(68,32,74); }
div.DivClassName
{
background-color: #44204A;
}
.BgClassName
{
background-color: #44204A;
}
</style>
border-color css
<style>
span { border-color: #44204A; }
span { border-color: rgb(68,32,74); }
td.TdClassName
{
border-color: #44204A;
}
.TagClassName
{
border-color: #44204A;
}
</style>