Shades of Hot Purple #4D115A
Tints of Hot Purple #4D115A
RGB
CMYK
RGB Variations
Color information
#4D115A (or 0x4D115A) is known color: Hot Purple. HEX triplet: 4D, 11 and 5A. RGB value is (77,17,90). Sum of RGB (Red+Green+Blue) = 77+17+90=184 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.85% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 90 (35.55% from 255 or 48.91% from 184); Max value from RGB is 90 - color contains mainly: blue. Hex color #4D115A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D115A is #B2EEA5. Grayscale: #2B2B2B. Windows color (decimal): -11726502 or 5902669. OLE color: 5902669.
HSL color Cylindrical-coordinate representation of color #4D115A: hue angle of 289.32º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D115A is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 17 | 90 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.65 |
| HSL | 289.32º | 0.68% | 0.21% | - |
| HSV(B) | 289.32º | 0.81% | 0.35% | - |
| XYZ | 5.11 | 2.72 | 9.93 | - |
| YUV | 43.26 | 154.38 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 17 | 90 | 0.14 | 0.81 | 0 | 0.65 | 289.32 | 0.68 | 0.21 |
| Hex | 4D | 11 | 5A | E | 51 | 0 | 41 | 121 | 44 | 15 |
| Octal | 115 | 21 | 132 | 16 | 121 | 0 | 101 | 441 | 104 | 25 |
| Binary | 1001101 | 10001 | 1011010 | 1110 | 1010001 | 0 | 1000001 | 100100001 | 1000100 | 10101 |
Color Harmonies of #4D115A
Complementary color
Monochromatic Colors of #4D115A
Black with #4D115A
Text Example
Text Example
White with #4D115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D115A; }
p { color: rgb(77,17,90); }
H1.HeaderClassName
{
color: #4D115A;
}
.AnyTagClassName
{
color: #4D115A;
}
</style>
background-color css
<style>
a { background-color: #4D115A; }
a { background-color: rgb(77,17,90); }
div.DivClassName
{
background-color: #4D115A;
}
.BgClassName
{
background-color: #4D115A;
}
</style>
border-color css
<style>
span { border-color: #4D115A; }
span { border-color: rgb(77,17,90); }
td.TdClassName
{
border-color: #4D115A;
}
.TagClassName
{
border-color: #4D115A;
}
</style>