Shades of Hot Purple #4D0053
Tints of Hot Purple #4D0053
RGB
CMYK
RGB Variations
Color information
#4D0053 (or 0x4D0053) is known color: Hot Purple. HEX triplet: 4D, 00 and 53. RGB value is (77,0,83). Sum of RGB (Red+Green+Blue) = 77+0+83=160 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.12% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 83 (32.81% from 255 or 51.88% from 160); Max value from RGB is 83 - color contains mainly: blue. Hex color #4D0053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0053 is #B2FFAC. Grayscale: #202020. Windows color (decimal): -11730861 or 5439565. OLE color: 5439565.
HSL color Cylindrical-coordinate representation of color #4D0053: hue angle of 295.66º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D0053 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 0 | 83 | - |
| CMYK | 0.07 | 1 | 0 | 0.67 |
| HSL | 295.66º | 1% | 0.16% | - |
| HSV(B) | 295.66º | 1% | 0.33% | - |
| XYZ | 4.62 | 2.2 | 8.37 | - |
| YUV | 32.49 | 156.51 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 0 | 83 | 0.07 | 1 | 0 | 0.67 | 295.66 | 1 | 0.16 |
| Hex | 4D | 0 | 53 | 7 | 64 | 0 | 43 | 128 | 64 | 10 |
| Octal | 115 | 0 | 123 | 7 | 144 | 0 | 103 | 450 | 144 | 20 |
| Binary | 1001101 | 0 | 1010011 | 111 | 1100100 | 0 | 1000011 | 100101000 | 1100100 | 10000 |
Color Harmonies of #4D0053
Complementary color
Monochromatic Colors of #4D0053
Black with #4D0053
Text Example
Text Example
White with #4D0053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0053; }
p { color: rgb(77,0,83); }
H1.HeaderClassName
{
color: #4D0053;
}
.AnyTagClassName
{
color: #4D0053;
}
</style>
background-color css
<style>
a { background-color: #4D0053; }
a { background-color: rgb(77,0,83); }
div.DivClassName
{
background-color: #4D0053;
}
.BgClassName
{
background-color: #4D0053;
}
</style>
border-color css
<style>
span { border-color: #4D0053; }
span { border-color: rgb(77,0,83); }
td.TdClassName
{
border-color: #4D0053;
}
.TagClassName
{
border-color: #4D0053;
}
</style>