Shades of Tyrian Purple #4D0643
Tints of Tyrian Purple #4D0643
RGB
CMYK
RGB Variations
Color information
#4D0643 (or 0x4D0643) is known color: Tyrian Purple. HEX triplet: 4D, 06 and 43. RGB value is (77,6,67). Sum of RGB (Red+Green+Blue) = 77+6+67=150 (19% of max value = 765). Red value is 77 (30.47% from 255 or 51.33% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 67 (26.56% from 255 or 44.67% from 150); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0643 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0643 is #B2F9BC. Grayscale: #222222. Windows color (decimal): -11729341 or 4392525. OLE color: 4392525.
HSL color Cylindrical-coordinate representation of color #4D0643: hue angle of 308.45º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D0643 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 6 | 67 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.70 |
| HSL | 308.45º | 0.86% | 0.16% | - |
| HSV(B) | 308.45º | 0.92% | 0.3% | - |
| XYZ | 4.14 | 2.11 | 5.5 | - |
| YUV | 34.18 | 146.52 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 6 | 67 | 0 | 0.92 | 0.13 | 0.70 | 308.45 | 0.86 | 0.16 |
| Hex | 4D | 6 | 43 | 0 | 5C | D | 46 | 134 | 56 | 10 |
| Octal | 115 | 6 | 103 | 0 | 134 | 15 | 106 | 464 | 126 | 20 |
| Binary | 1001101 | 110 | 1000011 | 0 | 1011100 | 1101 | 1000110 | 100110100 | 1010110 | 10000 |
Color Harmonies of #4D0643
Complementary color
Monochromatic Colors of #4D0643
Black with #4D0643
Text Example
Text Example
White with #4D0643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0643; }
p { color: rgb(77,6,67); }
H1.HeaderClassName
{
color: #4D0643;
}
.AnyTagClassName
{
color: #4D0643;
}
</style>
background-color css
<style>
a { background-color: #4D0643; }
a { background-color: rgb(77,6,67); }
div.DivClassName
{
background-color: #4D0643;
}
.BgClassName
{
background-color: #4D0643;
}
</style>
border-color css
<style>
span { border-color: #4D0643; }
span { border-color: rgb(77,6,67); }
td.TdClassName
{
border-color: #4D0643;
}
.TagClassName
{
border-color: #4D0643;
}
</style>