Shades of Hot Purple #4D164A
Tints of Hot Purple #4D164A
RGB
CMYK
RGB Variations
Color information
#4D164A (or 0x4D164A) is known color: Hot Purple. HEX triplet: 4D, 16 and 4A. RGB value is (77,22,74). Sum of RGB (Red+Green+Blue) = 77+22+74=173 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.51% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 77 - color contains mainly: red. Hex color #4D164A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D164A is #B2E9B5. Grayscale: #2C2C2C. Windows color (decimal): -11725238 or 4855373. OLE color: 4855373.
HSL color Cylindrical-coordinate representation of color #4D164A: hue angle of 303.27º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D164A is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 22 | 74 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.70 |
| HSL | 303.27º | 0.56% | 0.19% | - |
| HSV(B) | 303.27º | 0.71% | 0.3% | - |
| XYZ | 4.58 | 2.65 | 6.75 | - |
| YUV | 44.37 | 144.72 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 22 | 74 | 0 | 0.71 | 0.04 | 0.70 | 303.27 | 0.56 | 0.19 |
| Hex | 4D | 16 | 4A | 0 | 47 | 4 | 46 | 12F | 38 | 13 |
| Octal | 115 | 26 | 112 | 0 | 107 | 4 | 106 | 457 | 70 | 23 |
| Binary | 1001101 | 10110 | 1001010 | 0 | 1000111 | 100 | 1000110 | 100101111 | 111000 | 10011 |
Color Harmonies of #4D164A
Complementary color
Monochromatic Colors of #4D164A
Black with #4D164A
Text Example
Text Example
White with #4D164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D164A; }
p { color: rgb(77,22,74); }
H1.HeaderClassName
{
color: #4D164A;
}
.AnyTagClassName
{
color: #4D164A;
}
</style>
background-color css
<style>
a { background-color: #4D164A; }
a { background-color: rgb(77,22,74); }
div.DivClassName
{
background-color: #4D164A;
}
.BgClassName
{
background-color: #4D164A;
}
</style>
border-color css
<style>
span { border-color: #4D164A; }
span { border-color: rgb(77,22,74); }
td.TdClassName
{
border-color: #4D164A;
}
.TagClassName
{
border-color: #4D164A;
}
</style>