Shades of Hot Purple #4F2958
Tints of Hot Purple #4F2958
RGB
CMYK
RGB Variations
Color information
#4F2958 (or 0x4F2958) is known color: Hot Purple. HEX triplet: 4F, 29 and 58. RGB value is (79,41,88). Sum of RGB (Red+Green+Blue) = 79+41+88=208 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.98% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 88 - color contains mainly: blue. Hex color #4F2958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2958 is #B0D6A7. Grayscale: #393939. Windows color (decimal): -11589288 or 5777743. OLE color: 5777743.
HSL color Cylindrical-coordinate representation of color #4F2958: hue angle of 288.51º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4F2958 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 41 | 88 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.65 |
| HSL | 288.51º | 0.36% | 0.25% | - |
| HSV(B) | 288.51º | 0.53% | 0.35% | - |
| XYZ | 5.78 | 3.95 | 9.69 | - |
| YUV | 57.72 | 145.09 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 41 | 88 | 0.10 | 0.53 | 0 | 0.65 | 288.51 | 0.36 | 0.25 |
| Hex | 4F | 29 | 58 | A | 35 | 0 | 41 | 121 | 24 | 19 |
| Octal | 117 | 51 | 130 | 12 | 65 | 0 | 101 | 441 | 44 | 31 |
| Binary | 1001111 | 101001 | 1011000 | 1010 | 110101 | 0 | 1000001 | 100100001 | 100100 | 11001 |
Color Harmonies of #4F2958
Complementary color
Monochromatic Colors of #4F2958
Black with #4F2958
Text Example
Text Example
White with #4F2958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2958; }
p { color: rgb(79,41,88); }
H1.HeaderClassName
{
color: #4F2958;
}
.AnyTagClassName
{
color: #4F2958;
}
</style>
background-color css
<style>
a { background-color: #4F2958; }
a { background-color: rgb(79,41,88); }
div.DivClassName
{
background-color: #4F2958;
}
.BgClassName
{
background-color: #4F2958;
}
</style>
border-color css
<style>
span { border-color: #4F2958; }
span { border-color: rgb(79,41,88); }
td.TdClassName
{
border-color: #4F2958;
}
.TagClassName
{
border-color: #4F2958;
}
</style>