Shades of Hot Purple #4D0C4A
Tints of Hot Purple #4D0C4A
RGB
CMYK
RGB Variations
Color information
#4D0C4A (or 0x4D0C4A) is known color: Hot Purple. HEX triplet: 4D, 0C and 4A. RGB value is (77,12,74). Sum of RGB (Red+Green+Blue) = 77+12+74=163 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.24% from 163); Green value is 12 (5.08% from 255 or 7.36% from 163); Blue value is 74 (29.30% from 255 or 45.40% from 163); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0C4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0C4A is #B2F3B5. Grayscale: #262626. Windows color (decimal): -11727798 or 4852813. OLE color: 4852813.
HSL color Cylindrical-coordinate representation of color #4D0C4A: hue angle of 302.77º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D0C4A is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 12 | 74 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.70 |
| HSL | 302.77º | 0.73% | 0.17% | - |
| HSV(B) | 302.77º | 0.84% | 0.3% | - |
| XYZ | 4.43 | 2.34 | 6.7 | - |
| YUV | 38.5 | 148.03 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 12 | 74 | 0 | 0.84 | 0.04 | 0.70 | 302.77 | 0.73 | 0.17 |
| Hex | 4D | C | 4A | 0 | 54 | 4 | 46 | 12F | 49 | 11 |
| Octal | 115 | 14 | 112 | 0 | 124 | 4 | 106 | 457 | 111 | 21 |
| Binary | 1001101 | 1100 | 1001010 | 0 | 1010100 | 100 | 1000110 | 100101111 | 1001001 | 10001 |
Color Harmonies of #4D0C4A
Complementary color
Monochromatic Colors of #4D0C4A
Black with #4D0C4A
Text Example
Text Example
White with #4D0C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0C4A; }
p { color: rgb(77,12,74); }
H1.HeaderClassName
{
color: #4D0C4A;
}
.AnyTagClassName
{
color: #4D0C4A;
}
</style>
background-color css
<style>
a { background-color: #4D0C4A; }
a { background-color: rgb(77,12,74); }
div.DivClassName
{
background-color: #4D0C4A;
}
.BgClassName
{
background-color: #4D0C4A;
}
</style>
border-color css
<style>
span { border-color: #4D0C4A; }
span { border-color: rgb(77,12,74); }
td.TdClassName
{
border-color: #4D0C4A;
}
.TagClassName
{
border-color: #4D0C4A;
}
</style>