Shades of Hot Purple #4C154F
Tints of Hot Purple #4C154F
RGB
CMYK
RGB Variations
Color information
#4C154F (or 0x4C154F) is known color: Hot Purple. HEX triplet: 4C, 15 and 4F. RGB value is (76,21,79). Sum of RGB (Red+Green+Blue) = 76+21+79=176 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.18% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 79 (31.25% from 255 or 44.89% from 176); Max value from RGB is 79 - color contains mainly: blue. Hex color #4C154F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C154F is #B3EAB0. Grayscale: #2B2B2B. Windows color (decimal): -11791025 or 5182796. OLE color: 5182796.
HSL color Cylindrical-coordinate representation of color #4C154F: hue angle of 296.9º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4C154F is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 21 | 79 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.69 |
| HSL | 296.9º | 0.58% | 0.2% | - |
| HSV(B) | 296.9º | 0.73% | 0.31% | - |
| XYZ | 4.66 | 2.64 | 7.66 | - |
| YUV | 44.06 | 147.72 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 21 | 79 | 0.04 | 0.73 | 0 | 0.69 | 296.9 | 0.58 | 0.2 |
| Hex | 4C | 15 | 4F | 4 | 49 | 0 | 45 | 129 | 3A | 14 |
| Octal | 114 | 25 | 117 | 4 | 111 | 0 | 105 | 451 | 72 | 24 |
| Binary | 1001100 | 10101 | 1001111 | 100 | 1001001 | 0 | 1000101 | 100101001 | 111010 | 10100 |
Color Harmonies of #4C154F
Complementary color
Monochromatic Colors of #4C154F
Black with #4C154F
Text Example
Text Example
White with #4C154F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C154F; }
p { color: rgb(76,21,79); }
H1.HeaderClassName
{
color: #4C154F;
}
.AnyTagClassName
{
color: #4C154F;
}
</style>
background-color css
<style>
a { background-color: #4C154F; }
a { background-color: rgb(76,21,79); }
div.DivClassName
{
background-color: #4C154F;
}
.BgClassName
{
background-color: #4C154F;
}
</style>
border-color css
<style>
span { border-color: #4C154F; }
span { border-color: rgb(76,21,79); }
td.TdClassName
{
border-color: #4C154F;
}
.TagClassName
{
border-color: #4C154F;
}
</style>