Shades of Hot Purple #4C144B
Tints of Hot Purple #4C144B
RGB
CMYK
RGB Variations
Color information
#4C144B (or 0x4C144B) is known color: Hot Purple. HEX triplet: 4C, 14 and 4B. RGB value is (76,20,75). Sum of RGB (Red+Green+Blue) = 76+20+75=171 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.44% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 75 (29.69% from 255 or 43.86% from 171); Max value from RGB is 76 - color contains mainly: red. Hex color #4C144B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C144B is #B3EBB4. Grayscale: #2A2A2A. Windows color (decimal): -11791285 or 4920396. OLE color: 4920396.
HSL color Cylindrical-coordinate representation of color #4C144B: hue angle of 301.07º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C144B is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 20 | 75 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.70 |
| HSL | 301.07º | 0.58% | 0.19% | - |
| HSV(B) | 301.07º | 0.74% | 0.3% | - |
| XYZ | 4.5 | 2.54 | 6.91 | - |
| YUV | 43.01 | 146.05 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 20 | 75 | 0 | 0.74 | 0.01 | 0.70 | 301.07 | 0.58 | 0.19 |
| Hex | 4C | 14 | 4B | 0 | 4A | 1 | 46 | 12D | 3A | 13 |
| Octal | 114 | 24 | 113 | 0 | 112 | 1 | 106 | 455 | 72 | 23 |
| Binary | 1001100 | 10100 | 1001011 | 0 | 1001010 | 1 | 1000110 | 100101101 | 111010 | 10011 |
Color Harmonies of #4C144B
Complementary color
Monochromatic Colors of #4C144B
Black with #4C144B
Text Example
Text Example
White with #4C144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C144B; }
p { color: rgb(76,20,75); }
H1.HeaderClassName
{
color: #4C144B;
}
.AnyTagClassName
{
color: #4C144B;
}
</style>
background-color css
<style>
a { background-color: #4C144B; }
a { background-color: rgb(76,20,75); }
div.DivClassName
{
background-color: #4C144B;
}
.BgClassName
{
background-color: #4C144B;
}
</style>
border-color css
<style>
span { border-color: #4C144B; }
span { border-color: rgb(76,20,75); }
td.TdClassName
{
border-color: #4C144B;
}
.TagClassName
{
border-color: #4C144B;
}
</style>