Shades of Hot Purple #4D1053
Tints of Hot Purple #4D1053
RGB
CMYK
RGB Variations
Color information
#4D1053 (or 0x4D1053) is known color: Hot Purple. HEX triplet: 4D, 10 and 53. RGB value is (77,16,83). Sum of RGB (Red+Green+Blue) = 77+16+83=176 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.75% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 83 (32.81% from 255 or 47.16% from 176); Max value from RGB is 83 - color contains mainly: blue. Hex color #4D1053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1053 is #B2EFAC. Grayscale: #292929. Windows color (decimal): -11726765 or 5443661. OLE color: 5443661.
HSL color Cylindrical-coordinate representation of color #4D1053: hue angle of 294.63º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D1053 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 16 | 83 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.67 |
| HSL | 294.63º | 0.68% | 0.19% | - |
| HSV(B) | 294.63º | 0.81% | 0.33% | - |
| XYZ | 4.81 | 2.57 | 8.43 | - |
| YUV | 41.88 | 151.21 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 16 | 83 | 0.07 | 0.81 | 0 | 0.67 | 294.63 | 0.68 | 0.19 |
| Hex | 4D | 10 | 53 | 7 | 51 | 0 | 43 | 127 | 44 | 13 |
| Octal | 115 | 20 | 123 | 7 | 121 | 0 | 103 | 447 | 104 | 23 |
| Binary | 1001101 | 10000 | 1010011 | 111 | 1010001 | 0 | 1000011 | 100100111 | 1000100 | 10011 |
Color Harmonies of #4D1053
Complementary color
Monochromatic Colors of #4D1053
Black with #4D1053
Text Example
Text Example
White with #4D1053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1053; }
p { color: rgb(77,16,83); }
H1.HeaderClassName
{
color: #4D1053;
}
.AnyTagClassName
{
color: #4D1053;
}
</style>
background-color css
<style>
a { background-color: #4D1053; }
a { background-color: rgb(77,16,83); }
div.DivClassName
{
background-color: #4D1053;
}
.BgClassName
{
background-color: #4D1053;
}
</style>
border-color css
<style>
span { border-color: #4D1053; }
span { border-color: rgb(77,16,83); }
td.TdClassName
{
border-color: #4D1053;
}
.TagClassName
{
border-color: #4D1053;
}
</style>