Shades of Tyrian Purple #4A0640
Tints of Tyrian Purple #4A0640
RGB
CMYK
RGB Variations
Color information
#4A0640 (or 0x4A0640) is known color: Tyrian Purple. HEX triplet: 4A, 06 and 40. RGB value is (74,6,64). Sum of RGB (Red+Green+Blue) = 74+6+64=144 (19% of max value = 765). Red value is 74 (29.30% from 255 or 51.39% from 144); Green value is 6 (2.73% from 255 or 4.17% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0640 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0640 is #B5F9BF. Grayscale: #202020. Windows color (decimal): -11925952 or 4195914. OLE color: 4195914.
HSL color Cylindrical-coordinate representation of color #4A0640: hue angle of 308.82º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4A0640 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 6 | 64 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.71 |
| HSL | 308.82º | 0.85% | 0.16% | - |
| HSV(B) | 308.82º | 0.92% | 0.29% | - |
| XYZ | 3.81 | 1.96 | 5.03 | - |
| YUV | 32.94 | 145.53 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 6 | 64 | 0 | 0.92 | 0.14 | 0.71 | 308.82 | 0.85 | 0.16 |
| Hex | 4A | 6 | 40 | 0 | 5C | E | 47 | 135 | 55 | 10 |
| Octal | 112 | 6 | 100 | 0 | 134 | 16 | 107 | 465 | 125 | 20 |
| Binary | 1001010 | 110 | 1000000 | 0 | 1011100 | 1110 | 1000111 | 100110101 | 1010101 | 10000 |
Color Harmonies of #4A0640
Complementary color
Monochromatic Colors of #4A0640
Black with #4A0640
Text Example
Text Example
White with #4A0640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0640; }
p { color: rgb(74,6,64); }
H1.HeaderClassName
{
color: #4A0640;
}
.AnyTagClassName
{
color: #4A0640;
}
</style>
background-color css
<style>
a { background-color: #4A0640; }
a { background-color: rgb(74,6,64); }
div.DivClassName
{
background-color: #4A0640;
}
.BgClassName
{
background-color: #4A0640;
}
</style>
border-color css
<style>
span { border-color: #4A0640; }
span { border-color: rgb(74,6,64); }
td.TdClassName
{
border-color: #4A0640;
}
.TagClassName
{
border-color: #4A0640;
}
</style>