Shades of Hot Purple #4F134F
Tints of Hot Purple #4F134F
RGB
CMYK
RGB Variations
Color information
#4F134F (or 0x4F134F) is known color: Hot Purple. HEX triplet: 4F, 13 and 4F. RGB value is (79,19,79). Sum of RGB (Red+Green+Blue) = 79+19+79=177 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.63% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 79 (31.25% from 255 or 44.63% from 177); Max value from RGB is 79 - color contains mainly: red, blue. Hex color #4F134F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F134F is #B0ECB0. Grayscale: #2B2B2B. Windows color (decimal): -11594929 or 5182287. OLE color: 5182287.
HSL color Cylindrical-coordinate representation of color #4F134F: hue angle of 300º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F134F is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 19 | 79 | - |
| CMYK | 0 | 0.76 | 0 | 0.69 |
| HSL | 300º | 0.61% | 0.19% | - |
| HSV(B) | 300º | 0.76% | 0.31% | - |
| XYZ | 4.87 | 2.69 | 7.66 | - |
| YUV | 43.78 | 147.88 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 19 | 79 | 0 | 0.76 | 0 | 0.69 | 300 | 0.61 | 0.19 |
| Hex | 4F | 13 | 4F | 0 | 4C | 0 | 45 | 12C | 3D | 13 |
| Octal | 117 | 23 | 117 | 0 | 114 | 0 | 105 | 454 | 75 | 23 |
| Binary | 1001111 | 10011 | 1001111 | 0 | 1001100 | 0 | 1000101 | 100101100 | 111101 | 10011 |
Color Harmonies of #4F134F
Complementary color
Monochromatic Colors of #4F134F
Black with #4F134F
Text Example
Text Example
White with #4F134F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F134F; }
p { color: rgb(79,19,79); }
H1.HeaderClassName
{
color: #4F134F;
}
.AnyTagClassName
{
color: #4F134F;
}
</style>
background-color css
<style>
a { background-color: #4F134F; }
a { background-color: rgb(79,19,79); }
div.DivClassName
{
background-color: #4F134F;
}
.BgClassName
{
background-color: #4F134F;
}
</style>
border-color css
<style>
span { border-color: #4F134F; }
span { border-color: rgb(79,19,79); }
td.TdClassName
{
border-color: #4F134F;
}
.TagClassName
{
border-color: #4F134F;
}
</style>