Shades of Tyrian Purple #4D0248
Tints of Tyrian Purple #4D0248
RGB
CMYK
RGB Variations
Color information
#4D0248 (or 0x4D0248) is known color: Tyrian Purple. HEX triplet: 4D, 02 and 48. RGB value is (77,2,72). Sum of RGB (Red+Green+Blue) = 77+2+72=151 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.99% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 72 (28.52% from 255 or 47.68% from 151); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0248 is #B2FDB7. Grayscale: #202020. Windows color (decimal): -11730360 or 4719181. OLE color: 4719181.
HSL color Cylindrical-coordinate representation of color #4D0248: hue angle of 304º 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 #4D0248 is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 2 | 72 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.70 |
| HSL | 304º | 0.95% | 0.15% | - |
| HSV(B) | 304º | 0.97% | 0.3% | - |
| XYZ | 4.25 | 2.09 | 6.31 | - |
| YUV | 32.41 | 150.35 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 2 | 72 | 0 | 0.97 | 0.06 | 0.70 | 304 | 0.95 | 0.15 |
| Hex | 4D | 2 | 48 | 0 | 61 | 6 | 46 | 130 | 5F | F |
| Octal | 115 | 2 | 110 | 0 | 141 | 6 | 106 | 460 | 137 | 17 |
| Binary | 1001101 | 10 | 1001000 | 0 | 1100001 | 110 | 1000110 | 100110000 | 1011111 | 1111 |
Color Harmonies of #4D0248
Complementary color
Monochromatic Colors of #4D0248
Black with #4D0248
Text Example
Text Example
White with #4D0248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0248; }
p { color: rgb(77,2,72); }
H1.HeaderClassName
{
color: #4D0248;
}
.AnyTagClassName
{
color: #4D0248;
}
</style>
background-color css
<style>
a { background-color: #4D0248; }
a { background-color: rgb(77,2,72); }
div.DivClassName
{
background-color: #4D0248;
}
.BgClassName
{
background-color: #4D0248;
}
</style>
border-color css
<style>
span { border-color: #4D0248; }
span { border-color: rgb(77,2,72); }
td.TdClassName
{
border-color: #4D0248;
}
.TagClassName
{
border-color: #4D0248;
}
</style>