Shades of Hot Purple #4D0F58
Tints of Hot Purple #4D0F58
RGB
CMYK
RGB Variations
Color information
#4D0F58 (or 0x4D0F58) is known color: Hot Purple. HEX triplet: 4D, 0F and 58. RGB value is (77,15,88). Sum of RGB (Red+Green+Blue) = 77+15+88=180 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.78% from 180); Green value is 15 (6.25% from 255 or 8.33% from 180); Blue value is 88 (34.77% from 255 or 48.89% from 180); Max value from RGB is 88 - color contains mainly: blue. Hex color #4D0F58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0F58 is #B2F0A7. Grayscale: #292929. Windows color (decimal): -11727016 or 5771085. OLE color: 5771085.
HSL color Cylindrical-coordinate representation of color #4D0F58: hue angle of 290.96º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D0F58 is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 15 | 88 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.65 |
| HSL | 290.96º | 0.71% | 0.2% | - |
| HSV(B) | 290.96º | 0.83% | 0.35% | - |
| XYZ | 4.99 | 2.62 | 9.48 | - |
| YUV | 41.86 | 154.04 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 15 | 88 | 0.12 | 0.83 | 0 | 0.65 | 290.96 | 0.71 | 0.2 |
| Hex | 4D | F | 58 | C | 53 | 0 | 41 | 123 | 47 | 14 |
| Octal | 115 | 17 | 130 | 14 | 123 | 0 | 101 | 443 | 107 | 24 |
| Binary | 1001101 | 1111 | 1011000 | 1100 | 1010011 | 0 | 1000001 | 100100011 | 1000111 | 10100 |
Color Harmonies of #4D0F58
Complementary color
Monochromatic Colors of #4D0F58
Black with #4D0F58
Text Example
Text Example
White with #4D0F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0F58; }
p { color: rgb(77,15,88); }
H1.HeaderClassName
{
color: #4D0F58;
}
.AnyTagClassName
{
color: #4D0F58;
}
</style>
background-color css
<style>
a { background-color: #4D0F58; }
a { background-color: rgb(77,15,88); }
div.DivClassName
{
background-color: #4D0F58;
}
.BgClassName
{
background-color: #4D0F58;
}
</style>
border-color css
<style>
span { border-color: #4D0F58; }
span { border-color: rgb(77,15,88); }
td.TdClassName
{
border-color: #4D0F58;
}
.TagClassName
{
border-color: #4D0F58;
}
</style>