Shades of Hot Purple #4F044F
Tints of Hot Purple #4F044F
RGB
CMYK
RGB Variations
Color information
#4F044F (or 0x4F044F) is known color: Hot Purple. HEX triplet: 4F, 04 and 4F. RGB value is (79,4,79). Sum of RGB (Red+Green+Blue) = 79+4+79=162 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.77% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 79 (31.25% from 255 or 48.77% from 162); Max value from RGB is 79 - color contains mainly: red, blue. Hex color #4F044F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F044F is #B0FBB0. Grayscale: #222222. Windows color (decimal): -11598769 or 5178447. OLE color: 5178447.
HSL color Cylindrical-coordinate representation of color #4F044F: hue angle of 300º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F044F is Cyan = 0, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 4 | 79 | - |
| CMYK | 0 | 0.95 | 0 | 0.69 |
| HSL | 300º | 0.9% | 0.16% | - |
| HSV(B) | 300º | 0.95% | 0.31% | - |
| XYZ | 4.68 | 2.31 | 7.6 | - |
| YUV | 34.98 | 152.85 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 4 | 79 | 0 | 0.95 | 0 | 0.69 | 300 | 0.9 | 0.16 |
| Hex | 4F | 4 | 4F | 0 | 5F | 0 | 45 | 12C | 5A | 10 |
| Octal | 117 | 4 | 117 | 0 | 137 | 0 | 105 | 454 | 132 | 20 |
| Binary | 1001111 | 100 | 1001111 | 0 | 1011111 | 0 | 1000101 | 100101100 | 1011010 | 10000 |
Color Harmonies of #4F044F
Complementary color
Monochromatic Colors of #4F044F
Black with #4F044F
Text Example
Text Example
White with #4F044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F044F; }
p { color: rgb(79,4,79); }
H1.HeaderClassName
{
color: #4F044F;
}
.AnyTagClassName
{
color: #4F044F;
}
</style>
background-color css
<style>
a { background-color: #4F044F; }
a { background-color: rgb(79,4,79); }
div.DivClassName
{
background-color: #4F044F;
}
.BgClassName
{
background-color: #4F044F;
}
</style>
border-color css
<style>
span { border-color: #4F044F; }
span { border-color: rgb(79,4,79); }
td.TdClassName
{
border-color: #4F044F;
}
.TagClassName
{
border-color: #4F044F;
}
</style>