Shades of Hot Purple #44184C
Tints of Hot Purple #44184C
RGB
CMYK
RGB Variations
Color information
#44184C (or 0x44184C) is known color: Hot Purple. HEX triplet: 44, 18 and 4C. RGB value is (68,24,76). Sum of RGB (Red+Green+Blue) = 68+24+76=168 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.48% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 76 (30.08% from 255 or 45.24% from 168); Max value from RGB is 76 - color contains mainly: blue. Hex color #44184C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44184C is #BBE7B3. Grayscale: #2A2A2A. Windows color (decimal): -12314548 or 4986948. OLE color: 4986948.
HSL color Cylindrical-coordinate representation of color #44184C: hue angle of 290.77º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44184C is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 24 | 76 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.70 |
| HSL | 290.77º | 0.52% | 0.2% | - |
| HSV(B) | 290.77º | 0.68% | 0.3% | - |
| XYZ | 4.02 | 2.4 | 7.09 | - |
| YUV | 43.08 | 146.58 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 24 | 76 | 0.11 | 0.68 | 0 | 0.70 | 290.77 | 0.52 | 0.2 |
| Hex | 44 | 18 | 4C | B | 44 | 0 | 46 | 123 | 34 | 14 |
| Octal | 104 | 30 | 114 | 13 | 104 | 0 | 106 | 443 | 64 | 24 |
| Binary | 1000100 | 11000 | 1001100 | 1011 | 1000100 | 0 | 1000110 | 100100011 | 110100 | 10100 |
Color Harmonies of #44184C
Complementary color
Monochromatic Colors of #44184C
Black with #44184C
Text Example
Text Example
White with #44184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44184C; }
p { color: rgb(68,24,76); }
H1.HeaderClassName
{
color: #44184C;
}
.AnyTagClassName
{
color: #44184C;
}
</style>
background-color css
<style>
a { background-color: #44184C; }
a { background-color: rgb(68,24,76); }
div.DivClassName
{
background-color: #44184C;
}
.BgClassName
{
background-color: #44184C;
}
</style>
border-color css
<style>
span { border-color: #44184C; }
span { border-color: rgb(68,24,76); }
td.TdClassName
{
border-color: #44184C;
}
.TagClassName
{
border-color: #44184C;
}
</style>