Shades of Hot Purple #4F2D50
Tints of Hot Purple #4F2D50
RGB
CMYK
RGB Variations
Color information
#4F2D50 (or 0x4F2D50) is known color: Hot Purple. HEX triplet: 4F, 2D and 50. RGB value is (79,45,80). Sum of RGB (Red+Green+Blue) = 79+45+80=204 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.73% from 204); Green value is 45 (17.97% from 255 or 22.06% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 80 - color contains mainly: blue. Hex color #4F2D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2D50 is #B0D2AF. Grayscale: #3B3B3B. Windows color (decimal): -11588272 or 5254479. OLE color: 5254479.
HSL color Cylindrical-coordinate representation of color #4F2D50: hue angle of 298.29º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4F2D50 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 45 | 80 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.69 |
| HSL | 298.29º | 0.28% | 0.25% | - |
| HSV(B) | 298.29º | 0.44% | 0.31% | - |
| XYZ | 5.61 | 4.12 | 8.09 | - |
| YUV | 59.16 | 139.76 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 45 | 80 | 0.01 | 0.44 | 0 | 0.69 | 298.29 | 0.28 | 0.25 |
| Hex | 4F | 2D | 50 | 1 | 2C | 0 | 45 | 12A | 1C | 19 |
| Octal | 117 | 55 | 120 | 1 | 54 | 0 | 105 | 452 | 34 | 31 |
| Binary | 1001111 | 101101 | 1010000 | 1 | 101100 | 0 | 1000101 | 100101010 | 11100 | 11001 |
Color Harmonies of #4F2D50
Complementary color
Monochromatic Colors of #4F2D50
Black with #4F2D50
Text Example
Text Example
White with #4F2D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2D50; }
p { color: rgb(79,45,80); }
H1.HeaderClassName
{
color: #4F2D50;
}
.AnyTagClassName
{
color: #4F2D50;
}
</style>
background-color css
<style>
a { background-color: #4F2D50; }
a { background-color: rgb(79,45,80); }
div.DivClassName
{
background-color: #4F2D50;
}
.BgClassName
{
background-color: #4F2D50;
}
</style>
border-color css
<style>
span { border-color: #4F2D50; }
span { border-color: rgb(79,45,80); }
td.TdClassName
{
border-color: #4F2D50;
}
.TagClassName
{
border-color: #4F2D50;
}
</style>