Shades of Hot Purple #4D0153
Tints of Hot Purple #4D0153
RGB
CMYK
RGB Variations
Color information
#4D0153 (or 0x4D0153) is known color: Hot Purple. HEX triplet: 4D, 01 and 53. RGB value is (77,1,83). Sum of RGB (Red+Green+Blue) = 77+1+83=161 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.83% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 83 (32.81% from 255 or 51.55% from 161); Max value from RGB is 83 - color contains mainly: blue. Hex color #4D0153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0153 is #B2FEAC. Grayscale: #202020. Windows color (decimal): -11730605 or 5439821. OLE color: 5439821.
HSL color Cylindrical-coordinate representation of color #4D0153: hue angle of 295.61º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D0153 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 1 | 83 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.67 |
| HSL | 295.61º | 0.98% | 0.16% | - |
| HSV(B) | 295.61º | 0.99% | 0.33% | - |
| XYZ | 4.63 | 2.22 | 8.37 | - |
| YUV | 33.07 | 156.18 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 1 | 83 | 0.07 | 0.99 | 0 | 0.67 | 295.61 | 0.98 | 0.16 |
| Hex | 4D | 1 | 53 | 7 | 63 | 0 | 43 | 128 | 62 | 10 |
| Octal | 115 | 1 | 123 | 7 | 143 | 0 | 103 | 450 | 142 | 20 |
| Binary | 1001101 | 1 | 1010011 | 111 | 1100011 | 0 | 1000011 | 100101000 | 1100010 | 10000 |
Color Harmonies of #4D0153
Complementary color
Monochromatic Colors of #4D0153
Black with #4D0153
Text Example
Text Example
White with #4D0153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0153; }
p { color: rgb(77,1,83); }
H1.HeaderClassName
{
color: #4D0153;
}
.AnyTagClassName
{
color: #4D0153;
}
</style>
background-color css
<style>
a { background-color: #4D0153; }
a { background-color: rgb(77,1,83); }
div.DivClassName
{
background-color: #4D0153;
}
.BgClassName
{
background-color: #4D0153;
}
</style>
border-color css
<style>
span { border-color: #4D0153; }
span { border-color: rgb(77,1,83); }
td.TdClassName
{
border-color: #4D0153;
}
.TagClassName
{
border-color: #4D0153;
}
</style>