Shades of Tyrian Purple #4D063B
Tints of Tyrian Purple #4D063B
RGB
CMYK
RGB Variations
Color information
#4D063B (or 0x4D063B) is known color: Tyrian Purple. HEX triplet: 4D, 06 and 3B. RGB value is (77,6,59). Sum of RGB (Red+Green+Blue) = 77+6+59=142 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.23% from 142); Green value is 6 (2.73% from 255 or 4.23% from 142); Blue value is 59 (23.44% from 255 or 41.55% from 142); Max value from RGB is 77 - color contains mainly: red. Hex color #4D063B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D063B is #B2F9C4. Grayscale: #212121. Windows color (decimal): -11729349 or 3868237. OLE color: 3868237.
HSL color Cylindrical-coordinate representation of color #4D063B: hue angle of 315.21º 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 #4D063B is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 6 | 59 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.70 |
| HSL | 315.21º | 0.86% | 0.16% | - |
| HSV(B) | 315.21º | 0.92% | 0.3% | - |
| XYZ | 3.92 | 2.02 | 4.32 | - |
| YUV | 33.27 | 142.52 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 6 | 59 | 0 | 0.92 | 0.23 | 0.70 | 315.21 | 0.86 | 0.16 |
| Hex | 4D | 6 | 3B | 0 | 5C | 17 | 46 | 13B | 56 | 10 |
| Octal | 115 | 6 | 73 | 0 | 134 | 27 | 106 | 473 | 126 | 20 |
| Binary | 1001101 | 110 | 111011 | 0 | 1011100 | 10111 | 1000110 | 100111011 | 1010110 | 10000 |
Color Harmonies of #4D063B
Complementary color
Monochromatic Colors of #4D063B
Black with #4D063B
Text Example
Text Example
White with #4D063B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D063B; }
p { color: rgb(77,6,59); }
H1.HeaderClassName
{
color: #4D063B;
}
.AnyTagClassName
{
color: #4D063B;
}
</style>
background-color css
<style>
a { background-color: #4D063B; }
a { background-color: rgb(77,6,59); }
div.DivClassName
{
background-color: #4D063B;
}
.BgClassName
{
background-color: #4D063B;
}
</style>
border-color css
<style>
span { border-color: #4D063B; }
span { border-color: rgb(77,6,59); }
td.TdClassName
{
border-color: #4D063B;
}
.TagClassName
{
border-color: #4D063B;
}
</style>