Shades of Hot Purple #440B4D
Tints of Hot Purple #440B4D
RGB
CMYK
RGB Variations
Color information
#440B4D (or 0x440B4D) is known color: Hot Purple. HEX triplet: 44, 0B and 4D. RGB value is (68,11,77). Sum of RGB (Red+Green+Blue) = 68+11+77=156 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.59% from 156); Green value is 11 (4.69% from 255 or 7.05% from 156); Blue value is 77 (30.47% from 255 or 49.36% from 156); Max value from RGB is 77 - color contains mainly: blue. Hex color #440B4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440B4D is #BBF4B2. Grayscale: #232323. Windows color (decimal): -12317875 or 5049156. OLE color: 5049156.
HSL color Cylindrical-coordinate representation of color #440B4D: hue angle of 291.82º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #440B4D is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 11 | 77 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.70 |
| HSL | 291.82º | 0.75% | 0.17% | - |
| HSV(B) | 291.82º | 0.86% | 0.3% | - |
| XYZ | 3.84 | 2 | 7.21 | - |
| YUV | 35.57 | 151.38 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 11 | 77 | 0.12 | 0.86 | 0 | 0.70 | 291.82 | 0.75 | 0.17 |
| Hex | 44 | B | 4D | C | 56 | 0 | 46 | 124 | 4B | 11 |
| Octal | 104 | 13 | 115 | 14 | 126 | 0 | 106 | 444 | 113 | 21 |
| Binary | 1000100 | 1011 | 1001101 | 1100 | 1010110 | 0 | 1000110 | 100100100 | 1001011 | 10001 |
Color Harmonies of #440B4D
Complementary color
Monochromatic Colors of #440B4D
Black with #440B4D
Text Example
Text Example
White with #440B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440B4D; }
p { color: rgb(68,11,77); }
H1.HeaderClassName
{
color: #440B4D;
}
.AnyTagClassName
{
color: #440B4D;
}
</style>
background-color css
<style>
a { background-color: #440B4D; }
a { background-color: rgb(68,11,77); }
div.DivClassName
{
background-color: #440B4D;
}
.BgClassName
{
background-color: #440B4D;
}
</style>
border-color css
<style>
span { border-color: #440B4D; }
span { border-color: rgb(68,11,77); }
td.TdClassName
{
border-color: #440B4D;
}
.TagClassName
{
border-color: #440B4D;
}
</style>