Shades of Hot Purple #44264C
Tints of Hot Purple #44264C
RGB
CMYK
RGB Variations
Color information
#44264C (or 0x44264C) is known color: Hot Purple. HEX triplet: 44, 26 and 4C. RGB value is (68,38,76). Sum of RGB (Red+Green+Blue) = 68+38+76=182 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.36% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 76 - color contains mainly: blue. Hex color #44264C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44264C is #BBD9B3. Grayscale: #333333. Windows color (decimal): -12310964 or 4990532. OLE color: 4990532.
HSL color Cylindrical-coordinate representation of color #44264C: hue angle of 287.37º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #44264C is Cyan = 0.11, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 38 | 76 | - |
| CMYK | 0.11 | 0.5 | 0 | 0.70 |
| HSL | 287.37º | 0.33% | 0.22% | - |
| HSV(B) | 287.37º | 0.5% | 0.3% | - |
| XYZ | 4.38 | 3.14 | 7.21 | - |
| YUV | 51.3 | 141.94 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 38 | 76 | 0.11 | 0.5 | 0 | 0.70 | 287.37 | 0.33 | 0.22 |
| Hex | 44 | 26 | 4C | B | 32 | 0 | 46 | 11F | 21 | 16 |
| Octal | 104 | 46 | 114 | 13 | 62 | 0 | 106 | 437 | 41 | 26 |
| Binary | 1000100 | 100110 | 1001100 | 1011 | 110010 | 0 | 1000110 | 100011111 | 100001 | 10110 |
Color Harmonies of #44264C
Complementary color
Monochromatic Colors of #44264C
Black with #44264C
Text Example
Text Example
White with #44264C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44264C; }
p { color: rgb(68,38,76); }
H1.HeaderClassName
{
color: #44264C;
}
.AnyTagClassName
{
color: #44264C;
}
</style>
background-color css
<style>
a { background-color: #44264C; }
a { background-color: rgb(68,38,76); }
div.DivClassName
{
background-color: #44264C;
}
.BgClassName
{
background-color: #44264C;
}
</style>
border-color css
<style>
span { border-color: #44264C; }
span { border-color: rgb(68,38,76); }
td.TdClassName
{
border-color: #44264C;
}
.TagClassName
{
border-color: #44264C;
}
</style>