Shades of Hot Purple #4F3151
Tints of Hot Purple #4F3151
RGB
CMYK
RGB Variations
Color information
#4F3151 (or 0x4F3151) is known color: Hot Purple. HEX triplet: 4F, 31 and 51. RGB value is (79,49,81). Sum of RGB (Red+Green+Blue) = 79+49+81=209 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.80% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 81 (32.03% from 255 or 38.76% from 209); Max value from RGB is 81 - color contains mainly: blue. Hex color #4F3151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3151 is #B0CEAE. Grayscale: #3D3D3D. Windows color (decimal): -11587247 or 5321039. OLE color: 5321039.
HSL color Cylindrical-coordinate representation of color #4F3151: hue angle of 296.25º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4F3151 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 79 | 49 | 81 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.68 |
| HSL | 296.25º | 0.25% | 0.25% | - |
| HSV(B) | 296.25º | 0.4% | 0.32% | - |
| XYZ | 5.81 | 4.45 | 8.34 | - |
| YUV | 61.62 | 138.94 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 49 | 81 | 0.02 | 0.40 | 0 | 0.68 | 296.25 | 0.25 | 0.25 |
| Hex | 4F | 31 | 51 | 2 | 28 | 0 | 44 | 128 | 19 | 19 |
| Octal | 117 | 61 | 121 | 2 | 50 | 0 | 104 | 450 | 31 | 31 |
| Binary | 1001111 | 110001 | 1010001 | 10 | 101000 | 0 | 1000100 | 100101000 | 11001 | 11001 |
Color Harmonies of #4F3151
Complementary color
Monochromatic Colors of #4F3151
Black with #4F3151
Text Example
Text Example
White with #4F3151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3151; }
p { color: rgb(79,49,81); }
H1.HeaderClassName
{
color: #4F3151;
}
.AnyTagClassName
{
color: #4F3151;
}
</style>
background-color css
<style>
a { background-color: #4F3151; }
a { background-color: rgb(79,49,81); }
div.DivClassName
{
background-color: #4F3151;
}
.BgClassName
{
background-color: #4F3151;
}
</style>
border-color css
<style>
span { border-color: #4F3151; }
span { border-color: rgb(79,49,81); }
td.TdClassName
{
border-color: #4F3151;
}
.TagClassName
{
border-color: #4F3151;
}
</style>