Shades of Hot Purple #4C244B
Tints of Hot Purple #4C244B
RGB
CMYK
RGB Variations
Color information
#4C244B (or 0x4C244B) is known color: Hot Purple. HEX triplet: 4C, 24 and 4B. RGB value is (76,36,75). Sum of RGB (Red+Green+Blue) = 76+36+75=187 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.64% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 76 - color contains mainly: red. Hex color #4C244B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C244B is #B3DBB4. Grayscale: #343434. Windows color (decimal): -11787189 or 4924492. OLE color: 4924492.
HSL color Cylindrical-coordinate representation of color #4C244B: hue angle of 301.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4C244B is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 36 | 75 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.70 |
| HSL | 301.5º | 0.36% | 0.22% | - |
| HSV(B) | 301.5º | 0.53% | 0.3% | - |
| XYZ | 4.88 | 3.31 | 7.04 | - |
| YUV | 52.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 36 | 75 | 0 | 0.53 | 0.01 | 0.70 | 301.5 | 0.36 | 0.22 |
| Hex | 4C | 24 | 4B | 0 | 35 | 1 | 46 | 12E | 24 | 16 |
| Octal | 114 | 44 | 113 | 0 | 65 | 1 | 106 | 456 | 44 | 26 |
| Binary | 1001100 | 100100 | 1001011 | 0 | 110101 | 1 | 1000110 | 100101110 | 100100 | 10110 |
Color Harmonies of #4C244B
Complementary color
Monochromatic Colors of #4C244B
Black with #4C244B
Text Example
Text Example
White with #4C244B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C244B; }
p { color: rgb(76,36,75); }
H1.HeaderClassName
{
color: #4C244B;
}
.AnyTagClassName
{
color: #4C244B;
}
</style>
background-color css
<style>
a { background-color: #4C244B; }
a { background-color: rgb(76,36,75); }
div.DivClassName
{
background-color: #4C244B;
}
.BgClassName
{
background-color: #4C244B;
}
</style>
border-color css
<style>
span { border-color: #4C244B; }
span { border-color: rgb(76,36,75); }
td.TdClassName
{
border-color: #4C244B;
}
.TagClassName
{
border-color: #4C244B;
}
</style>