Shades of Hot Purple #4F2C58
Tints of Hot Purple #4F2C58
RGB
CMYK
RGB Variations
Color information
#4F2C58 (or 0x4F2C58) is known color: Hot Purple. HEX triplet: 4F, 2C and 58. RGB value is (79,44,88). Sum of RGB (Red+Green+Blue) = 79+44+88=211 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.44% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 88 (34.77% from 255 or 41.71% from 211); Max value from RGB is 88 - color contains mainly: blue. Hex color #4F2C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2C58 is #B0D3A7. Grayscale: #3B3B3B. Windows color (decimal): -11588520 or 5778511. OLE color: 5778511.
HSL color Cylindrical-coordinate representation of color #4F2C58: hue angle of 287.73º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F2C58 is Cyan = 0.10, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 44 | 88 | - |
| CMYK | 0.10 | 0.5 | 0 | 0.65 |
| HSL | 287.73º | 0.33% | 0.26% | - |
| HSV(B) | 287.73º | 0.5% | 0.35% | - |
| XYZ | 5.89 | 4.17 | 9.73 | - |
| YUV | 59.48 | 144.1 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 44 | 88 | 0.10 | 0.5 | 0 | 0.65 | 287.73 | 0.33 | 0.26 |
| Hex | 4F | 2C | 58 | A | 32 | 0 | 41 | 120 | 21 | 1A |
| Octal | 117 | 54 | 130 | 12 | 62 | 0 | 101 | 440 | 41 | 32 |
| Binary | 1001111 | 101100 | 1011000 | 1010 | 110010 | 0 | 1000001 | 100100000 | 100001 | 11010 |
Color Harmonies of #4F2C58
Complementary color
Monochromatic Colors of #4F2C58
Black with #4F2C58
Text Example
Text Example
White with #4F2C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2C58; }
p { color: rgb(79,44,88); }
H1.HeaderClassName
{
color: #4F2C58;
}
.AnyTagClassName
{
color: #4F2C58;
}
</style>
background-color css
<style>
a { background-color: #4F2C58; }
a { background-color: rgb(79,44,88); }
div.DivClassName
{
background-color: #4F2C58;
}
.BgClassName
{
background-color: #4F2C58;
}
</style>
border-color css
<style>
span { border-color: #4F2C58; }
span { border-color: rgb(79,44,88); }
td.TdClassName
{
border-color: #4F2C58;
}
.TagClassName
{
border-color: #4F2C58;
}
</style>