Shades of Hot Purple #4F194D
Tints of Hot Purple #4F194D
RGB
CMYK
RGB Variations
Color information
#4F194D (or 0x4F194D) is known color: Hot Purple. HEX triplet: 4F, 19 and 4D. RGB value is (79,25,77). Sum of RGB (Red+Green+Blue) = 79+25+77=181 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.65% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 79 - color contains mainly: red. Hex color #4F194D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F194D is #B0E6B2. Grayscale: #2E2E2E. Windows color (decimal): -11593395 or 5052751. OLE color: 5052751.
HSL color Cylindrical-coordinate representation of color #4F194D: hue angle of 302.22º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F194D is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 25 | 77 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.69 |
| HSL | 302.22º | 0.52% | 0.2% | - |
| HSV(B) | 302.22º | 0.68% | 0.31% | - |
| XYZ | 4.91 | 2.89 | 7.32 | - |
| YUV | 47.07 | 144.89 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 25 | 77 | 0 | 0.68 | 0.03 | 0.69 | 302.22 | 0.52 | 0.2 |
| Hex | 4F | 19 | 4D | 0 | 44 | 3 | 45 | 12E | 34 | 14 |
| Octal | 117 | 31 | 115 | 0 | 104 | 3 | 105 | 456 | 64 | 24 |
| Binary | 1001111 | 11001 | 1001101 | 0 | 1000100 | 11 | 1000101 | 100101110 | 110100 | 10100 |
Color Harmonies of #4F194D
Complementary color
Monochromatic Colors of #4F194D
Black with #4F194D
Text Example
Text Example
White with #4F194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F194D; }
p { color: rgb(79,25,77); }
H1.HeaderClassName
{
color: #4F194D;
}
.AnyTagClassName
{
color: #4F194D;
}
</style>
background-color css
<style>
a { background-color: #4F194D; }
a { background-color: rgb(79,25,77); }
div.DivClassName
{
background-color: #4F194D;
}
.BgClassName
{
background-color: #4F194D;
}
</style>
border-color css
<style>
span { border-color: #4F194D; }
span { border-color: rgb(79,25,77); }
td.TdClassName
{
border-color: #4F194D;
}
.TagClassName
{
border-color: #4F194D;
}
</style>