Shades of Hot Purple #4D1158
Tints of Hot Purple #4D1158
RGB
CMYK
RGB Variations
Color information
#4D1158 (or 0x4D1158) is known color: Hot Purple. HEX triplet: 4D, 11 and 58. RGB value is (77,17,88). Sum of RGB (Red+Green+Blue) = 77+17+88=182 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.31% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 88 (34.77% from 255 or 48.35% from 182); Max value from RGB is 88 - color contains mainly: blue. Hex color #4D1158 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1158 is #B2EEA7. Grayscale: #2A2A2A. Windows color (decimal): -11726504 or 5771597. OLE color: 5771597.
HSL color Cylindrical-coordinate representation of color #4D1158: hue angle of 290.7º 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 #4D1158 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 17 | 88 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.65 |
| HSL | 290.7º | 0.68% | 0.21% | - |
| HSV(B) | 290.7º | 0.81% | 0.35% | - |
| XYZ | 5.02 | 2.68 | 9.49 | - |
| YUV | 43.03 | 153.38 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 17 | 88 | 0.12 | 0.81 | 0 | 0.65 | 290.7 | 0.68 | 0.21 |
| Hex | 4D | 11 | 58 | C | 51 | 0 | 41 | 123 | 44 | 15 |
| Octal | 115 | 21 | 130 | 14 | 121 | 0 | 101 | 443 | 104 | 25 |
| Binary | 1001101 | 10001 | 1011000 | 1100 | 1010001 | 0 | 1000001 | 100100011 | 1000100 | 10101 |
Color Harmonies of #4D1158
Complementary color
Monochromatic Colors of #4D1158
Black with #4D1158
Text Example
Text Example
White with #4D1158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1158; }
p { color: rgb(77,17,88); }
H1.HeaderClassName
{
color: #4D1158;
}
.AnyTagClassName
{
color: #4D1158;
}
</style>
background-color css
<style>
a { background-color: #4D1158; }
a { background-color: rgb(77,17,88); }
div.DivClassName
{
background-color: #4D1158;
}
.BgClassName
{
background-color: #4D1158;
}
</style>
border-color css
<style>
span { border-color: #4D1158; }
span { border-color: rgb(77,17,88); }
td.TdClassName
{
border-color: #4D1158;
}
.TagClassName
{
border-color: #4D1158;
}
</style>