Shades of Hot Purple #4D0052
Tints of Hot Purple #4D0052
RGB
CMYK
RGB Variations
Color information
#4D0052 (or 0x4D0052) is known color: Hot Purple. HEX triplet: 4D, 00 and 52. RGB value is (77,0,82). Sum of RGB (Red+Green+Blue) = 77+0+82=159 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.43% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 82 (32.42% from 255 or 51.57% from 159); Max value from RGB is 82 - color contains mainly: blue. Hex color #4D0052 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0052 is #B2FFAD. Grayscale: #202020. Windows color (decimal): -11730862 or 5374029. OLE color: 5374029.
HSL color Cylindrical-coordinate representation of color #4D0052: hue angle of 296.34º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D0052 is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 77 | 0 | 82 | - |
| CMYK | 0.06 | 1 | 0 | 0.68 |
| HSL | 296.34º | 1% | 0.16% | - |
| HSV(B) | 296.34º | 1% | 0.32% | - |
| XYZ | 4.58 | 2.19 | 8.16 | - |
| YUV | 32.37 | 156.01 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 0 | 82 | 0.06 | 1 | 0 | 0.68 | 296.34 | 1 | 0.16 |
| Hex | 4D | 0 | 52 | 6 | 64 | 0 | 44 | 128 | 64 | 10 |
| Octal | 115 | 0 | 122 | 6 | 144 | 0 | 104 | 450 | 144 | 20 |
| Binary | 1001101 | 0 | 1010010 | 110 | 1100100 | 0 | 1000100 | 100101000 | 1100100 | 10000 |
Color Harmonies of #4D0052
Complementary color
Monochromatic Colors of #4D0052
Black with #4D0052
Text Example
Text Example
White with #4D0052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0052; }
p { color: rgb(77,0,82); }
H1.HeaderClassName
{
color: #4D0052;
}
.AnyTagClassName
{
color: #4D0052;
}
</style>
background-color css
<style>
a { background-color: #4D0052; }
a { background-color: rgb(77,0,82); }
div.DivClassName
{
background-color: #4D0052;
}
.BgClassName
{
background-color: #4D0052;
}
</style>
border-color css
<style>
span { border-color: #4D0052; }
span { border-color: rgb(77,0,82); }
td.TdClassName
{
border-color: #4D0052;
}
.TagClassName
{
border-color: #4D0052;
}
</style>