Shades of Hot Purple #4F0E59
Tints of Hot Purple #4F0E59
RGB
CMYK
RGB Variations
Color information
#4F0E59 (or 0x4F0E59) is known color: Hot Purple. HEX triplet: 4F, 0E and 59. RGB value is (79,14,89). Sum of RGB (Red+Green+Blue) = 79+14+89=182 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.41% from 182); Green value is 14 (5.86% from 255 or 7.69% from 182); Blue value is 89 (35.16% from 255 or 48.90% from 182); Max value from RGB is 89 - color contains mainly: blue. Hex color #4F0E59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0E59 is #B0F1A6. Grayscale: #292929. Windows color (decimal): -11596199 or 5836367. OLE color: 5836367.
HSL color Cylindrical-coordinate representation of color #4F0E59: hue angle of 292º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F0E59 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 14 | 89 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.65 |
| HSL | 292º | 0.73% | 0.2% | - |
| HSV(B) | 292º | 0.84% | 0.35% | - |
| XYZ | 5.18 | 2.7 | 9.7 | - |
| YUV | 41.99 | 154.53 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 14 | 89 | 0.11 | 0.84 | 0 | 0.65 | 292 | 0.73 | 0.2 |
| Hex | 4F | E | 59 | B | 54 | 0 | 41 | 124 | 49 | 14 |
| Octal | 117 | 16 | 131 | 13 | 124 | 0 | 101 | 444 | 111 | 24 |
| Binary | 1001111 | 1110 | 1011001 | 1011 | 1010100 | 0 | 1000001 | 100100100 | 1001001 | 10100 |
Color Harmonies of #4F0E59
Complementary color
Monochromatic Colors of #4F0E59
Black with #4F0E59
Text Example
Text Example
White with #4F0E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0E59; }
p { color: rgb(79,14,89); }
H1.HeaderClassName
{
color: #4F0E59;
}
.AnyTagClassName
{
color: #4F0E59;
}
</style>
background-color css
<style>
a { background-color: #4F0E59; }
a { background-color: rgb(79,14,89); }
div.DivClassName
{
background-color: #4F0E59;
}
.BgClassName
{
background-color: #4F0E59;
}
</style>
border-color css
<style>
span { border-color: #4F0E59; }
span { border-color: rgb(79,14,89); }
td.TdClassName
{
border-color: #4F0E59;
}
.TagClassName
{
border-color: #4F0E59;
}
</style>