Shades of Hot Purple #4D2753
Tints of Hot Purple #4D2753
RGB
CMYK
RGB Variations
Color information
#4D2753 (or 0x4D2753) is known color: Hot Purple. HEX triplet: 4D, 27 and 53. RGB value is (77,39,83). Sum of RGB (Red+Green+Blue) = 77+39+83=199 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.69% from 199); Green value is 39 (15.62% from 255 or 19.60% from 199); Blue value is 83 (32.81% from 255 or 41.71% from 199); Max value from RGB is 83 - color contains mainly: blue. Hex color #4D2753 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2753 is #B2D8AC. Grayscale: #373737. Windows color (decimal): -11720877 or 5449549. OLE color: 5449549.
HSL color Cylindrical-coordinate representation of color #4D2753: hue angle of 291.82º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D2753 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 39 | 83 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.67 |
| HSL | 291.82º | 0.36% | 0.24% | - |
| HSV(B) | 291.82º | 0.53% | 0.33% | - |
| XYZ | 5.35 | 3.65 | 8.61 | - |
| YUV | 55.38 | 143.59 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 39 | 83 | 0.07 | 0.53 | 0 | 0.67 | 291.82 | 0.36 | 0.24 |
| Hex | 4D | 27 | 53 | 7 | 35 | 0 | 43 | 124 | 24 | 18 |
| Octal | 115 | 47 | 123 | 7 | 65 | 0 | 103 | 444 | 44 | 30 |
| Binary | 1001101 | 100111 | 1010011 | 111 | 110101 | 0 | 1000011 | 100100100 | 100100 | 11000 |
Color Harmonies of #4D2753
Complementary color
Monochromatic Colors of #4D2753
Black with #4D2753
Text Example
Text Example
White with #4D2753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2753; }
p { color: rgb(77,39,83); }
H1.HeaderClassName
{
color: #4D2753;
}
.AnyTagClassName
{
color: #4D2753;
}
</style>
background-color css
<style>
a { background-color: #4D2753; }
a { background-color: rgb(77,39,83); }
div.DivClassName
{
background-color: #4D2753;
}
.BgClassName
{
background-color: #4D2753;
}
</style>
border-color css
<style>
span { border-color: #4D2753; }
span { border-color: rgb(77,39,83); }
td.TdClassName
{
border-color: #4D2753;
}
.TagClassName
{
border-color: #4D2753;
}
</style>