Shades of Tyrian Purple #4A0140
Tints of Tyrian Purple #4A0140
RGB
CMYK
RGB Variations
Color information
#4A0140 (or 0x4A0140) is known color: Tyrian Purple. HEX triplet: 4A, 01 and 40. RGB value is (74,1,64). Sum of RGB (Red+Green+Blue) = 74+1+64=139 (18% of max value = 765). Red value is 74 (29.30% from 255 or 53.24% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0140 is #B5FEBF. Grayscale: #1D1D1D. Windows color (decimal): -11927232 or 4194634. OLE color: 4194634.
HSL color Cylindrical-coordinate representation of color #4A0140: hue angle of 308.22º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A0140 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 1 | 64 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.71 |
| HSL | 308.22º | 0.97% | 0.15% | - |
| HSV(B) | 308.22º | 0.99% | 0.29% | - |
| XYZ | 3.76 | 1.85 | 5.01 | - |
| YUV | 30.01 | 147.18 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 1 | 64 | 0 | 0.99 | 0.14 | 0.71 | 308.22 | 0.97 | 0.15 |
| Hex | 4A | 1 | 40 | 0 | 63 | E | 47 | 134 | 61 | F |
| Octal | 112 | 1 | 100 | 0 | 143 | 16 | 107 | 464 | 141 | 17 |
| Binary | 1001010 | 1 | 1000000 | 0 | 1100011 | 1110 | 1000111 | 100110100 | 1100001 | 1111 |
Color Harmonies of #4A0140
Complementary color
Monochromatic Colors of #4A0140
Black with #4A0140
Text Example
Text Example
White with #4A0140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0140; }
p { color: rgb(74,1,64); }
H1.HeaderClassName
{
color: #4A0140;
}
.AnyTagClassName
{
color: #4A0140;
}
</style>
background-color css
<style>
a { background-color: #4A0140; }
a { background-color: rgb(74,1,64); }
div.DivClassName
{
background-color: #4A0140;
}
.BgClassName
{
background-color: #4A0140;
}
</style>
border-color css
<style>
span { border-color: #4A0140; }
span { border-color: rgb(74,1,64); }
td.TdClassName
{
border-color: #4A0140;
}
.TagClassName
{
border-color: #4A0140;
}
</style>