Shades of Hot Purple #4F174B
Tints of Hot Purple #4F174B
RGB
CMYK
RGB Variations
Color information
#4F174B (or 0x4F174B) is known color: Hot Purple. HEX triplet: 4F, 17 and 4B. RGB value is (79,23,75). Sum of RGB (Red+Green+Blue) = 79+23+75=177 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.63% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 75 (29.69% from 255 or 42.37% from 177); Max value from RGB is 79 - color contains mainly: red. Hex color #4F174B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F174B is #B0E8B4. Grayscale: #2D2D2D. Windows color (decimal): -11593909 or 4921167. OLE color: 4921167.
HSL color Cylindrical-coordinate representation of color #4F174B: hue angle of 304.29º 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 #4F174B is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 23 | 75 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.69 |
| HSL | 304.29º | 0.55% | 0.2% | - |
| HSV(B) | 304.29º | 0.71% | 0.31% | - |
| XYZ | 4.8 | 2.78 | 6.94 | - |
| YUV | 45.67 | 144.55 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 23 | 75 | 0 | 0.71 | 0.05 | 0.69 | 304.29 | 0.55 | 0.2 |
| Hex | 4F | 17 | 4B | 0 | 47 | 5 | 45 | 130 | 37 | 14 |
| Octal | 117 | 27 | 113 | 0 | 107 | 5 | 105 | 460 | 67 | 24 |
| Binary | 1001111 | 10111 | 1001011 | 0 | 1000111 | 101 | 1000101 | 100110000 | 110111 | 10100 |
Color Harmonies of #4F174B
Complementary color
Monochromatic Colors of #4F174B
Black with #4F174B
Text Example
Text Example
White with #4F174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F174B; }
p { color: rgb(79,23,75); }
H1.HeaderClassName
{
color: #4F174B;
}
.AnyTagClassName
{
color: #4F174B;
}
</style>
background-color css
<style>
a { background-color: #4F174B; }
a { background-color: rgb(79,23,75); }
div.DivClassName
{
background-color: #4F174B;
}
.BgClassName
{
background-color: #4F174B;
}
</style>
border-color css
<style>
span { border-color: #4F174B; }
span { border-color: rgb(79,23,75); }
td.TdClassName
{
border-color: #4F174B;
}
.TagClassName
{
border-color: #4F174B;
}
</style>