Shades of Hot Purple #4D214C
Tints of Hot Purple #4D214C
RGB
CMYK
RGB Variations
Color information
#4D214C (or 0x4D214C) is known color: Hot Purple. HEX triplet: 4D, 21 and 4C. RGB value is (77,33,76). Sum of RGB (Red+Green+Blue) = 77+33+76=186 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.40% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 76 (30.08% from 255 or 40.86% from 186); Max value from RGB is 77 - color contains mainly: red. Hex color #4D214C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D214C is #B2DEB3. Grayscale: #323232. Windows color (decimal): -11722420 or 4989261. OLE color: 4989261.
HSL color Cylindrical-coordinate representation of color #4D214C: hue angle of 301.36º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D214C is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 33 | 76 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.70 |
| HSL | 301.36º | 0.4% | 0.22% | - |
| HSV(B) | 301.36º | 0.57% | 0.3% | - |
| XYZ | 4.91 | 3.19 | 7.19 | - |
| YUV | 51.06 | 142.08 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 33 | 76 | 0 | 0.57 | 0.01 | 0.70 | 301.36 | 0.4 | 0.22 |
| Hex | 4D | 21 | 4C | 0 | 39 | 1 | 46 | 12D | 28 | 16 |
| Octal | 115 | 41 | 114 | 0 | 71 | 1 | 106 | 455 | 50 | 26 |
| Binary | 1001101 | 100001 | 1001100 | 0 | 111001 | 1 | 1000110 | 100101101 | 101000 | 10110 |
Color Harmonies of #4D214C
Complementary color
Monochromatic Colors of #4D214C
Black with #4D214C
Text Example
Text Example
White with #4D214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D214C; }
p { color: rgb(77,33,76); }
H1.HeaderClassName
{
color: #4D214C;
}
.AnyTagClassName
{
color: #4D214C;
}
</style>
background-color css
<style>
a { background-color: #4D214C; }
a { background-color: rgb(77,33,76); }
div.DivClassName
{
background-color: #4D214C;
}
.BgClassName
{
background-color: #4D214C;
}
</style>
border-color css
<style>
span { border-color: #4D214C; }
span { border-color: rgb(77,33,76); }
td.TdClassName
{
border-color: #4D214C;
}
.TagClassName
{
border-color: #4D214C;
}
</style>