Shades of Hot Purple #44174D
Tints of Hot Purple #44174D
RGB
CMYK
RGB Variations
Color information
#44174D (or 0x44174D) is known color: Hot Purple. HEX triplet: 44, 17 and 4D. RGB value is (68,23,77). Sum of RGB (Red+Green+Blue) = 68+23+77=168 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.48% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 77 (30.47% from 255 or 45.83% from 168); Max value from RGB is 77 - color contains mainly: blue. Hex color #44174D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44174D is #BBE8B2. Grayscale: #2A2A2A. Windows color (decimal): -12314803 or 5052228. OLE color: 5052228.
HSL color Cylindrical-coordinate representation of color #44174D: hue angle of 290º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44174D is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 23 | 77 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.70 |
| HSL | 290º | 0.54% | 0.2% | - |
| HSV(B) | 290º | 0.7% | 0.3% | - |
| XYZ | 4.03 | 2.38 | 7.27 | - |
| YUV | 42.61 | 147.41 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 23 | 77 | 0.12 | 0.70 | 0 | 0.70 | 290 | 0.54 | 0.2 |
| Hex | 44 | 17 | 4D | C | 46 | 0 | 46 | 122 | 36 | 14 |
| Octal | 104 | 27 | 115 | 14 | 106 | 0 | 106 | 442 | 66 | 24 |
| Binary | 1000100 | 10111 | 1001101 | 1100 | 1000110 | 0 | 1000110 | 100100010 | 110110 | 10100 |
Color Harmonies of #44174D
Complementary color
Monochromatic Colors of #44174D
Black with #44174D
Text Example
Text Example
White with #44174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44174D; }
p { color: rgb(68,23,77); }
H1.HeaderClassName
{
color: #44174D;
}
.AnyTagClassName
{
color: #44174D;
}
</style>
background-color css
<style>
a { background-color: #44174D; }
a { background-color: rgb(68,23,77); }
div.DivClassName
{
background-color: #44174D;
}
.BgClassName
{
background-color: #44174D;
}
</style>
border-color css
<style>
span { border-color: #44174D; }
span { border-color: rgb(68,23,77); }
td.TdClassName
{
border-color: #44174D;
}
.TagClassName
{
border-color: #44174D;
}
</style>