Shades of Hot Purple #4D034F
Tints of Hot Purple #4D034F
RGB
CMYK
RGB Variations
Color information
#4D034F (or 0x4D034F) is known color: Hot Purple. HEX triplet: 4D, 03 and 4F. RGB value is (77,3,79). Sum of RGB (Red+Green+Blue) = 77+3+79=159 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.43% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 79 (31.25% from 255 or 49.69% from 159); Max value from RGB is 79 - color contains mainly: blue. Hex color #4D034F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D034F is #B2FCB0. Grayscale: #212121. Windows color (decimal): -11730097 or 5178189. OLE color: 5178189.
HSL color Cylindrical-coordinate representation of color #4D034F: hue angle of 298.42º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D034F is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 77 | 3 | 79 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.69 |
| HSL | 298.42º | 0.93% | 0.16% | - |
| HSV(B) | 298.42º | 0.96% | 0.31% | - |
| XYZ | 4.5 | 2.21 | 7.59 | - |
| YUV | 33.79 | 153.52 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 3 | 79 | 0.03 | 0.96 | 0 | 0.69 | 298.42 | 0.93 | 0.16 |
| Hex | 4D | 3 | 4F | 3 | 60 | 0 | 45 | 12A | 5D | 10 |
| Octal | 115 | 3 | 117 | 3 | 140 | 0 | 105 | 452 | 135 | 20 |
| Binary | 1001101 | 11 | 1001111 | 11 | 1100000 | 0 | 1000101 | 100101010 | 1011101 | 10000 |
Color Harmonies of #4D034F
Complementary color
Monochromatic Colors of #4D034F
Black with #4D034F
Text Example
Text Example
White with #4D034F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D034F; }
p { color: rgb(77,3,79); }
H1.HeaderClassName
{
color: #4D034F;
}
.AnyTagClassName
{
color: #4D034F;
}
</style>
background-color css
<style>
a { background-color: #4D034F; }
a { background-color: rgb(77,3,79); }
div.DivClassName
{
background-color: #4D034F;
}
.BgClassName
{
background-color: #4D034F;
}
</style>
border-color css
<style>
span { border-color: #4D034F; }
span { border-color: rgb(77,3,79); }
td.TdClassName
{
border-color: #4D034F;
}
.TagClassName
{
border-color: #4D034F;
}
</style>