Shades of Hot Purple #4F104D
Tints of Hot Purple #4F104D
RGB
CMYK
RGB Variations
Color information
#4F104D (or 0x4F104D) is known color: Hot Purple. HEX triplet: 4F, 10 and 4D. RGB value is (79,16,77). Sum of RGB (Red+Green+Blue) = 79+16+77=172 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.93% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 79 - color contains mainly: red. Hex color #4F104D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F104D is #B0EFB2. Grayscale: #292929. Windows color (decimal): -11595699 or 5050447. OLE color: 5050447.
HSL color Cylindrical-coordinate representation of color #4F104D: hue angle of 301.9º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F104D is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 16 | 77 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.69 |
| HSL | 301.9º | 0.66% | 0.19% | - |
| HSV(B) | 301.9º | 0.8% | 0.31% | - |
| XYZ | 4.75 | 2.57 | 7.27 | - |
| YUV | 41.79 | 147.87 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 16 | 77 | 0 | 0.80 | 0.03 | 0.69 | 301.9 | 0.66 | 0.19 |
| Hex | 4F | 10 | 4D | 0 | 50 | 3 | 45 | 12E | 42 | 13 |
| Octal | 117 | 20 | 115 | 0 | 120 | 3 | 105 | 456 | 102 | 23 |
| Binary | 1001111 | 10000 | 1001101 | 0 | 1010000 | 11 | 1000101 | 100101110 | 1000010 | 10011 |
Color Harmonies of #4F104D
Complementary color
Monochromatic Colors of #4F104D
Black with #4F104D
Text Example
Text Example
White with #4F104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F104D; }
p { color: rgb(79,16,77); }
H1.HeaderClassName
{
color: #4F104D;
}
.AnyTagClassName
{
color: #4F104D;
}
</style>
background-color css
<style>
a { background-color: #4F104D; }
a { background-color: rgb(79,16,77); }
div.DivClassName
{
background-color: #4F104D;
}
.BgClassName
{
background-color: #4F104D;
}
</style>
border-color css
<style>
span { border-color: #4F104D; }
span { border-color: rgb(79,16,77); }
td.TdClassName
{
border-color: #4F104D;
}
.TagClassName
{
border-color: #4F104D;
}
</style>