Shades of Hot Purple #4D0256
Tints of Hot Purple #4D0256
RGB
CMYK
RGB Variations
Color information
#4D0256 (or 0x4D0256) is known color: Hot Purple. HEX triplet: 4D, 02 and 56. RGB value is (77,2,86). Sum of RGB (Red+Green+Blue) = 77+2+86=165 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.67% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 86 (33.98% from 255 or 52.12% from 165); Max value from RGB is 86 - color contains mainly: blue. Hex color #4D0256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0256 is #B2FDA9. Grayscale: #212121. Windows color (decimal): -11730346 or 5636685. OLE color: 5636685.
HSL color Cylindrical-coordinate representation of color #4D0256: hue angle of 293.57º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D0256 is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 77 | 2 | 86 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.66 |
| HSL | 293.57º | 0.95% | 0.17% | - |
| HSV(B) | 293.57º | 0.98% | 0.34% | - |
| XYZ | 4.76 | 2.29 | 9 | - |
| YUV | 34 | 157.35 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 2 | 86 | 0.10 | 0.98 | 0 | 0.66 | 293.57 | 0.95 | 0.17 |
| Hex | 4D | 2 | 56 | A | 62 | 0 | 42 | 126 | 5F | 11 |
| Octal | 115 | 2 | 126 | 12 | 142 | 0 | 102 | 446 | 137 | 21 |
| Binary | 1001101 | 10 | 1010110 | 1010 | 1100010 | 0 | 1000010 | 100100110 | 1011111 | 10001 |
Color Harmonies of #4D0256
Complementary color
Monochromatic Colors of #4D0256
Black with #4D0256
Text Example
Text Example
White with #4D0256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0256; }
p { color: rgb(77,2,86); }
H1.HeaderClassName
{
color: #4D0256;
}
.AnyTagClassName
{
color: #4D0256;
}
</style>
background-color css
<style>
a { background-color: #4D0256; }
a { background-color: rgb(77,2,86); }
div.DivClassName
{
background-color: #4D0256;
}
.BgClassName
{
background-color: #4D0256;
}
</style>
border-color css
<style>
span { border-color: #4D0256; }
span { border-color: rgb(77,2,86); }
td.TdClassName
{
border-color: #4D0256;
}
.TagClassName
{
border-color: #4D0256;
}
</style>