Shades of Hot Purple #4F244D
Tints of Hot Purple #4F244D
RGB
CMYK
RGB Variations
Color information
#4F244D (or 0x4F244D) is known color: Hot Purple. HEX triplet: 4F, 24 and 4D. RGB value is (79,36,77). Sum of RGB (Red+Green+Blue) = 79+36+77=192 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.15% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 79 - color contains mainly: red. Hex color #4F244D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F244D is #B0DBB2. Grayscale: #353535. Windows color (decimal): -11590579 or 5055567. OLE color: 5055567.
HSL color Cylindrical-coordinate representation of color #4F244D: hue angle of 302.79º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F244D is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 36 | 77 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.69 |
| HSL | 302.79º | 0.37% | 0.23% | - |
| HSV(B) | 302.79º | 0.54% | 0.31% | - |
| XYZ | 5.19 | 3.46 | 7.42 | - |
| YUV | 53.53 | 141.25 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 36 | 77 | 0 | 0.54 | 0.03 | 0.69 | 302.79 | 0.37 | 0.23 |
| Hex | 4F | 24 | 4D | 0 | 36 | 3 | 45 | 12F | 25 | 17 |
| Octal | 117 | 44 | 115 | 0 | 66 | 3 | 105 | 457 | 45 | 27 |
| Binary | 1001111 | 100100 | 1001101 | 0 | 110110 | 11 | 1000101 | 100101111 | 100101 | 10111 |
Color Harmonies of #4F244D
Complementary color
Monochromatic Colors of #4F244D
Black with #4F244D
Text Example
Text Example
White with #4F244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F244D; }
p { color: rgb(79,36,77); }
H1.HeaderClassName
{
color: #4F244D;
}
.AnyTagClassName
{
color: #4F244D;
}
</style>
background-color css
<style>
a { background-color: #4F244D; }
a { background-color: rgb(79,36,77); }
div.DivClassName
{
background-color: #4F244D;
}
.BgClassName
{
background-color: #4F244D;
}
</style>
border-color css
<style>
span { border-color: #4F244D; }
span { border-color: rgb(79,36,77); }
td.TdClassName
{
border-color: #4F244D;
}
.TagClassName
{
border-color: #4F244D;
}
</style>