Shades of Hot Purple #4D0253
Tints of Hot Purple #4D0253
RGB
CMYK
RGB Variations
Color information
#4D0253 (or 0x4D0253) is known color: Hot Purple. HEX triplet: 4D, 02 and 53. RGB value is (77,2,83). Sum of RGB (Red+Green+Blue) = 77+2+83=162 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.53% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 83 (32.81% from 255 or 51.23% from 162); Max value from RGB is 83 - color contains mainly: blue. Hex color #4D0253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0253 is #B2FDAC. Grayscale: #212121. Windows color (decimal): -11730349 or 5440077. OLE color: 5440077.
HSL color Cylindrical-coordinate representation of color #4D0253: hue angle of 295.56º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D0253 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 2 | 83 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.67 |
| HSL | 295.56º | 0.95% | 0.17% | - |
| HSV(B) | 295.56º | 0.98% | 0.33% | - |
| XYZ | 4.64 | 2.25 | 8.37 | - |
| YUV | 33.66 | 155.85 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 2 | 83 | 0.07 | 0.98 | 0 | 0.67 | 295.56 | 0.95 | 0.17 |
| Hex | 4D | 2 | 53 | 7 | 62 | 0 | 43 | 128 | 5F | 11 |
| Octal | 115 | 2 | 123 | 7 | 142 | 0 | 103 | 450 | 137 | 21 |
| Binary | 1001101 | 10 | 1010011 | 111 | 1100010 | 0 | 1000011 | 100101000 | 1011111 | 10001 |
Color Harmonies of #4D0253
Complementary color
Monochromatic Colors of #4D0253
Black with #4D0253
Text Example
Text Example
White with #4D0253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0253; }
p { color: rgb(77,2,83); }
H1.HeaderClassName
{
color: #4D0253;
}
.AnyTagClassName
{
color: #4D0253;
}
</style>
background-color css
<style>
a { background-color: #4D0253; }
a { background-color: rgb(77,2,83); }
div.DivClassName
{
background-color: #4D0253;
}
.BgClassName
{
background-color: #4D0253;
}
</style>
border-color css
<style>
span { border-color: #4D0253; }
span { border-color: rgb(77,2,83); }
td.TdClassName
{
border-color: #4D0253;
}
.TagClassName
{
border-color: #4D0253;
}
</style>