Shades of Hot Purple #4F2859
Tints of Hot Purple #4F2859
RGB
CMYK
RGB Variations
Color information
#4F2859 (or 0x4F2859) is known color: Hot Purple. HEX triplet: 4F, 28 and 59. RGB value is (79,40,89). Sum of RGB (Red+Green+Blue) = 79+40+89=208 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.98% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 89 - color contains mainly: blue. Hex color #4F2859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2859 is #B0D7A6. Grayscale: #393939. Windows color (decimal): -11589543 or 5843023. OLE color: 5843023.
HSL color Cylindrical-coordinate representation of color #4F2859: hue angle of 287.76º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F2859 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 40 | 89 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.65 |
| HSL | 287.76º | 0.38% | 0.25% | - |
| HSV(B) | 287.76º | 0.55% | 0.35% | - |
| XYZ | 5.79 | 3.9 | 9.9 | - |
| YUV | 57.25 | 145.92 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 40 | 89 | 0.11 | 0.55 | 0 | 0.65 | 287.76 | 0.38 | 0.25 |
| Hex | 4F | 28 | 59 | B | 37 | 0 | 41 | 120 | 26 | 19 |
| Octal | 117 | 50 | 131 | 13 | 67 | 0 | 101 | 440 | 46 | 31 |
| Binary | 1001111 | 101000 | 1011001 | 1011 | 110111 | 0 | 1000001 | 100100000 | 100110 | 11001 |
Color Harmonies of #4F2859
Complementary color
Monochromatic Colors of #4F2859
Black with #4F2859
Text Example
Text Example
White with #4F2859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2859; }
p { color: rgb(79,40,89); }
H1.HeaderClassName
{
color: #4F2859;
}
.AnyTagClassName
{
color: #4F2859;
}
</style>
background-color css
<style>
a { background-color: #4F2859; }
a { background-color: rgb(79,40,89); }
div.DivClassName
{
background-color: #4F2859;
}
.BgClassName
{
background-color: #4F2859;
}
</style>
border-color css
<style>
span { border-color: #4F2859; }
span { border-color: rgb(79,40,89); }
td.TdClassName
{
border-color: #4F2859;
}
.TagClassName
{
border-color: #4F2859;
}
</style>