Shades of Hot Purple #4F0F51
Tints of Hot Purple #4F0F51
RGB
CMYK
RGB Variations
Color information
#4F0F51 (or 0x4F0F51) is known color: Hot Purple. HEX triplet: 4F, 0F and 51. RGB value is (79,15,81). Sum of RGB (Red+Green+Blue) = 79+15+81=175 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.14% from 175); Green value is 15 (6.25% from 255 or 8.57% from 175); Blue value is 81 (32.03% from 255 or 46.29% from 175); Max value from RGB is 81 - color contains mainly: blue. Hex color #4F0F51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0F51 is #B0F0AE. Grayscale: #292929. Windows color (decimal): -11595951 or 5312335. OLE color: 5312335.
HSL color Cylindrical-coordinate representation of color #4F0F51: hue angle of 298.18º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4F0F51 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 79 | 15 | 81 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.68 |
| HSL | 298.18º | 0.69% | 0.19% | - |
| HSV(B) | 298.18º | 0.81% | 0.32% | - |
| XYZ | 4.88 | 2.6 | 8.03 | - |
| YUV | 41.66 | 150.2 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 15 | 81 | 0.02 | 0.81 | 0 | 0.68 | 298.18 | 0.69 | 0.19 |
| Hex | 4F | F | 51 | 2 | 51 | 0 | 44 | 12A | 45 | 13 |
| Octal | 117 | 17 | 121 | 2 | 121 | 0 | 104 | 452 | 105 | 23 |
| Binary | 1001111 | 1111 | 1010001 | 10 | 1010001 | 0 | 1000100 | 100101010 | 1000101 | 10011 |
Color Harmonies of #4F0F51
Complementary color
Monochromatic Colors of #4F0F51
Black with #4F0F51
Text Example
Text Example
White with #4F0F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0F51; }
p { color: rgb(79,15,81); }
H1.HeaderClassName
{
color: #4F0F51;
}
.AnyTagClassName
{
color: #4F0F51;
}
</style>
background-color css
<style>
a { background-color: #4F0F51; }
a { background-color: rgb(79,15,81); }
div.DivClassName
{
background-color: #4F0F51;
}
.BgClassName
{
background-color: #4F0F51;
}
</style>
border-color css
<style>
span { border-color: #4F0F51; }
span { border-color: rgb(79,15,81); }
td.TdClassName
{
border-color: #4F0F51;
}
.TagClassName
{
border-color: #4F0F51;
}
</style>