Shades of Hot Purple #4F2856
Tints of Hot Purple #4F2856
RGB
CMYK
RGB Variations
Color information
#4F2856 (or 0x4F2856) is known color: Hot Purple. HEX triplet: 4F, 28 and 56. RGB value is (79,40,86). Sum of RGB (Red+Green+Blue) = 79+40+86=205 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.54% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 86 - color contains mainly: blue. Hex color #4F2856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2856 is #B0D7A9. Grayscale: #383838. Windows color (decimal): -11589546 or 5646415. OLE color: 5646415.
HSL color Cylindrical-coordinate representation of color #4F2856: hue angle of 290.87º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4F2856 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 79 | 40 | 86 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.66 |
| HSL | 290.87º | 0.37% | 0.25% | - |
| HSV(B) | 290.87º | 0.53% | 0.34% | - |
| XYZ | 5.66 | 3.85 | 9.25 | - |
| YUV | 56.91 | 144.42 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 40 | 86 | 0.08 | 0.53 | 0 | 0.66 | 290.87 | 0.37 | 0.25 |
| Hex | 4F | 28 | 56 | 8 | 35 | 0 | 42 | 123 | 25 | 19 |
| Octal | 117 | 50 | 126 | 10 | 65 | 0 | 102 | 443 | 45 | 31 |
| Binary | 1001111 | 101000 | 1010110 | 1000 | 110101 | 0 | 1000010 | 100100011 | 100101 | 11001 |
Color Harmonies of #4F2856
Complementary color
Monochromatic Colors of #4F2856
Black with #4F2856
Text Example
Text Example
White with #4F2856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2856; }
p { color: rgb(79,40,86); }
H1.HeaderClassName
{
color: #4F2856;
}
.AnyTagClassName
{
color: #4F2856;
}
</style>
background-color css
<style>
a { background-color: #4F2856; }
a { background-color: rgb(79,40,86); }
div.DivClassName
{
background-color: #4F2856;
}
.BgClassName
{
background-color: #4F2856;
}
</style>
border-color css
<style>
span { border-color: #4F2856; }
span { border-color: rgb(79,40,86); }
td.TdClassName
{
border-color: #4F2856;
}
.TagClassName
{
border-color: #4F2856;
}
</style>