Shades of Hot Purple #4F344F
Tints of Hot Purple #4F344F
RGB
CMYK
RGB Variations
Color information
#4F344F (or 0x4F344F) is known color: Hot Purple. HEX triplet: 4F, 34 and 4F. RGB value is (79,52,79). Sum of RGB (Red+Green+Blue) = 79+52+79=210 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.62% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 79 (31.25% from 255 or 37.62% from 210); Max value from RGB is 79 - color contains mainly: red, blue. Hex color #4F344F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F344F is #B0CBB0. Grayscale: #3F3F3F. Windows color (decimal): -11586481 or 5190735. OLE color: 5190735.
HSL color Cylindrical-coordinate representation of color #4F344F: hue angle of 300º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F344F is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 52 | 79 | - |
| CMYK | 0 | 0.34 | 0 | 0.69 |
| HSL | 300º | 0.21% | 0.26% | - |
| HSV(B) | 300º | 0.34% | 0.31% | - |
| XYZ | 5.86 | 4.68 | 7.99 | - |
| YUV | 63.15 | 136.95 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 52 | 79 | 0 | 0.34 | 0 | 0.69 | 300 | 0.21 | 0.26 |
| Hex | 4F | 34 | 4F | 0 | 22 | 0 | 45 | 12C | 15 | 1A |
| Octal | 117 | 64 | 117 | 0 | 42 | 0 | 105 | 454 | 25 | 32 |
| Binary | 1001111 | 110100 | 1001111 | 0 | 100010 | 0 | 1000101 | 100101100 | 10101 | 11010 |
Color Harmonies of #4F344F
Complementary color
Monochromatic Colors of #4F344F
Black with #4F344F
Text Example
Text Example
White with #4F344F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F344F; }
p { color: rgb(79,52,79); }
H1.HeaderClassName
{
color: #4F344F;
}
.AnyTagClassName
{
color: #4F344F;
}
</style>
background-color css
<style>
a { background-color: #4F344F; }
a { background-color: rgb(79,52,79); }
div.DivClassName
{
background-color: #4F344F;
}
.BgClassName
{
background-color: #4F344F;
}
</style>
border-color css
<style>
span { border-color: #4F344F; }
span { border-color: rgb(79,52,79); }
td.TdClassName
{
border-color: #4F344F;
}
.TagClassName
{
border-color: #4F344F;
}
</style>