Shades of Hot Purple #4C144D
Tints of Hot Purple #4C144D
RGB
CMYK
RGB Variations
Color information
#4C144D (or 0x4C144D) is known color: Hot Purple. HEX triplet: 4C, 14 and 4D. RGB value is (76,20,77). Sum of RGB (Red+Green+Blue) = 76+20+77=173 (22% of max value = 765). Red value is 76 (30.08% from 255 or 43.93% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 77 - color contains mainly: blue. Hex color #4C144D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C144D is #B3EBB2. Grayscale: #2B2B2B. Windows color (decimal): -11791283 or 5051468. OLE color: 5051468.
HSL color Cylindrical-coordinate representation of color #4C144D: hue angle of 298.95º degrees, saturation: 0.59, 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 #4C144D is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 20 | 77 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.70 |
| HSL | 298.95º | 0.59% | 0.19% | - |
| HSV(B) | 298.95º | 0.74% | 0.3% | - |
| XYZ | 4.57 | 2.57 | 7.28 | - |
| YUV | 43.24 | 147.05 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 20 | 77 | 0.01 | 0.74 | 0 | 0.70 | 298.95 | 0.59 | 0.19 |
| Hex | 4C | 14 | 4D | 1 | 4A | 0 | 46 | 12B | 3B | 13 |
| Octal | 114 | 24 | 115 | 1 | 112 | 0 | 106 | 453 | 73 | 23 |
| Binary | 1001100 | 10100 | 1001101 | 1 | 1001010 | 0 | 1000110 | 100101011 | 111011 | 10011 |
Color Harmonies of #4C144D
Complementary color
Monochromatic Colors of #4C144D
Black with #4C144D
Text Example
Text Example
White with #4C144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C144D; }
p { color: rgb(76,20,77); }
H1.HeaderClassName
{
color: #4C144D;
}
.AnyTagClassName
{
color: #4C144D;
}
</style>
background-color css
<style>
a { background-color: #4C144D; }
a { background-color: rgb(76,20,77); }
div.DivClassName
{
background-color: #4C144D;
}
.BgClassName
{
background-color: #4C144D;
}
</style>
border-color css
<style>
span { border-color: #4C144D; }
span { border-color: rgb(76,20,77); }
td.TdClassName
{
border-color: #4C144D;
}
.TagClassName
{
border-color: #4C144D;
}
</style>