Shades of Hot Purple #4F0751
Tints of Hot Purple #4F0751
RGB
CMYK
RGB Variations
Color information
#4F0751 (or 0x4F0751) is known color: Hot Purple. HEX triplet: 4F, 07 and 51. RGB value is (79,7,81). Sum of RGB (Red+Green+Blue) = 79+7+81=167 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.31% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 81 (32.03% from 255 or 48.50% from 167); Max value from RGB is 81 - color contains mainly: blue. Hex color #4F0751 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0751 is #B0F8AE. Grayscale: #242424. Windows color (decimal): -11597999 or 5310287. OLE color: 5310287.
HSL color Cylindrical-coordinate representation of color #4F0751: hue angle of 298.38º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F0751 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 79 | 7 | 81 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.68 |
| HSL | 298.38º | 0.84% | 0.17% | - |
| HSV(B) | 298.38º | 0.91% | 0.32% | - |
| XYZ | 4.79 | 2.41 | 8 | - |
| YUV | 36.96 | 152.85 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 7 | 81 | 0.02 | 0.91 | 0 | 0.68 | 298.38 | 0.84 | 0.17 |
| Hex | 4F | 7 | 51 | 2 | 5B | 0 | 44 | 12A | 54 | 11 |
| Octal | 117 | 7 | 121 | 2 | 133 | 0 | 104 | 452 | 124 | 21 |
| Binary | 1001111 | 111 | 1010001 | 10 | 1011011 | 0 | 1000100 | 100101010 | 1010100 | 10001 |
Color Harmonies of #4F0751
Complementary color
Monochromatic Colors of #4F0751
Black with #4F0751
Text Example
Text Example
White with #4F0751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0751; }
p { color: rgb(79,7,81); }
H1.HeaderClassName
{
color: #4F0751;
}
.AnyTagClassName
{
color: #4F0751;
}
</style>
background-color css
<style>
a { background-color: #4F0751; }
a { background-color: rgb(79,7,81); }
div.DivClassName
{
background-color: #4F0751;
}
.BgClassName
{
background-color: #4F0751;
}
</style>
border-color css
<style>
span { border-color: #4F0751; }
span { border-color: rgb(79,7,81); }
td.TdClassName
{
border-color: #4F0751;
}
.TagClassName
{
border-color: #4F0751;
}
</style>