Shades of Hot Purple #4D284D
Tints of Hot Purple #4D284D
RGB
CMYK
RGB Variations
Color information
#4D284D (or 0x4D284D) is known color: Hot Purple. HEX triplet: 4D, 28 and 4D. RGB value is (77,40,77). Sum of RGB (Red+Green+Blue) = 77+40+77=194 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.69% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 77 - color contains mainly: red, blue. Hex color #4D284D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D284D is #B2D7B2. Grayscale: #373737. Windows color (decimal): -11720627 or 5056589. OLE color: 5056589.
HSL color Cylindrical-coordinate representation of color #4D284D: hue angle of 300º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D284D is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 40 | 77 | - |
| CMYK | 0 | 0.48 | 0 | 0.70 |
| HSL | 300º | 0.32% | 0.23% | - |
| HSV(B) | 300º | 0.48% | 0.3% | - |
| XYZ | 5.16 | 3.63 | 7.45 | - |
| YUV | 55.28 | 140.26 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 40 | 77 | 0 | 0.48 | 0 | 0.70 | 300 | 0.32 | 0.23 |
| Hex | 4D | 28 | 4D | 0 | 30 | 0 | 46 | 12C | 20 | 17 |
| Octal | 115 | 50 | 115 | 0 | 60 | 0 | 106 | 454 | 40 | 27 |
| Binary | 1001101 | 101000 | 1001101 | 0 | 110000 | 0 | 1000110 | 100101100 | 100000 | 10111 |
Color Harmonies of #4D284D
Complementary color
Monochromatic Colors of #4D284D
Black with #4D284D
Text Example
Text Example
White with #4D284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D284D; }
p { color: rgb(77,40,77); }
H1.HeaderClassName
{
color: #4D284D;
}
.AnyTagClassName
{
color: #4D284D;
}
</style>
background-color css
<style>
a { background-color: #4D284D; }
a { background-color: rgb(77,40,77); }
div.DivClassName
{
background-color: #4D284D;
}
.BgClassName
{
background-color: #4D284D;
}
</style>
border-color css
<style>
span { border-color: #4D284D; }
span { border-color: rgb(77,40,77); }
td.TdClassName
{
border-color: #4D284D;
}
.TagClassName
{
border-color: #4D284D;
}
</style>