Shades of Tyrian Purple #4D024B
Tints of Tyrian Purple #4D024B
RGB
CMYK
RGB Variations
Color information
#4D024B (or 0x4D024B) is known color: Tyrian Purple. HEX triplet: 4D, 02 and 4B. RGB value is (77,2,75). Sum of RGB (Red+Green+Blue) = 77+2+75=154 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 75 (29.69% from 255 or 48.70% from 154); Max value from RGB is 77 - color contains mainly: red. Hex color #4D024B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D024B is #B2FDB4. Grayscale: #202020. Windows color (decimal): -11730357 or 4915789. OLE color: 4915789.
HSL color Cylindrical-coordinate representation of color #4D024B: hue angle of 301.6º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D024B is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 2 | 75 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.70 |
| HSL | 301.6º | 0.95% | 0.15% | - |
| HSV(B) | 301.6º | 0.97% | 0.3% | - |
| XYZ | 4.35 | 2.13 | 6.84 | - |
| YUV | 32.75 | 151.85 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 2 | 75 | 0 | 0.97 | 0.03 | 0.70 | 301.6 | 0.95 | 0.15 |
| Hex | 4D | 2 | 4B | 0 | 61 | 3 | 46 | 12E | 5F | F |
| Octal | 115 | 2 | 113 | 0 | 141 | 3 | 106 | 456 | 137 | 17 |
| Binary | 1001101 | 10 | 1001011 | 0 | 1100001 | 11 | 1000110 | 100101110 | 1011111 | 1111 |
Color Harmonies of #4D024B
Complementary color
Monochromatic Colors of #4D024B
Black with #4D024B
Text Example
Text Example
White with #4D024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D024B; }
p { color: rgb(77,2,75); }
H1.HeaderClassName
{
color: #4D024B;
}
.AnyTagClassName
{
color: #4D024B;
}
</style>
background-color css
<style>
a { background-color: #4D024B; }
a { background-color: rgb(77,2,75); }
div.DivClassName
{
background-color: #4D024B;
}
.BgClassName
{
background-color: #4D024B;
}
</style>
border-color css
<style>
span { border-color: #4D024B; }
span { border-color: rgb(77,2,75); }
td.TdClassName
{
border-color: #4D024B;
}
.TagClassName
{
border-color: #4D024B;
}
</style>