Shades of Hot Purple #440F4D
Tints of Hot Purple #440F4D
RGB
CMYK
RGB Variations
Color information
#440F4D (or 0x440F4D) is known color: Hot Purple. HEX triplet: 44, 0F and 4D. RGB value is (68,15,77). Sum of RGB (Red+Green+Blue) = 68+15+77=160 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.5% from 160); Green value is 15 (6.25% from 255 or 9.38% from 160); Blue value is 77 (30.47% from 255 or 48.12% from 160); Max value from RGB is 77 - color contains mainly: blue. Hex color #440F4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440F4D is #BBF0B2. Grayscale: #252525. Windows color (decimal): -12316851 or 5050180. OLE color: 5050180.
HSL color Cylindrical-coordinate representation of color #440F4D: hue angle of 291.29º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #440F4D is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 15 | 77 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.70 |
| HSL | 291.29º | 0.67% | 0.18% | - |
| HSV(B) | 291.29º | 0.81% | 0.3% | - |
| XYZ | 3.89 | 2.11 | 7.22 | - |
| YUV | 37.92 | 150.06 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 15 | 77 | 0.12 | 0.81 | 0 | 0.70 | 291.29 | 0.67 | 0.18 |
| Hex | 44 | F | 4D | C | 51 | 0 | 46 | 123 | 43 | 12 |
| Octal | 104 | 17 | 115 | 14 | 121 | 0 | 106 | 443 | 103 | 22 |
| Binary | 1000100 | 1111 | 1001101 | 1100 | 1010001 | 0 | 1000110 | 100100011 | 1000011 | 10010 |
Color Harmonies of #440F4D
Complementary color
Monochromatic Colors of #440F4D
Black with #440F4D
Text Example
Text Example
White with #440F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440F4D; }
p { color: rgb(68,15,77); }
H1.HeaderClassName
{
color: #440F4D;
}
.AnyTagClassName
{
color: #440F4D;
}
</style>
background-color css
<style>
a { background-color: #440F4D; }
a { background-color: rgb(68,15,77); }
div.DivClassName
{
background-color: #440F4D;
}
.BgClassName
{
background-color: #440F4D;
}
</style>
border-color css
<style>
span { border-color: #440F4D; }
span { border-color: rgb(68,15,77); }
td.TdClassName
{
border-color: #440F4D;
}
.TagClassName
{
border-color: #440F4D;
}
</style>