Shades of Hot Purple #4F1F4E
Tints of Hot Purple #4F1F4E
RGB
CMYK
RGB Variations
Color information
#4F1F4E (or 0x4F1F4E) is known color: Hot Purple. HEX triplet: 4F, 1F and 4E. RGB value is (79,31,78). Sum of RGB (Red+Green+Blue) = 79+31+78=188 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.02% from 188); Green value is 31 (12.5% from 255 or 16.49% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F1F4E is #B0E0B1. Grayscale: #323232. Windows color (decimal): -11591858 or 5119823. OLE color: 5119823.
HSL color Cylindrical-coordinate representation of color #4F1F4E: hue angle of 301.25º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F1F4E is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 31 | 78 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.69 |
| HSL | 301.25º | 0.44% | 0.22% | - |
| HSV(B) | 301.25º | 0.61% | 0.31% | - |
| XYZ | 5.09 | 3.19 | 7.56 | - |
| YUV | 50.71 | 143.4 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 31 | 78 | 0 | 0.61 | 0.01 | 0.69 | 301.25 | 0.44 | 0.22 |
| Hex | 4F | 1F | 4E | 0 | 3D | 1 | 45 | 12D | 2C | 16 |
| Octal | 117 | 37 | 116 | 0 | 75 | 1 | 105 | 455 | 54 | 26 |
| Binary | 1001111 | 11111 | 1001110 | 0 | 111101 | 1 | 1000101 | 100101101 | 101100 | 10110 |
Color Harmonies of #4F1F4E
Complementary color
Monochromatic Colors of #4F1F4E
Black with #4F1F4E
Text Example
Text Example
White with #4F1F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1F4E; }
p { color: rgb(79,31,78); }
H1.HeaderClassName
{
color: #4F1F4E;
}
.AnyTagClassName
{
color: #4F1F4E;
}
</style>
background-color css
<style>
a { background-color: #4F1F4E; }
a { background-color: rgb(79,31,78); }
div.DivClassName
{
background-color: #4F1F4E;
}
.BgClassName
{
background-color: #4F1F4E;
}
</style>
border-color css
<style>
span { border-color: #4F1F4E; }
span { border-color: rgb(79,31,78); }
td.TdClassName
{
border-color: #4F1F4E;
}
.TagClassName
{
border-color: #4F1F4E;
}
</style>