Shades of Hot Purple #4D114B
Tints of Hot Purple #4D114B
RGB
CMYK
RGB Variations
Color information
#4D114B (or 0x4D114B) is known color: Hot Purple. HEX triplet: 4D, 11 and 4B. RGB value is (77,17,75). Sum of RGB (Red+Green+Blue) = 77+17+75=169 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.56% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 77 - color contains mainly: red. Hex color #4D114B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D114B is #B2EEB4. Grayscale: #292929. Windows color (decimal): -11726517 or 4919629. OLE color: 4919629.
HSL color Cylindrical-coordinate representation of color #4D114B: hue angle of 302º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D114B is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 17 | 75 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.70 |
| HSL | 302º | 0.64% | 0.18% | - |
| HSV(B) | 302º | 0.78% | 0.3% | - |
| XYZ | 4.53 | 2.49 | 6.9 | - |
| YUV | 41.55 | 146.88 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 17 | 75 | 0 | 0.78 | 0.03 | 0.70 | 302 | 0.64 | 0.18 |
| Hex | 4D | 11 | 4B | 0 | 4E | 3 | 46 | 12E | 40 | 12 |
| Octal | 115 | 21 | 113 | 0 | 116 | 3 | 106 | 456 | 100 | 22 |
| Binary | 1001101 | 10001 | 1001011 | 0 | 1001110 | 11 | 1000110 | 100101110 | 1000000 | 10010 |
Color Harmonies of #4D114B
Complementary color
Monochromatic Colors of #4D114B
Black with #4D114B
Text Example
Text Example
White with #4D114B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D114B; }
p { color: rgb(77,17,75); }
H1.HeaderClassName
{
color: #4D114B;
}
.AnyTagClassName
{
color: #4D114B;
}
</style>
background-color css
<style>
a { background-color: #4D114B; }
a { background-color: rgb(77,17,75); }
div.DivClassName
{
background-color: #4D114B;
}
.BgClassName
{
background-color: #4D114B;
}
</style>
border-color css
<style>
span { border-color: #4D114B; }
span { border-color: rgb(77,17,75); }
td.TdClassName
{
border-color: #4D114B;
}
.TagClassName
{
border-color: #4D114B;
}
</style>