Shades of Hot Purple #4D1C4B
Tints of Hot Purple #4D1C4B
RGB
CMYK
RGB Variations
Color information
#4D1C4B (or 0x4D1C4B) is known color: Hot Purple. HEX triplet: 4D, 1C and 4B. RGB value is (77,28,75). Sum of RGB (Red+Green+Blue) = 77+28+75=180 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.78% from 180); Green value is 28 (11.33% from 255 or 15.56% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1C4B is #B2E3B4. Grayscale: #2F2F2F. Windows color (decimal): -11723701 or 4922445. OLE color: 4922445.
HSL color Cylindrical-coordinate representation of color #4D1C4B: hue angle of 302.45º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D1C4B is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 28 | 75 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.70 |
| HSL | 302.45º | 0.47% | 0.21% | - |
| HSV(B) | 302.45º | 0.64% | 0.3% | - |
| XYZ | 4.75 | 2.92 | 6.97 | - |
| YUV | 48.01 | 143.23 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 28 | 75 | 0 | 0.64 | 0.03 | 0.70 | 302.45 | 0.47 | 0.21 |
| Hex | 4D | 1C | 4B | 0 | 40 | 3 | 46 | 12E | 2F | 15 |
| Octal | 115 | 34 | 113 | 0 | 100 | 3 | 106 | 456 | 57 | 25 |
| Binary | 1001101 | 11100 | 1001011 | 0 | 1000000 | 11 | 1000110 | 100101110 | 101111 | 10101 |
Color Harmonies of #4D1C4B
Complementary color
Monochromatic Colors of #4D1C4B
Black with #4D1C4B
Text Example
Text Example
White with #4D1C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1C4B; }
p { color: rgb(77,28,75); }
H1.HeaderClassName
{
color: #4D1C4B;
}
.AnyTagClassName
{
color: #4D1C4B;
}
</style>
background-color css
<style>
a { background-color: #4D1C4B; }
a { background-color: rgb(77,28,75); }
div.DivClassName
{
background-color: #4D1C4B;
}
.BgClassName
{
background-color: #4D1C4B;
}
</style>
border-color css
<style>
span { border-color: #4D1C4B; }
span { border-color: rgb(77,28,75); }
td.TdClassName
{
border-color: #4D1C4B;
}
.TagClassName
{
border-color: #4D1C4B;
}
</style>