Shades of Hot Purple #4F174D
Tints of Hot Purple #4F174D
RGB
CMYK
RGB Variations
Color information
#4F174D (or 0x4F174D) is known color: Hot Purple. HEX triplet: 4F, 17 and 4D. RGB value is (79,23,77). Sum of RGB (Red+Green+Blue) = 79+23+77=179 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.13% from 179); Green value is 23 (9.38% from 255 or 12.85% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 79 - color contains mainly: red. Hex color #4F174D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F174D is #B0E8B2. Grayscale: #2D2D2D. Windows color (decimal): -11593907 or 5052239. OLE color: 5052239.
HSL color Cylindrical-coordinate representation of color #4F174D: hue angle of 302.14º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4F174D is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 23 | 77 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.69 |
| HSL | 302.14º | 0.55% | 0.2% | - |
| HSV(B) | 302.14º | 0.71% | 0.31% | - |
| XYZ | 4.87 | 2.81 | 7.31 | - |
| YUV | 45.9 | 145.55 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 23 | 77 | 0 | 0.71 | 0.03 | 0.69 | 302.14 | 0.55 | 0.2 |
| Hex | 4F | 17 | 4D | 0 | 47 | 3 | 45 | 12E | 37 | 14 |
| Octal | 117 | 27 | 115 | 0 | 107 | 3 | 105 | 456 | 67 | 24 |
| Binary | 1001111 | 10111 | 1001101 | 0 | 1000111 | 11 | 1000101 | 100101110 | 110111 | 10100 |
Color Harmonies of #4F174D
Complementary color
Monochromatic Colors of #4F174D
Black with #4F174D
Text Example
Text Example
White with #4F174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F174D; }
p { color: rgb(79,23,77); }
H1.HeaderClassName
{
color: #4F174D;
}
.AnyTagClassName
{
color: #4F174D;
}
</style>
background-color css
<style>
a { background-color: #4F174D; }
a { background-color: rgb(79,23,77); }
div.DivClassName
{
background-color: #4F174D;
}
.BgClassName
{
background-color: #4F174D;
}
</style>
border-color css
<style>
span { border-color: #4F174D; }
span { border-color: rgb(79,23,77); }
td.TdClassName
{
border-color: #4F174D;
}
.TagClassName
{
border-color: #4F174D;
}
</style>