Shades of Hot Purple #4D344F
Tints of Hot Purple #4D344F
RGB
CMYK
RGB Variations
Color information
#4D344F (or 0x4D344F) is known color: Hot Purple. HEX triplet: 4D, 34 and 4F. RGB value is (77,52,79). Sum of RGB (Red+Green+Blue) = 77+52+79=208 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.02% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 79 (31.25% from 255 or 37.98% from 208); Max value from RGB is 79 - color contains mainly: blue. Hex color #4D344F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D344F is #B2CBB0. Grayscale: #3E3E3E. Windows color (decimal): -11717553 or 5190733. OLE color: 5190733.
HSL color Cylindrical-coordinate representation of color #4D344F: hue angle of 295.56º 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 #4D344F is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 77 | 52 | 79 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.69 |
| HSL | 295.56º | 0.21% | 0.26% | - |
| HSV(B) | 295.56º | 0.34% | 0.31% | - |
| XYZ | 5.7 | 4.6 | 7.98 | - |
| YUV | 62.55 | 137.28 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 52 | 79 | 0.03 | 0.34 | 0 | 0.69 | 295.56 | 0.21 | 0.26 |
| Hex | 4D | 34 | 4F | 3 | 22 | 0 | 45 | 128 | 15 | 1A |
| Octal | 115 | 64 | 117 | 3 | 42 | 0 | 105 | 450 | 25 | 32 |
| Binary | 1001101 | 110100 | 1001111 | 11 | 100010 | 0 | 1000101 | 100101000 | 10101 | 11010 |
Color Harmonies of #4D344F
Complementary color
Monochromatic Colors of #4D344F
Black with #4D344F
Text Example
Text Example
White with #4D344F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D344F; }
p { color: rgb(77,52,79); }
H1.HeaderClassName
{
color: #4D344F;
}
.AnyTagClassName
{
color: #4D344F;
}
</style>
background-color css
<style>
a { background-color: #4D344F; }
a { background-color: rgb(77,52,79); }
div.DivClassName
{
background-color: #4D344F;
}
.BgClassName
{
background-color: #4D344F;
}
</style>
border-color css
<style>
span { border-color: #4D344F; }
span { border-color: rgb(77,52,79); }
td.TdClassName
{
border-color: #4D344F;
}
.TagClassName
{
border-color: #4D344F;
}
</style>