Shades of Tyrian Purple #4D0348
Tints of Tyrian Purple #4D0348
RGB
CMYK
RGB Variations
Color information
#4D0348 (or 0x4D0348) is known color: Tyrian Purple. HEX triplet: 4D, 03 and 48. RGB value is (77,3,72). Sum of RGB (Red+Green+Blue) = 77+3+72=152 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.66% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 72 (28.52% from 255 or 47.37% from 152); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0348 is #B2FCB7. Grayscale: #202020. Windows color (decimal): -11730104 or 4719437. OLE color: 4719437.
HSL color Cylindrical-coordinate representation of color #4D0348: hue angle of 304.05º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D0348 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 3 | 72 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.70 |
| HSL | 304.05º | 0.93% | 0.16% | - |
| HSV(B) | 304.05º | 0.96% | 0.3% | - |
| XYZ | 4.26 | 2.11 | 6.31 | - |
| YUV | 32.99 | 150.02 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 3 | 72 | 0 | 0.96 | 0.06 | 0.70 | 304.05 | 0.93 | 0.16 |
| Hex | 4D | 3 | 48 | 0 | 60 | 6 | 46 | 130 | 5C | 10 |
| Octal | 115 | 3 | 110 | 0 | 140 | 6 | 106 | 460 | 134 | 20 |
| Binary | 1001101 | 11 | 1001000 | 0 | 1100000 | 110 | 1000110 | 100110000 | 1011100 | 10000 |
Color Harmonies of #4D0348
Complementary color
Monochromatic Colors of #4D0348
Black with #4D0348
Text Example
Text Example
White with #4D0348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0348; }
p { color: rgb(77,3,72); }
H1.HeaderClassName
{
color: #4D0348;
}
.AnyTagClassName
{
color: #4D0348;
}
</style>
background-color css
<style>
a { background-color: #4D0348; }
a { background-color: rgb(77,3,72); }
div.DivClassName
{
background-color: #4D0348;
}
.BgClassName
{
background-color: #4D0348;
}
</style>
border-color css
<style>
span { border-color: #4D0348; }
span { border-color: rgb(77,3,72); }
td.TdClassName
{
border-color: #4D0348;
}
.TagClassName
{
border-color: #4D0348;
}
</style>