Shades of Hot Purple #4F064E
Tints of Hot Purple #4F064E
RGB
CMYK
RGB Variations
Color information
#4F064E (or 0x4F064E) is known color: Hot Purple. HEX triplet: 4F, 06 and 4E. RGB value is (79,6,78). Sum of RGB (Red+Green+Blue) = 79+6+78=163 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.47% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 78 (30.86% from 255 or 47.85% from 163); Max value from RGB is 79 - color contains mainly: red. Hex color #4F064E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F064E is #B0F9B1. Grayscale: #232323. Windows color (decimal): -11598258 or 5113423. OLE color: 5113423.
HSL color Cylindrical-coordinate representation of color #4F064E: hue angle of 300.82º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4F064E is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 6 | 78 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.69 |
| HSL | 300.82º | 0.86% | 0.17% | - |
| HSV(B) | 300.82º | 0.92% | 0.31% | - |
| XYZ | 4.66 | 2.34 | 7.41 | - |
| YUV | 36.04 | 151.68 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 6 | 78 | 0 | 0.92 | 0.01 | 0.69 | 300.82 | 0.86 | 0.17 |
| Hex | 4F | 6 | 4E | 0 | 5C | 1 | 45 | 12D | 56 | 11 |
| Octal | 117 | 6 | 116 | 0 | 134 | 1 | 105 | 455 | 126 | 21 |
| Binary | 1001111 | 110 | 1001110 | 0 | 1011100 | 1 | 1000101 | 100101101 | 1010110 | 10001 |
Color Harmonies of #4F064E
Complementary color
Monochromatic Colors of #4F064E
Black with #4F064E
Text Example
Text Example
White with #4F064E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F064E; }
p { color: rgb(79,6,78); }
H1.HeaderClassName
{
color: #4F064E;
}
.AnyTagClassName
{
color: #4F064E;
}
</style>
background-color css
<style>
a { background-color: #4F064E; }
a { background-color: rgb(79,6,78); }
div.DivClassName
{
background-color: #4F064E;
}
.BgClassName
{
background-color: #4F064E;
}
</style>
border-color css
<style>
span { border-color: #4F064E; }
span { border-color: rgb(79,6,78); }
td.TdClassName
{
border-color: #4F064E;
}
.TagClassName
{
border-color: #4F064E;
}
</style>