Shades of Hot Purple #4D1E53
Tints of Hot Purple #4D1E53
RGB
CMYK
RGB Variations
Color information
#4D1E53 (or 0x4D1E53) is known color: Hot Purple. HEX triplet: 4D, 1E and 53. RGB value is (77,30,83). Sum of RGB (Red+Green+Blue) = 77+30+83=190 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.53% from 190); Green value is 30 (12.11% from 255 or 15.79% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 83 - color contains mainly: blue. Hex color #4D1E53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D1E53 is #B2E1AC. Grayscale: #313131. Windows color (decimal): -11723181 or 5447245. OLE color: 5447245.
HSL color Cylindrical-coordinate representation of color #4D1E53: hue angle of 293.21º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D1E53 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 30 | 83 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.67 |
| HSL | 293.21º | 0.47% | 0.22% | - |
| HSV(B) | 293.21º | 0.64% | 0.33% | - |
| XYZ | 5.09 | 3.13 | 8.52 | - |
| YUV | 50.1 | 146.57 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 30 | 83 | 0.07 | 0.64 | 0 | 0.67 | 293.21 | 0.47 | 0.22 |
| Hex | 4D | 1E | 53 | 7 | 40 | 0 | 43 | 125 | 2F | 16 |
| Octal | 115 | 36 | 123 | 7 | 100 | 0 | 103 | 445 | 57 | 26 |
| Binary | 1001101 | 11110 | 1010011 | 111 | 1000000 | 0 | 1000011 | 100100101 | 101111 | 10110 |
Color Harmonies of #4D1E53
Complementary color
Monochromatic Colors of #4D1E53
Black with #4D1E53
Text Example
Text Example
White with #4D1E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1E53; }
p { color: rgb(77,30,83); }
H1.HeaderClassName
{
color: #4D1E53;
}
.AnyTagClassName
{
color: #4D1E53;
}
</style>
background-color css
<style>
a { background-color: #4D1E53; }
a { background-color: rgb(77,30,83); }
div.DivClassName
{
background-color: #4D1E53;
}
.BgClassName
{
background-color: #4D1E53;
}
</style>
border-color css
<style>
span { border-color: #4D1E53; }
span { border-color: rgb(77,30,83); }
td.TdClassName
{
border-color: #4D1E53;
}
.TagClassName
{
border-color: #4D1E53;
}
</style>