Shades of Hot Purple #4F294E
Tints of Hot Purple #4F294E
RGB
CMYK
RGB Variations
Color information
#4F294E (or 0x4F294E) is known color: Hot Purple. HEX triplet: 4F, 29 and 4E. RGB value is (79,41,78). Sum of RGB (Red+Green+Blue) = 79+41+78=198 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.90% from 198); Green value is 41 (16.41% from 255 or 20.71% from 198); Blue value is 78 (30.86% from 255 or 39.39% from 198); Max value from RGB is 79 - color contains mainly: red. Hex color #4F294E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F294E is #B0D6B1. Grayscale: #383838. Windows color (decimal): -11589298 or 5122383. OLE color: 5122383.
HSL color Cylindrical-coordinate representation of color #4F294E: hue angle of 301.58º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F294E is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 41 | 78 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.69 |
| HSL | 301.58º | 0.32% | 0.24% | - |
| HSV(B) | 301.58º | 0.48% | 0.31% | - |
| XYZ | 5.39 | 3.8 | 7.66 | - |
| YUV | 56.58 | 140.09 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 41 | 78 | 0 | 0.48 | 0.01 | 0.69 | 301.58 | 0.32 | 0.24 |
| Hex | 4F | 29 | 4E | 0 | 30 | 1 | 45 | 12E | 20 | 18 |
| Octal | 117 | 51 | 116 | 0 | 60 | 1 | 105 | 456 | 40 | 30 |
| Binary | 1001111 | 101001 | 1001110 | 0 | 110000 | 1 | 1000101 | 100101110 | 100000 | 11000 |
Color Harmonies of #4F294E
Complementary color
Monochromatic Colors of #4F294E
Black with #4F294E
Text Example
Text Example
White with #4F294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F294E; }
p { color: rgb(79,41,78); }
H1.HeaderClassName
{
color: #4F294E;
}
.AnyTagClassName
{
color: #4F294E;
}
</style>
background-color css
<style>
a { background-color: #4F294E; }
a { background-color: rgb(79,41,78); }
div.DivClassName
{
background-color: #4F294E;
}
.BgClassName
{
background-color: #4F294E;
}
</style>
border-color css
<style>
span { border-color: #4F294E; }
span { border-color: rgb(79,41,78); }
td.TdClassName
{
border-color: #4F294E;
}
.TagClassName
{
border-color: #4F294E;
}
</style>