Shades of Hot Purple #4F154D
Tints of Hot Purple #4F154D
RGB
CMYK
RGB Variations
Color information
#4F154D (or 0x4F154D) is known color: Hot Purple. HEX triplet: 4F, 15 and 4D. RGB value is (79,21,77). Sum of RGB (Red+Green+Blue) = 79+21+77=177 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.63% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 79 - color contains mainly: red. Hex color #4F154D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F154D is #B0EAB2. Grayscale: #2C2C2C. Windows color (decimal): -11594419 or 5051727. OLE color: 5051727.
HSL color Cylindrical-coordinate representation of color #4F154D: hue angle of 302.07º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F154D is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 21 | 77 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.69 |
| HSL | 302.07º | 0.58% | 0.2% | - |
| HSV(B) | 302.07º | 0.73% | 0.31% | - |
| XYZ | 4.83 | 2.73 | 7.29 | - |
| YUV | 44.73 | 146.22 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 21 | 77 | 0 | 0.73 | 0.03 | 0.69 | 302.07 | 0.58 | 0.2 |
| Hex | 4F | 15 | 4D | 0 | 49 | 3 | 45 | 12E | 3A | 14 |
| Octal | 117 | 25 | 115 | 0 | 111 | 3 | 105 | 456 | 72 | 24 |
| Binary | 1001111 | 10101 | 1001101 | 0 | 1001001 | 11 | 1000101 | 100101110 | 111010 | 10100 |
Color Harmonies of #4F154D
Complementary color
Monochromatic Colors of #4F154D
Black with #4F154D
Text Example
Text Example
White with #4F154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F154D; }
p { color: rgb(79,21,77); }
H1.HeaderClassName
{
color: #4F154D;
}
.AnyTagClassName
{
color: #4F154D;
}
</style>
background-color css
<style>
a { background-color: #4F154D; }
a { background-color: rgb(79,21,77); }
div.DivClassName
{
background-color: #4F154D;
}
.BgClassName
{
background-color: #4F154D;
}
</style>
border-color css
<style>
span { border-color: #4F154D; }
span { border-color: rgb(79,21,77); }
td.TdClassName
{
border-color: #4F154D;
}
.TagClassName
{
border-color: #4F154D;
}
</style>