Shades of Hot Purple #443048
Tints of Hot Purple #443048
RGB
CMYK
RGB Variations
Color information
#443048 (or 0x443048) is known color: Hot Purple. HEX triplet: 44, 30 and 48. RGB value is (68,48,72). Sum of RGB (Red+Green+Blue) = 68+48+72=188 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.17% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 72 (28.52% from 255 or 38.30% from 188); Max value from RGB is 72 - color contains mainly: blue. Hex color #443048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443048 is #BBCFB7. Grayscale: #383838. Windows color (decimal): -12308408 or 4730948. OLE color: 4730948.
HSL color Cylindrical-coordinate representation of color #443048: hue angle of 290º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #443048 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 68 | 48 | 72 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.72 |
| HSL | 290º | 0.2% | 0.24% | - |
| HSV(B) | 290º | 0.33% | 0.28% | - |
| XYZ | 4.61 | 3.81 | 6.62 | - |
| YUV | 56.72 | 136.63 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 48 | 72 | 0.06 | 0.33 | 0 | 0.72 | 290 | 0.2 | 0.24 |
| Hex | 44 | 30 | 48 | 6 | 21 | 0 | 48 | 122 | 14 | 18 |
| Octal | 104 | 60 | 110 | 6 | 41 | 0 | 110 | 442 | 24 | 30 |
| Binary | 1000100 | 110000 | 1001000 | 110 | 100001 | 0 | 1001000 | 100100010 | 10100 | 11000 |
Color Harmonies of #443048
Complementary color
Monochromatic Colors of #443048
Black with #443048
Text Example
Text Example
White with #443048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443048; }
p { color: rgb(68,48,72); }
H1.HeaderClassName
{
color: #443048;
}
.AnyTagClassName
{
color: #443048;
}
</style>
background-color css
<style>
a { background-color: #443048; }
a { background-color: rgb(68,48,72); }
div.DivClassName
{
background-color: #443048;
}
.BgClassName
{
background-color: #443048;
}
</style>
border-color css
<style>
span { border-color: #443048; }
span { border-color: rgb(68,48,72); }
td.TdClassName
{
border-color: #443048;
}
.TagClassName
{
border-color: #443048;
}
</style>