Shades of Hot Purple #4D054D
Tints of Hot Purple #4D054D
RGB
CMYK
RGB Variations
Color information
#4D054D (or 0x4D054D) is known color: Hot Purple. HEX triplet: 4D, 05 and 4D. RGB value is (77,5,77). Sum of RGB (Red+Green+Blue) = 77+5+77=159 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.43% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: red, blue. Hex color #4D054D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D054D is #B2FAB2. Grayscale: #222222. Windows color (decimal): -11729587 or 5047629. OLE color: 5047629.
HSL color Cylindrical-coordinate representation of color #4D054D: hue angle of 300º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D054D is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
RGB | 77 | 5 | 77 | - |
CMYK | 0 | 0.94 | 0 | 0.70 |
HSL | 300º | 0.88% | 0.16% | - |
HSV(B) | 300º | 0.94% | 0.3% | - |
XYZ | 4.45 | 2.22 | 7.22 | - |
YUV | 34.74 | 151.85 | 158.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 5 | 77 | 0 | 0.94 | 0 | 0.70 | 300 | 0.88 | 0.16 |
Hex | 4D | 5 | 4D | 0 | 5E | 0 | 46 | 12C | 58 | 10 |
Octal | 115 | 5 | 115 | 0 | 136 | 0 | 106 | 454 | 130 | 20 |
Binary | 1001101 | 101 | 1001101 | 0 | 1011110 | 0 | 1000110 | 100101100 | 1011000 | 10000 |
Color Harmonies of #4D054D
Complementary color
Monochromatic Colors of #4D054D
Black with #4D054D
Text Example
Text Example
White with #4D054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D054D; }
p { color: rgb(77,5,77); }
H1.HeaderClassName
{
color: #4D054D;
}
.AnyTagClassName
{
color: #4D054D;
}
</style>
background-color css
<style>
a { background-color: #4D054D; }
a { background-color: rgb(77,5,77); }
div.DivClassName
{
background-color: #4D054D;
}
.BgClassName
{
background-color: #4D054D;
}
</style>
border-color css
<style>
span { border-color: #4D054D; }
span { border-color: rgb(77,5,77); }
td.TdClassName
{
border-color: #4D054D;
}
.TagClassName
{
border-color: #4D054D;
}
</style>