Shades of Hot Purple #442C4B
Tints of Hot Purple #442C4B
RGB
CMYK
RGB Variations
Color information
#442C4B (or 0x442C4B) is known color: Hot Purple. HEX triplet: 44, 2C and 4B. RGB value is (68,44,75). Sum of RGB (Red+Green+Blue) = 68+44+75=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 75 - color contains mainly: blue. Hex color #442C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442C4B is #BBD3B4. Grayscale: #363636. Windows color (decimal): -12309429 or 4926532. OLE color: 4926532.
HSL color Cylindrical-coordinate representation of color #442C4B: hue angle of 286.45º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #442C4B is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 44 | 75 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.71 |
| HSL | 286.45º | 0.26% | 0.23% | - |
| HSV(B) | 286.45º | 0.41% | 0.29% | - |
| XYZ | 4.55 | 3.54 | 7.1 | - |
| YUV | 54.71 | 139.45 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 44 | 75 | 0.09 | 0.41 | 0 | 0.71 | 286.45 | 0.26 | 0.23 |
| Hex | 44 | 2C | 4B | 9 | 29 | 0 | 47 | 11E | 1A | 17 |
| Octal | 104 | 54 | 113 | 11 | 51 | 0 | 107 | 436 | 32 | 27 |
| Binary | 1000100 | 101100 | 1001011 | 1001 | 101001 | 0 | 1000111 | 100011110 | 11010 | 10111 |
Color Harmonies of #442C4B
Complementary color
Monochromatic Colors of #442C4B
Black with #442C4B
Text Example
Text Example
White with #442C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442C4B; }
p { color: rgb(68,44,75); }
H1.HeaderClassName
{
color: #442C4B;
}
.AnyTagClassName
{
color: #442C4B;
}
</style>
background-color css
<style>
a { background-color: #442C4B; }
a { background-color: rgb(68,44,75); }
div.DivClassName
{
background-color: #442C4B;
}
.BgClassName
{
background-color: #442C4B;
}
</style>
border-color css
<style>
span { border-color: #442C4B; }
span { border-color: rgb(68,44,75); }
td.TdClassName
{
border-color: #442C4B;
}
.TagClassName
{
border-color: #442C4B;
}
</style>