Shades of Hot Purple #4F114A
Tints of Hot Purple #4F114A
RGB
CMYK
RGB Variations
Color information
#4F114A (or 0x4F114A) is known color: Hot Purple. HEX triplet: 4F, 11 and 4A. RGB value is (79,17,74). Sum of RGB (Red+Green+Blue) = 79+17+74=170 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.47% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 74 (29.30% from 255 or 43.53% from 170); Max value from RGB is 79 - color contains mainly: red. Hex color #4F114A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F114A is #B0EEB5. Grayscale: #292929. Windows color (decimal): -11595446 or 4854095. OLE color: 4854095.
HSL color Cylindrical-coordinate representation of color #4F114A: hue angle of 304.84º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4F114A is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 17 | 74 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.69 |
| HSL | 304.84º | 0.65% | 0.19% | - |
| HSV(B) | 304.84º | 0.78% | 0.31% | - |
| XYZ | 4.66 | 2.56 | 6.73 | - |
| YUV | 42.04 | 146.04 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 17 | 74 | 0 | 0.78 | 0.06 | 0.69 | 304.84 | 0.65 | 0.19 |
| Hex | 4F | 11 | 4A | 0 | 4E | 6 | 45 | 131 | 41 | 13 |
| Octal | 117 | 21 | 112 | 0 | 116 | 6 | 105 | 461 | 101 | 23 |
| Binary | 1001111 | 10001 | 1001010 | 0 | 1001110 | 110 | 1000101 | 100110001 | 1000001 | 10011 |
Color Harmonies of #4F114A
Complementary color
Monochromatic Colors of #4F114A
Black with #4F114A
Text Example
Text Example
White with #4F114A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F114A; }
p { color: rgb(79,17,74); }
H1.HeaderClassName
{
color: #4F114A;
}
.AnyTagClassName
{
color: #4F114A;
}
</style>
background-color css
<style>
a { background-color: #4F114A; }
a { background-color: rgb(79,17,74); }
div.DivClassName
{
background-color: #4F114A;
}
.BgClassName
{
background-color: #4F114A;
}
</style>
border-color css
<style>
span { border-color: #4F114A; }
span { border-color: rgb(79,17,74); }
td.TdClassName
{
border-color: #4F114A;
}
.TagClassName
{
border-color: #4F114A;
}
</style>