Shades of Hot Purple #4F124A
Tints of Hot Purple #4F124A
RGB
CMYK
RGB Variations
Color information
#4F124A (or 0x4F124A) is known color: Hot Purple. HEX triplet: 4F, 12 and 4A. RGB value is (79,18,74). Sum of RGB (Red+Green+Blue) = 79+18+74=171 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.20% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 74 (29.30% from 255 or 43.27% from 171); Max value from RGB is 79 - color contains mainly: red. Hex color #4F124A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F124A is #B0EDB5. Grayscale: #2A2A2A. Windows color (decimal): -11595190 or 4854351. OLE color: 4854351.
HSL color Cylindrical-coordinate representation of color #4F124A: hue angle of 304.92º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F124A is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 18 | 74 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.69 |
| HSL | 304.92º | 0.63% | 0.19% | - |
| HSV(B) | 304.92º | 0.77% | 0.31% | - |
| XYZ | 4.68 | 2.59 | 6.73 | - |
| YUV | 42.62 | 145.71 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 18 | 74 | 0 | 0.77 | 0.06 | 0.69 | 304.92 | 0.63 | 0.19 |
| Hex | 4F | 12 | 4A | 0 | 4D | 6 | 45 | 131 | 3F | 13 |
| Octal | 117 | 22 | 112 | 0 | 115 | 6 | 105 | 461 | 77 | 23 |
| Binary | 1001111 | 10010 | 1001010 | 0 | 1001101 | 110 | 1000101 | 100110001 | 111111 | 10011 |
Color Harmonies of #4F124A
Complementary color
Monochromatic Colors of #4F124A
Black with #4F124A
Text Example
Text Example
White with #4F124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F124A; }
p { color: rgb(79,18,74); }
H1.HeaderClassName
{
color: #4F124A;
}
.AnyTagClassName
{
color: #4F124A;
}
</style>
background-color css
<style>
a { background-color: #4F124A; }
a { background-color: rgb(79,18,74); }
div.DivClassName
{
background-color: #4F124A;
}
.BgClassName
{
background-color: #4F124A;
}
</style>
border-color css
<style>
span { border-color: #4F124A; }
span { border-color: rgb(79,18,74); }
td.TdClassName
{
border-color: #4F124A;
}
.TagClassName
{
border-color: #4F124A;
}
</style>