Shades of Hot Purple #4D1558
Tints of Hot Purple #4D1558
RGB
CMYK
RGB Variations
Color information
#4D1558 (or 0x4D1558) is known color: Hot Purple. HEX triplet: 4D, 15 and 58. RGB value is (77,21,88). Sum of RGB (Red+Green+Blue) = 77+21+88=186 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.40% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 88 (34.77% from 255 or 47.31% from 186); Max value from RGB is 88 - color contains mainly: blue. Hex color #4D1558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1558 is #B2EAA7. Grayscale: #2D2D2D. Windows color (decimal): -11725480 or 5772621. OLE color: 5772621.
HSL color Cylindrical-coordinate representation of color #4D1558: hue angle of 290.15º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D1558 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 21 | 88 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.65 |
| HSL | 290.15º | 0.61% | 0.21% | - |
| HSV(B) | 290.15º | 0.76% | 0.35% | - |
| XYZ | 5.09 | 2.82 | 9.51 | - |
| YUV | 45.38 | 152.05 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 21 | 88 | 0.12 | 0.76 | 0 | 0.65 | 290.15 | 0.61 | 0.21 |
| Hex | 4D | 15 | 58 | C | 4C | 0 | 41 | 122 | 3D | 15 |
| Octal | 115 | 25 | 130 | 14 | 114 | 0 | 101 | 442 | 75 | 25 |
| Binary | 1001101 | 10101 | 1011000 | 1100 | 1001100 | 0 | 1000001 | 100100010 | 111101 | 10101 |
Color Harmonies of #4D1558
Complementary color
Monochromatic Colors of #4D1558
Black with #4D1558
Text Example
Text Example
White with #4D1558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1558; }
p { color: rgb(77,21,88); }
H1.HeaderClassName
{
color: #4D1558;
}
.AnyTagClassName
{
color: #4D1558;
}
</style>
background-color css
<style>
a { background-color: #4D1558; }
a { background-color: rgb(77,21,88); }
div.DivClassName
{
background-color: #4D1558;
}
.BgClassName
{
background-color: #4D1558;
}
</style>
border-color css
<style>
span { border-color: #4D1558; }
span { border-color: rgb(77,21,88); }
td.TdClassName
{
border-color: #4D1558;
}
.TagClassName
{
border-color: #4D1558;
}
</style>