Shades of Hot Purple #4D1554
Tints of Hot Purple #4D1554
RGB
CMYK
RGB Variations
Color information
#4D1554 (or 0x4D1554) is known color: Hot Purple. HEX triplet: 4D, 15 and 54. RGB value is (77,21,84). Sum of RGB (Red+Green+Blue) = 77+21+84=182 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.31% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 84 (33.20% from 255 or 46.15% from 182); Max value from RGB is 84 - color contains mainly: blue. Hex color #4D1554 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1554 is #B2EAAB. Grayscale: #2C2C2C. Windows color (decimal): -11725484 or 5510477. OLE color: 5510477.
HSL color Cylindrical-coordinate representation of color #4D1554: hue angle of 293.33º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D1554 is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 21 | 84 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.67 |
| HSL | 293.33º | 0.6% | 0.21% | - |
| HSV(B) | 293.33º | 0.75% | 0.33% | - |
| XYZ | 4.93 | 2.75 | 8.66 | - |
| YUV | 44.93 | 150.05 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 21 | 84 | 0.08 | 0.75 | 0 | 0.67 | 293.33 | 0.6 | 0.21 |
| Hex | 4D | 15 | 54 | 8 | 4B | 0 | 43 | 125 | 3C | 15 |
| Octal | 115 | 25 | 124 | 10 | 113 | 0 | 103 | 445 | 74 | 25 |
| Binary | 1001101 | 10101 | 1010100 | 1000 | 1001011 | 0 | 1000011 | 100100101 | 111100 | 10101 |
Color Harmonies of #4D1554
Complementary color
Monochromatic Colors of #4D1554
Black with #4D1554
Text Example
Text Example
White with #4D1554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1554; }
p { color: rgb(77,21,84); }
H1.HeaderClassName
{
color: #4D1554;
}
.AnyTagClassName
{
color: #4D1554;
}
</style>
background-color css
<style>
a { background-color: #4D1554; }
a { background-color: rgb(77,21,84); }
div.DivClassName
{
background-color: #4D1554;
}
.BgClassName
{
background-color: #4D1554;
}
</style>
border-color css
<style>
span { border-color: #4D1554; }
span { border-color: rgb(77,21,84); }
td.TdClassName
{
border-color: #4D1554;
}
.TagClassName
{
border-color: #4D1554;
}
</style>