Shades of Hot Purple #4D035B
Tints of Hot Purple #4D035B
RGB
CMYK
RGB Variations
Color information
#4D035B (or 0x4D035B) is known color: Hot Purple. HEX triplet: 4D, 03 and 5B. RGB value is (77,3,91). Sum of RGB (Red+Green+Blue) = 77+3+91=171 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.03% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 91 (35.94% from 255 or 53.22% from 171); Max value from RGB is 91 - color contains mainly: blue. Hex color #4D035B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D035B is #B2FCA4. Grayscale: #222222. Windows color (decimal): -11730085 or 5964621. OLE color: 5964621.
HSL color Cylindrical-coordinate representation of color #4D035B: hue angle of 290.45º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D035B is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 3 | 91 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.64 |
| HSL | 290.45º | 0.94% | 0.18% | - |
| HSV(B) | 290.45º | 0.97% | 0.36% | - |
| XYZ | 4.98 | 2.4 | 10.1 | - |
| YUV | 35.16 | 159.52 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 3 | 91 | 0.15 | 0.97 | 0 | 0.64 | 290.45 | 0.94 | 0.18 |
| Hex | 4D | 3 | 5B | F | 61 | 0 | 40 | 122 | 5E | 12 |
| Octal | 115 | 3 | 133 | 17 | 141 | 0 | 100 | 442 | 136 | 22 |
| Binary | 1001101 | 11 | 1011011 | 1111 | 1100001 | 0 | 1000000 | 100100010 | 1011110 | 10010 |
Color Harmonies of #4D035B
Complementary color
Monochromatic Colors of #4D035B
Black with #4D035B
Text Example
Text Example
White with #4D035B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D035B; }
p { color: rgb(77,3,91); }
H1.HeaderClassName
{
color: #4D035B;
}
.AnyTagClassName
{
color: #4D035B;
}
</style>
background-color css
<style>
a { background-color: #4D035B; }
a { background-color: rgb(77,3,91); }
div.DivClassName
{
background-color: #4D035B;
}
.BgClassName
{
background-color: #4D035B;
}
</style>
border-color css
<style>
span { border-color: #4D035B; }
span { border-color: rgb(77,3,91); }
td.TdClassName
{
border-color: #4D035B;
}
.TagClassName
{
border-color: #4D035B;
}
</style>