Shades of Hot Purple #4F1E4D
Tints of Hot Purple #4F1E4D
RGB
CMYK
RGB Variations
Color information
#4F1E4D (or 0x4F1E4D) is known color: Hot Purple. HEX triplet: 4F, 1E and 4D. RGB value is (79,30,77). Sum of RGB (Red+Green+Blue) = 79+30+77=186 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.47% from 186); Green value is 30 (12.11% from 255 or 16.13% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F1E4D is #B0E1B2. Grayscale: #313131. Windows color (decimal): -11592115 or 5054031. OLE color: 5054031.
HSL color Cylindrical-coordinate representation of color #4F1E4D: hue angle of 302.45º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F1E4D is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 30 | 77 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.69 |
| HSL | 302.45º | 0.45% | 0.21% | - |
| HSV(B) | 302.45º | 0.62% | 0.31% | - |
| XYZ | 5.03 | 3.13 | 7.36 | - |
| YUV | 50.01 | 143.23 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 30 | 77 | 0 | 0.62 | 0.03 | 0.69 | 302.45 | 0.45 | 0.21 |
| Hex | 4F | 1E | 4D | 0 | 3E | 3 | 45 | 12E | 2D | 15 |
| Octal | 117 | 36 | 115 | 0 | 76 | 3 | 105 | 456 | 55 | 25 |
| Binary | 1001111 | 11110 | 1001101 | 0 | 111110 | 11 | 1000101 | 100101110 | 101101 | 10101 |
Color Harmonies of #4F1E4D
Complementary color
Monochromatic Colors of #4F1E4D
Black with #4F1E4D
Text Example
Text Example
White with #4F1E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1E4D; }
p { color: rgb(79,30,77); }
H1.HeaderClassName
{
color: #4F1E4D;
}
.AnyTagClassName
{
color: #4F1E4D;
}
</style>
background-color css
<style>
a { background-color: #4F1E4D; }
a { background-color: rgb(79,30,77); }
div.DivClassName
{
background-color: #4F1E4D;
}
.BgClassName
{
background-color: #4F1E4D;
}
</style>
border-color css
<style>
span { border-color: #4F1E4D; }
span { border-color: rgb(79,30,77); }
td.TdClassName
{
border-color: #4F1E4D;
}
.TagClassName
{
border-color: #4F1E4D;
}
</style>