Shades of Tyrian Purple #4A013E
Tints of Tyrian Purple #4A013E
RGB
CMYK
RGB Variations
Color information
#4A013E (or 0x4A013E) is known color: Tyrian Purple. HEX triplet: 4A, 01 and 3E. RGB value is (74,1,62). Sum of RGB (Red+Green+Blue) = 74+1+62=137 (18% of max value = 765). Red value is 74 (29.30% from 255 or 54.01% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 62 (24.61% from 255 or 45.26% from 137); Max value from RGB is 74 - color contains mainly: red. Hex color #4A013E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A013E is #B5FEC1. Grayscale: #1D1D1D. Windows color (decimal): -11927234 or 4063562. OLE color: 4063562.
HSL color Cylindrical-coordinate representation of color #4A013E: hue angle of 309.86º 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 #4A013E is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 1 | 62 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.71 |
| HSL | 309.86º | 0.97% | 0.15% | - |
| HSV(B) | 309.86º | 0.99% | 0.29% | - |
| XYZ | 3.7 | 1.83 | 4.71 | - |
| YUV | 29.78 | 146.18 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 1 | 62 | 0 | 0.99 | 0.16 | 0.71 | 309.86 | 0.97 | 0.15 |
| Hex | 4A | 1 | 3E | 0 | 63 | 10 | 47 | 136 | 61 | F |
| Octal | 112 | 1 | 76 | 0 | 143 | 20 | 107 | 466 | 141 | 17 |
| Binary | 1001010 | 1 | 111110 | 0 | 1100011 | 10000 | 1000111 | 100110110 | 1100001 | 1111 |
Color Harmonies of #4A013E
Complementary color
Monochromatic Colors of #4A013E
Black with #4A013E
Text Example
Text Example
White with #4A013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A013E; }
p { color: rgb(74,1,62); }
H1.HeaderClassName
{
color: #4A013E;
}
.AnyTagClassName
{
color: #4A013E;
}
</style>
background-color css
<style>
a { background-color: #4A013E; }
a { background-color: rgb(74,1,62); }
div.DivClassName
{
background-color: #4A013E;
}
.BgClassName
{
background-color: #4A013E;
}
</style>
border-color css
<style>
span { border-color: #4A013E; }
span { border-color: rgb(74,1,62); }
td.TdClassName
{
border-color: #4A013E;
}
.TagClassName
{
border-color: #4A013E;
}
</style>