Shades of Hot Purple #4F1D59
Tints of Hot Purple #4F1D59
RGB
CMYK
RGB Variations
Color information
#4F1D59 (or 0x4F1D59) is known color: Hot Purple. HEX triplet: 4F, 1D and 59. RGB value is (79,29,89). Sum of RGB (Red+Green+Blue) = 79+29+89=197 (26% of max value = 765). Red value is 79 (31.25% from 255 or 40.10% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 89 (35.16% from 255 or 45.18% from 197); Max value from RGB is 89 - color contains mainly: blue. Hex color #4F1D59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F1D59 is #B0E2A6. Grayscale: #323232. Windows color (decimal): -11592359 or 5840207. OLE color: 5840207.
HSL color Cylindrical-coordinate representation of color #4F1D59: hue angle of 290º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F1D59 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 29 | 89 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.65 |
| HSL | 290º | 0.51% | 0.23% | - |
| HSV(B) | 290º | 0.67% | 0.35% | - |
| XYZ | 5.47 | 3.26 | 9.79 | - |
| YUV | 50.79 | 149.57 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 29 | 89 | 0.11 | 0.67 | 0 | 0.65 | 290 | 0.51 | 0.23 |
| Hex | 4F | 1D | 59 | B | 43 | 0 | 41 | 122 | 33 | 17 |
| Octal | 117 | 35 | 131 | 13 | 103 | 0 | 101 | 442 | 63 | 27 |
| Binary | 1001111 | 11101 | 1011001 | 1011 | 1000011 | 0 | 1000001 | 100100010 | 110011 | 10111 |
Color Harmonies of #4F1D59
Complementary color
Monochromatic Colors of #4F1D59
Black with #4F1D59
Text Example
Text Example
White with #4F1D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1D59; }
p { color: rgb(79,29,89); }
H1.HeaderClassName
{
color: #4F1D59;
}
.AnyTagClassName
{
color: #4F1D59;
}
</style>
background-color css
<style>
a { background-color: #4F1D59; }
a { background-color: rgb(79,29,89); }
div.DivClassName
{
background-color: #4F1D59;
}
.BgClassName
{
background-color: #4F1D59;
}
</style>
border-color css
<style>
span { border-color: #4F1D59; }
span { border-color: rgb(79,29,89); }
td.TdClassName
{
border-color: #4F1D59;
}
.TagClassName
{
border-color: #4F1D59;
}
</style>